From f93bc8785bdff4250beddbda05d96f17e7929df3 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 4 May 2021 12:54:59 +0100 Subject: [PATCH 1/3] Update license headers (again)! --- .github/license-header.txt | 21 +-- src/ApiGenerator/CodeTemplatePage.cs | 21 +-- .../Configuration/CodeConfiguration.cs | 21 +-- .../Configuration/GeneratorLocations.cs | 21 +-- .../Overrides/EndpointOverridesBase.cs | 21 +-- .../Endpoints/AsyncSearchSubmitOverrides.cs | 21 +-- .../Endpoints/DeleteByQueryOverrides.cs | 21 +-- .../Overrides/Endpoints/FlushJobOverrides.cs | 21 +-- .../Endpoints/ForecastJobOverrides.cs | 21 +-- .../Endpoints/GetAnomalyRecordsOverrides.cs | 21 +-- .../Endpoints/GetBucketsOverrides.cs | 21 +-- .../Endpoints/GetCalendarEventsOverrides.cs | 21 +-- .../Endpoints/GetCalendarsOverrides.cs | 21 +-- .../Endpoints/GetCategoriesOverrides.cs | 21 +-- .../Endpoints/GetInfluencersOverrides.cs | 21 +-- .../Endpoints/GetModelSnapshotsOverrides.cs | 21 +-- .../Endpoints/GetOverallBucketsOverrides.cs | 21 +-- .../Endpoints/IndicesStatsOverrides.cs | 21 +-- .../Endpoints/MultiTermVectorsOverrides.cs | 21 +-- .../Endpoints/NodesHotThreadsOverrides.cs | 21 +-- .../Endpoints/PutIndexTemplateOverrides.cs | 21 +-- .../Endpoints/ReindexOnServerOverrides.cs | 21 +-- .../Endpoints/RevertModelSnapshotOverrides.cs | 21 +-- .../Overrides/Endpoints/ScrollOverrides.cs | 21 +-- .../Overrides/Endpoints/SearchOverrides.cs | 21 +-- .../Endpoints/StartDatafeedOverrides.cs | 21 +-- .../Endpoints/StopDatafeedOverrides.cs | 21 +-- .../Endpoints/UpdateByQueryOverrides.cs | 21 +-- .../Overrides/Endpoints/UpdateOverrides.cs | 21 +-- .../WatcherStatsDescriptorOverrides.cs | 21 +-- .../Overrides/GlobalOverrides.cs | 21 +-- .../Overrides/IEndpointOverrides.cs | 21 +-- .../Configuration/ViewLocations.cs | 21 +-- .../Domain/ApiQueryParametersPatcher.cs | 21 +-- src/ApiGenerator/Domain/Code/CsharpNames.cs | 21 +-- .../HighLevel/Methods/BoundFluentMethod.cs | 21 +-- .../Code/HighLevel/Methods/FluentMethod.cs | 21 +-- .../HighLevel/Methods/FluentSyntaxBase.cs | 21 +-- .../HighLevel/Methods/FluentSyntaxView.cs | 21 +-- .../Code/HighLevel/Methods/HighLevelModel.cs | 21 +-- .../HighLevel/Methods/InitializerMethod.cs | 21 +-- .../Methods/InitializerSyntaxView.cs | 21 +-- .../HighLevel/Methods/MethodSyntaxBase.cs | 21 +-- .../Code/HighLevel/Requests/Constructor.cs | 21 +-- .../DescriptorPartialImplementation.cs | 21 +-- .../HighLevel/Requests/FluentRouteSetter.cs | 21 +-- .../HighLevel/Requests/RequestInterface.cs | 21 +-- .../RequestParameterImplementation.cs | 21 +-- .../Requests/RequestPartialImplementation.cs | 21 +-- .../Code/LowLevel/LowLevelClientMethod.cs | 21 +-- src/ApiGenerator/Domain/RestApiSpec.cs | 21 +-- .../Domain/Specification/ApiEndpoint.cs | 21 +-- src/ApiGenerator/Domain/Specification/Body.cs | 21 +-- .../Domain/Specification/Documentation.cs | 21 +-- .../Domain/Specification/QueryParameters.cs | 21 +-- .../Domain/Specification/Stability.cs | 21 +-- .../Domain/Specification/UrlInformation.cs | 21 +-- .../Domain/Specification/UrlPart.cs | 21 +-- .../Domain/Specification/UrlPath.cs | 21 +-- src/ApiGenerator/Extensions.cs | 21 +-- .../Generator/ApiEndpointFactory.cs | 21 +-- src/ApiGenerator/Generator/ApiGenerator.cs | 21 +-- src/ApiGenerator/Generator/CodeGenerator.cs | 21 +-- .../Razor/ApiUrlsLookupsGenerator.cs | 21 +-- .../Generator/Razor/DescriptorsGenerator.cs | 21 +-- .../Generator/Razor/EnumsGenerator.cs | 21 +-- .../HighLevelClientImplementationGenerator.cs | 21 +-- .../HighLevelClientInterfaceGenerator.cs | 21 +-- .../LowLevelClientImplementationGenerator.cs | 21 +-- .../Razor/LowLevelClientInterfaceGenerator.cs | 21 +-- .../Generator/Razor/RazorGeneratorBase.cs | 21 +-- .../Razor/RequestParametersGenerator.cs | 21 +-- .../Generator/Razor/RequestsGenerator.cs | 21 +-- src/ApiGenerator/Program.cs | 21 +-- src/ApiGenerator/RestSpecDownloader.cs | 21 +-- src/ApiGenerator/Views/GeneratorNotice.cshtml | 21 +-- .../AsciiDoc/GeneratedAsciidocVisitor.cs | 21 +-- .../AsciiDoc/RawAsciidocVisitor.cs | 21 +-- .../Blocks/BlockCallOutHelper.cs | 21 +-- .../Documentation/Blocks/CSharpBlock.cs | 21 +-- .../Documentation/Blocks/CodeBlock.cs | 21 +-- .../Blocks/IDocumentationBlock.cs | 21 +-- .../Documentation/Blocks/JavaScriptBlock.cs | 21 +-- .../Documentation/Blocks/TextBlock.cs | 21 +-- .../Files/CSharpDocumentationFile.cs | 21 +-- .../Documentation/Files/DocumentationFile.cs | 21 +-- .../Files/ImageDocumentationFile.cs | 21 +-- .../Files/RawDocumentationFile.cs | 21 +-- src/DocGenerator/LitUp.cs | 21 +-- src/DocGenerator/MethodInfoExtensions.cs | 21 +-- src/DocGenerator/Program.cs | 21 +-- src/DocGenerator/StringExtensions.cs | 21 +-- src/DocGenerator/SyntaxNodeExtensions.cs | 21 +-- .../Walkers/CSharpDocumentationFileWalker.cs | 21 +-- src/DocGenerator/Walkers/Constants.cs | 21 +-- src/DocGenerator/Walkers/DocConverter.cs | 21 +-- src/DocGenerator/Walkers/JsonCallOutHelper.cs | 21 +-- src/DocGenerator/Walkers/UsageTestsWalker.cs | 21 +-- src/DocGenerator/XmlDocs/XmlDocsVisitor.cs | 21 +-- .../Audit/Auditor.cs | 21 +-- .../Audit/Audits.cs | 21 +-- .../Extensions/NumericExtensions.cs | 21 +-- .../FixedPipelineFactory.cs | 21 +-- .../MockResponses/SniffResponseBytes.cs | 21 +-- .../Providers/TestableDateTimeProvider.cs | 21 +-- .../Rules/ClientCallRule.cs | 21 +-- .../Rules/PingRule.cs | 21 +-- .../Rules/RuleBase.cs | 21 +-- .../Rules/RuleOption.cs | 21 +-- .../Rules/SniffRule.cs | 21 +-- .../Rules/TimesHelper.cs | 21 +-- .../SealedVirtualCluster.cs | 21 +-- .../VirtualCluster.cs | 21 +-- .../VirtualClusterConnection.cs | 21 +-- .../VirtualClusterWith.cs | 21 +-- .../VirtualizedCluster.cs | 21 +-- src/Elasticsearch.Net/Api/Enums.Generated.cs | 21 +-- src/Elasticsearch.Net/Api/NativeMethods.cs | 21 +-- .../RequestParameters/IRequestParameters.cs | 21 +-- .../RequestParameters.AsyncSearch.cs | 21 +-- .../RequestParameters.Autoscaling.cs | 21 +-- .../RequestParameters.Cat.cs | 21 +-- .../RequestParameters.Cluster.cs | 21 +-- ...questParameters.CrossClusterReplication.cs | 21 +-- .../RequestParameters.DanglingIndices.cs | 21 +-- .../RequestParameters.Enrich.cs | 21 +-- .../RequestParameters.Eql.cs | 21 +-- .../RequestParameters.Features.cs | 21 +-- .../RequestParameters.Fleet.cs | 21 +-- .../RequestParameters.Graph.cs | 21 +-- ...uestParameters.IndexLifecycleManagement.cs | 21 +-- .../RequestParameters.Indices.cs | 21 +-- .../RequestParameters.Ingest.cs | 21 +-- .../RequestParameters.License.cs | 21 +-- .../RequestParameters.Logstash.cs | 21 +-- .../RequestParameters.MachineLearning.cs | 21 +-- .../RequestParameters.Migration.cs | 21 +-- .../RequestParameters.NoNamespace.cs | 21 +-- .../RequestParameters.Nodes.cs | 21 +-- .../RequestParameters.Rollup.cs | 21 +-- .../RequestParameters.SearchableSnapshots.cs | 21 +-- .../RequestParameters.Security.cs | 21 +-- .../RequestParameters.Shutdown.cs | 21 +-- .../RequestParameters.Snapshot.cs | 21 +-- ...tParameters.SnapshotLifecycleManagement.cs | 21 +-- .../RequestParameters.Sql.cs | 21 +-- .../RequestParameters.Tasks.cs | 21 +-- .../RequestParameters.TextStructure.cs | 21 +-- .../RequestParameters.Transform.cs | 21 +-- .../RequestParameters.Watcher.cs | 21 +-- .../RequestParameters.XPack.cs | 21 +-- .../RequestParameters/RequestParameters.cs | 21 +-- .../RequestParametersExtensions.cs | 21 +-- .../Api/RuntimeInformation.cs | 21 +-- src/Elasticsearch.Net/Auditing/Audit.cs | 21 +-- src/Elasticsearch.Net/Auditing/AuditEvent.cs | 21 +-- src/Elasticsearch.Net/Auditing/Auditable.cs | 21 +-- .../Configuration/ConnectionConfiguration.cs | 21 +-- .../IConnectionConfigurationValues.cs | 21 +-- .../Configuration/RequestConfiguration.cs | 21 +-- .../RequestConfigurationExtensions.cs | 21 +-- .../Configuration/RequestMetaData.cs | 21 +-- .../ApiKeyAuthenticationCredentials.cs | 21 +-- .../BasicAuthenticationCredentials.cs | 21 +-- .../Connection/CertificateValidations.cs | 21 +-- .../Connection/ConnectionInfo.cs | 21 +-- .../Connection/Content/RequestDataContent.cs | 21 +-- .../ActiveHandlerTrackingEntry.cs | 21 +-- .../ExpiredHandlerTrackingEntry.cs | 21 +-- .../LifetimeTrackingHttpMessageHandler.cs | 21 +-- .../RequestDataHttpClientFactory.cs | 21 +-- .../HandlerTracking/ValueStopWatch.cs | 21 +-- .../HttpConnection-FullFramework.cs | 21 +-- .../Connection/HttpConnection.cs | 21 +-- .../Connection/HttpMethod.cs | 21 +-- .../Connection/HttpWebRequestConnection.cs | 21 +-- .../Connection/IConnection.cs | 21 +-- .../Connection/InMemoryConnection.cs | 21 +-- .../Connection/MetaData/ClientVersionInfo.cs | 21 +-- .../Connection/MetaData/MetaDataHeader.cs | 21 +-- .../Connection/MetaData/MetaHeaderProvider.cs | 21 +-- .../Connection/MetaData/RuntimeVersionInfo.cs | 21 +-- .../Connection/MetaData/VersionInfo.cs | 21 +-- .../Connection/SecureStrings.cs | 21 +-- .../ConnectionPool/CloudConnectionPool.cs | 21 +-- .../ConnectionPool/IConnectionPool.cs | 21 +-- src/Elasticsearch.Net/ConnectionPool/Node.cs | 21 +-- .../SingleNodeConnectionPool.cs | 21 +-- .../ConnectionPool/SniffingConnectionPool.cs | 21 +-- .../ConnectionPool/StaticConnectionPool.cs | 21 +-- .../ConnectionPool/StickyConnectionPool.cs | 21 +-- .../StickySniffingConnectionPool.cs | 21 +-- .../Diagnostics/AuditDiagnosticObserver.cs | 21 +-- .../Diagnostics/Diagnostic.cs | 21 +-- .../Diagnostics/DiagnosticSources.cs | 21 +-- .../HttpConnectionDiagnosticObserver.cs | 21 +-- .../RequestPipelineDiagnosticObserver.cs | 21 +-- .../SerializerDiagnosticObserver.cs | 21 +-- src/Elasticsearch.Net/Diagnostics/TcpStats.cs | 21 +-- .../Diagnostics/ThreadpoolStats.cs | 21 +-- .../TypedDiagnosticObserverBase.cs | 21 +-- .../ElasticLowLevelClient.AsyncSearch.cs | 21 +-- .../ElasticLowLevelClient.Autoscaling.cs | 21 +-- .../ElasticLowLevelClient.Cat.cs | 21 +-- .../ElasticLowLevelClient.Cluster.cs | 21 +-- ...cLowLevelClient.CrossClusterReplication.cs | 21 +-- .../ElasticLowLevelClient.DanglingIndices.cs | 21 +-- .../ElasticLowLevelClient.Enrich.cs | 21 +-- .../ElasticLowLevelClient.Eql.cs | 21 +-- .../ElasticLowLevelClient.Features.cs | 21 +-- .../ElasticLowLevelClient.Fleet.cs | 21 +-- .../ElasticLowLevelClient.Graph.cs | 21 +-- ...LowLevelClient.IndexLifecycleManagement.cs | 21 +-- .../ElasticLowLevelClient.Indices.cs | 21 +-- .../ElasticLowLevelClient.Ingest.cs | 21 +-- .../ElasticLowLevelClient.License.cs | 21 +-- .../ElasticLowLevelClient.Logstash.cs | 21 +-- .../ElasticLowLevelClient.MachineLearning.cs | 21 +-- .../ElasticLowLevelClient.Migration.cs | 21 +-- .../ElasticLowLevelClient.NoNamespace.cs | 21 +-- .../ElasticLowLevelClient.Nodes.cs | 21 +-- .../ElasticLowLevelClient.Rollup.cs | 21 +-- ...asticLowLevelClient.SearchableSnapshots.cs | 21 +-- .../ElasticLowLevelClient.Security.cs | 21 +-- .../ElasticLowLevelClient.Shutdown.cs | 21 +-- .../ElasticLowLevelClient.Snapshot.cs | 21 +-- ...LevelClient.SnapshotLifecycleManagement.cs | 21 +-- .../ElasticLowLevelClient.Sql.cs | 21 +-- .../ElasticLowLevelClient.Tasks.cs | 21 +-- .../ElasticLowLevelClient.TextStructure.cs | 21 +-- .../ElasticLowLevelClient.Transform.cs | 21 +-- .../ElasticLowLevelClient.Watcher.cs | 21 +-- .../ElasticLowLevelClient.XPack.cs | 21 +-- .../ElasticLowLevelClient.cs | 21 +-- .../ElasticsearchUrlFormatter.cs | 21 +-- .../ElasticsearchClientException.cs | 21 +-- .../UnexpectedElasticsearchClientException.cs | 21 +-- .../Extensions/ArraySegmentBytesExtensions.cs | 21 +-- src/Elasticsearch.Net/Extensions/CharUtils.cs | 21 +-- .../Extensions/DateTimeUtil.cs | 21 +-- .../Extensions/EmptyReadonly.cs | 21 +-- .../Extensions/EnumExtensions.cs | 21 +-- src/Elasticsearch.Net/Extensions/Fluent.cs | 21 +-- .../Extensions/MapsApiAttribute.cs | 21 +-- .../NameValueCollectionExtensions.cs | 21 +-- .../Extensions/StringBuilderCache.cs | 21 +-- .../Extensions/TypeExtensions.cs | 21 +-- .../Extensions/UtilExtensions.cs | 21 +-- .../Extensions/X509CertificateExtensions.cs | 21 +-- src/Elasticsearch.Net/GlobalSuppressions.cs | 21 +-- .../IElasticLowLevelClient.Generated.cs | 21 +-- .../IElasticLowLevelClient.cs | 21 +-- .../NamespacedClientProxy.cs | 21 +-- ...h.ElasticLowLevelClient.MachineLearning.cs | 21 +-- .../Patch.ElasticLowLevelClient.Nodes.cs | 21 +-- .../Patch.ElasticLowLevelClient.cs | 21 +-- .../Patch.IElasticLowLevelClient.cs | 21 +-- .../Properties/ClsCompliancy.cs | 21 +-- .../Providers/DateTimeProvider.cs | 21 +-- .../Providers/IDateTimeProvider.cs | 21 +-- .../Providers/IMemoryStreamFactory.cs | 21 +-- .../Providers/IRequestPipelineFactory.cs | 21 +-- .../Providers/MemoryStreamFactory.cs | 21 +-- .../Providers/RecyclableMemoryStream.cs | 21 +-- .../RecyclableMemoryStreamFactory.cs | 21 +-- .../RecyclableMemoryStreamManager-Events.cs | 21 +-- .../RecyclableMemoryStreamManager.cs | 21 +-- .../Responses/Dynamic/DynamicDictionary.cs | 21 +-- .../Responses/Dynamic/DynamicResponse.cs | 21 +-- .../Responses/Dynamic/DynamicValue.cs | 21 +-- .../Responses/ElasticsearchResponse.cs | 21 +-- .../Responses/HttpDetails/ApiCallDetails.cs | 21 +-- .../Responses/HttpDetails/IApiCallDetails.cs | 21 +-- .../Responses/IElasticsearchResponse.cs | 21 +-- .../Responses/ResponseStatics.cs | 21 +-- .../Responses/ServerException/Error.cs | 21 +-- .../Responses/ServerException/ErrorCause.cs | 21 +-- .../Responses/ServerException/ServerError.cs | 21 +-- .../Responses/ServerException/ShardFailure.cs | 21 +-- .../Responses/Sniff/SniffResponse.cs | 21 +-- .../Responses/Special/BytesResponse.cs | 21 +-- .../Responses/Special/StringResponse.cs | 21 +-- .../Responses/Special/VoidResponse.cs | 21 +-- .../CustomResponseBuilderBase.cs | 21 +-- .../DiagnosticsSerializerProxy.cs | 21 +-- .../ElasticsearchSerializerExtensions.cs | 21 +-- .../Formatters/DynamicDictionaryFormatter.cs | 21 +-- .../ElasticsearchNetEnumResolver.cs | 21 +-- .../Formatters/ExceptionFormatter.cs | 21 +-- ...lyCollectionSingleOrEnumerableFormatter.cs | 21 +-- .../Formatters/NullableStringIntFormatter.cs | 21 +-- .../Serialization/IElasticsearchSerializer.cs | 21 +-- .../IInternalSerializerWithFormatter.cs | 21 +-- .../Serialization/IUrlParameter.cs | 21 +-- .../LowLevelRequestResponseSerializer.cs | 21 +-- .../ElasticsearchNetFormatterResolver.cs | 21 +-- .../Serialization/SerializationFormatting.cs | 21 +-- .../Serialization/StringEnumAttribute.cs | 21 +-- src/Elasticsearch.Net/Transport/ITransport.cs | 21 +-- .../Transport/Pipeline/IRequestPipeline.cs | 21 +-- .../Transport/Pipeline/PipelineException.cs | 21 +-- .../Transport/Pipeline/PipelineFailure.cs | 21 +-- .../Transport/Pipeline/RequestData.cs | 21 +-- .../Transport/Pipeline/RequestPipeline.cs | 21 +-- .../Transport/Pipeline/ResponseBuilder.cs | 21 +-- src/Elasticsearch.Net/Transport/PostData.cs | 21 +-- .../Transport/SerializableData.cs | 21 +-- .../Transport/StreamableData.cs | 21 +-- src/Elasticsearch.Net/Transport/Transport.cs | 21 +-- src/Elasticsearch.Net/Utf8Json/Attributes.cs | 21 +-- .../Utf8Json/Formatters/AnonymousFormatter.cs | 21 +-- .../Formatters/CollectionFormatters.cs | 21 +-- .../Utf8Json/Formatters/DateTimeFormatter.cs | 21 +-- .../Formatters/DictionaryFormatter.cs | 21 +-- .../DynamicObjectTypeFallbackFormatter.cs | 21 +-- .../Utf8Json/Formatters/EnumFormatter.cs | 21 +-- .../MultiDimensionalArrayFormatter.cs | 21 +-- .../Utf8Json/Formatters/NullableFormatter.cs | 21 +-- .../Utf8Json/Formatters/PrimitiveFormatter.cs | 21 +-- .../Formatters/PrimitiveObjectFormatter.cs | 21 +-- .../StandardClassLibraryFormatters.cs | 21 +-- .../Utf8Json/Formatters/TupleFormatter.cs | 21 +-- .../Formatters/ValueTupleFormatter.cs | 21 +-- .../Utf8Json/IJsonFormatter.cs | 21 +-- .../Utf8Json/IJsonFormatterResolver.cs | 21 +-- .../Utf8Json/IJsonProperty.cs | 21 +-- .../Utf8Json/Internal/ArrayBuffer.cs | 21 +-- .../Utf8Json/Internal/ArrayPool.cs | 21 +-- .../Utf8Json/Internal/AutomataDictionary.cs | 21 +-- .../Utf8Json/Internal/BinaryUtil.cs | 21 +-- .../Utf8Json/Internal/ByteArrayComparer.cs | 21 +-- .../Internal/ByteArrayStringHashTable.cs | 21 +-- .../Internal/DoubleConversion/DiyFp.cs | 21 +-- .../DoubleToStringConverter.cs | 21 +-- .../Internal/DoubleConversion/IEEE.cs | 21 +-- .../DoubleConversion/PowersOfTenCache.cs | 21 +-- .../DoubleConversion/StringToDouble.cs | 21 +-- .../StringToDoubleConverter.cs | 21 +-- .../Utf8Json/Internal/Emit/DynamicAssembly.cs | 21 +-- .../Internal/Emit/ExpressionUtility.cs | 21 +-- .../Internal/Emit/ILGeneratorExtensions.cs | 21 +-- .../Utf8Json/Internal/Emit/ILViewer.cs | 21 +-- .../Utf8Json/Internal/Emit/MetaMember.cs | 21 +-- .../Utf8Json/Internal/Emit/MetaType.cs | 21 +-- .../Utf8Json/Internal/FarmHash.cs | 21 +-- .../Utf8Json/Internal/FuncExtensions.cs | 21 +-- .../Utf8Json/Internal/GuidBits.cs | 21 +-- .../Utf8Json/Internal/NumberConverter.cs | 21 +-- .../Utf8Json/Internal/ReflectionExtensions.cs | 21 +-- .../Utf8Json/Internal/StringEncoding.cs | 21 +-- .../Utf8Json/Internal/StringMutator.cs | 21 +-- .../Internal/ThreadsafeTypeKeyHashTable.cs | 21 +-- .../Utf8Json/Internal/UnsafeMemory.Low.cs | 21 +-- .../Utf8Json/Internal/UnsafeMemory.cs | 21 +-- src/Elasticsearch.Net/Utf8Json/JsonReader.cs | 21 +-- .../Utf8Json/JsonSerializer.NonGeneric.cs | 21 +-- .../Utf8Json/JsonSerializer.cs | 21 +-- src/Elasticsearch.Net/Utf8Json/JsonToken.cs | 21 +-- src/Elasticsearch.Net/Utf8Json/JsonWriter.cs | 21 +-- .../Resolvers/AttributeFormatterResolver.cs | 21 +-- .../Utf8Json/Resolvers/BuiltinResolver.cs | 21 +-- .../Utf8Json/Resolvers/CompositeResolver.cs | 21 +-- .../Resolvers/DynamicGenericResolver.cs | 21 +-- .../Resolvers/DynamicObjectResolver.cs | 21 +-- .../Utf8Json/Resolvers/EnumResolver.cs | 21 +-- .../Utf8Json/Resolvers/StandardResolver.cs | 21 +-- ...ConnectionSettingsAwareContractResolver.cs | 21 +-- ...ttingsAwareSerializerBase.Customization.cs | 21 +-- ...eSerializerBase.PropertyMappingProvider.cs | 21 +-- ...nSettingsAwareSerializerBase.Serializer.cs | 21 +-- .../HandleNestTypesOnSourceJsonConverter.cs | 21 +-- .../Converters/TimeSpanToStringConverter.cs | 21 +-- .../JTokenExtensions.cs | 21 +-- .../JsonNetSerializer.cs | 21 +-- .../JsonReaderExtensions.cs | 21 +-- src/Nest/Aggregations/Aggregate.cs | 21 +-- src/Nest/Aggregations/AggregateDictionary.cs | 21 +-- .../AggregateDictionaryFormatter.cs | 21 +-- src/Nest/Aggregations/AggregateFormatter.cs | 21 +-- src/Nest/Aggregations/Aggregation.cs | 21 +-- src/Nest/Aggregations/AggregationContainer.cs | 21 +-- .../AdjacencyMatrixAggregation.cs | 21 +-- .../AutoDateHistogramAggregation.cs | 21 +-- .../AutoDateHistogramBucket.cs | 21 +-- .../AutoDateHistogram/MinimumInterval.cs | 21 +-- src/Nest/Aggregations/Bucket/Bucket.cs | 21 +-- .../Aggregations/Bucket/BucketAggregate.cs | 21 +-- .../Aggregations/Bucket/BucketAggregation.cs | 21 +-- .../Bucket/Children/ChildrenAggregation.cs | 21 +-- .../Bucket/Composite/CompositeAggregation.cs | 21 +-- .../Composite/CompositeAggregationSource.cs | 21 +-- .../Bucket/Composite/CompositeBucket.cs | 21 +-- ...DateHistogramCompositeAggregationSource.cs | 21 +-- .../GeoTileGridCompositeAggregationSource.cs | 21 +-- .../HistogramCompositeAggregationSource.cs | 21 +-- .../TermsCompositeAggregationSource.cs | 21 +-- .../DateHistogram/DateHistogramAggregation.cs | 21 +-- .../DateHistogram/DateHistogramBucket.cs | 21 +-- .../Bucket/DateHistogram/DateInterval.cs | 21 +-- .../Bucket/DateRange/DateRangeAggregation.cs | 21 +-- .../Bucket/DateRange/DateRangeExpression.cs | 21 +-- .../DiversifiedSamplerAggregation.cs | 21 +-- ...ersifiedSamplerAggregationExecutionHint.cs | 21 +-- .../Bucket/Filter/FilterAggregation.cs | 21 +-- .../Filter/FilterAggregationJsonConverter.cs | 21 +-- .../Bucket/Filters/FiltersAggregate.cs | 21 +-- .../Bucket/Filters/FiltersAggregation.cs | 21 +-- .../Bucket/Filters/NamedFiltersContainer.cs | 21 +-- .../GeoDistance/GeoDistanceAggregation.cs | 21 +-- .../GeoHashGrid/GeoHashGridAggregation.cs | 21 +-- .../Bucket/GeoHashGrid/GeoHashPrecision.cs | 21 +-- .../GeoTileGrid/GeoTileGridAggregation.cs | 21 +-- .../Bucket/GeoTileGrid/GeoTilePrecision.cs | 21 +-- .../Bucket/Global/GlobalAggregation.cs | 21 +-- .../Bucket/Histogram/ExtendedBounds.cs | 21 +-- .../Bucket/Histogram/HardBounds.cs | 21 +-- .../Bucket/Histogram/HistogramAggregation.cs | 21 +-- .../Bucket/Histogram/HistogramOrder.cs | 21 +-- .../Bucket/IpRange/IpRangeAggregation.cs | 21 +-- .../Bucket/IpRange/IpRangeAggregationRange.cs | 21 +-- .../Bucket/IpRange/IpRangeBucket.cs | 21 +-- src/Nest/Aggregations/Bucket/KeyedBucket.cs | 21 +-- .../Bucket/Missing/MissingAggregation.cs | 21 +-- .../Bucket/MultiTerms/MultiTermsAggregate.cs | 21 +-- .../MultiTerms/MultiTermsAggregation.cs | 21 +-- .../Bucket/MultiTerms/MultiTermsBucket.cs | 21 +-- .../Aggregations/Bucket/MultiTerms/Term.cs | 21 +-- .../Bucket/Nested/NestedAggregation.cs | 21 +-- .../Bucket/Parent/ParentAggregation.cs | 21 +-- .../Bucket/Range/RangeAggregation.cs | 21 +-- .../Aggregations/Bucket/Range/RangeBucket.cs | 21 +-- .../Bucket/RareTerms/RareTermsAggregation.cs | 21 +-- .../Bucket/RareTerms/RareTermsBucket.cs | 21 +-- .../ReverseNested/ReverseNestedAggregation.cs | 21 +-- .../Bucket/Sampler/SamplerAggregation.cs | 21 +-- .../SamplerAggregationExecutionHint.cs | 21 +-- .../Heuristics/ChiSquareHeuristic.cs | 21 +-- .../GoogleNormalizedDistanceHeuristic.cs | 21 +-- .../Heuristics/MutualInformationHeuristic.cs | 21 +-- .../Heuristics/PercentageScoreHeuristic.cs | 21 +-- .../Heuristics/ScriptedHeuristic.cs | 21 +-- .../Bucket/SignificantTerms/IncludeExclude.cs | 21 +-- .../SignificantTermsAggregate.cs | 21 +-- .../SignificantTermsAggregation.cs | 21 +-- .../SignificantTermsBucket.cs | 21 +-- .../SignificantTextAggregation.cs | 21 +-- .../Bucket/Terms/TermsAggregate.cs | 21 +-- .../Bucket/Terms/TermsAggregation.cs | 21 +-- .../Terms/TermsAggregationCollectMode.cs | 21 +-- .../Terms/TermsAggregationExecutionHint.cs | 21 +-- .../Aggregations/Bucket/Terms/TermsExclude.cs | 21 +-- .../Bucket/Terms/TermsExcludeFormatter.cs | 21 +-- .../Aggregations/Bucket/Terms/TermsInclude.cs | 21 +-- .../Bucket/Terms/TermsIncludeFormatter.cs | 21 +-- .../Aggregations/Bucket/Terms/TermsOrder.cs | 21 +-- .../Bucket/Terms/TermsOrderDescriptor.cs | 21 +-- .../VariableWidthHistogramAggregation.cs | 21 +-- .../VariableWidthHistogramBucket.cs | 21 +-- .../Aggregations/Matrix/MatrixAggregate.cs | 21 +-- .../Aggregations/Matrix/MatrixAggregation.cs | 21 +-- .../MatrixStats/MatrixStatsAggregate.cs | 21 +-- .../MatrixStats/MatrixStatsAggregation.cs | 21 +-- .../Matrix/MatrixStats/MatrixStatsMode.cs | 21 +-- .../Metric/Average/AverageAggregation.cs | 21 +-- .../Metric/Boxplot/BoxplotAggregate.cs | 21 +-- .../Metric/Boxplot/BoxplotAggregation.cs | 21 +-- .../Cardinality/CardinalityAggregation.cs | 21 +-- .../ExtendedStats/ExtendedStatsAggregate.cs | 21 +-- .../ExtendedStats/ExtendedStatsAggregation.cs | 21 +-- .../Metric/GeoBounds/GeoBoundsAggregate.cs | 21 +-- .../Metric/GeoBounds/GeoBoundsAggregation.cs | 21 +-- .../GeoCentroid/GeoCentroidAggregate.cs | 21 +-- .../GeoCentroid/GeoCentroidAggregation.cs | 21 +-- .../Metric/GeoLine/GeoLineAggregate.cs | 21 +-- .../Metric/GeoLine/GeoLineAggregation.cs | 21 +-- .../Aggregations/Metric/Max/MaxAggregation.cs | 21 +-- .../MedianAbsoluteDeviationAggregation.cs | 21 +-- .../Aggregations/Metric/MetricAggregate.cs | 21 +-- .../Aggregations/Metric/MetricAggregation.cs | 21 +-- .../Aggregations/Metric/Min/MinAggregation.cs | 21 +-- .../PercentileRanksAggregation.cs | 21 +-- .../PercentileRanksAggregationFormatter.cs | 21 +-- .../Percentiles/Methods/HdrHistogramMethod.cs | 21 +-- .../Percentiles/Methods/IPercentilesMethod.cs | 21 +-- .../Percentiles/Methods/TDigestMethod.cs | 21 +-- .../Percentiles/PercentilesAggregation.cs | 21 +-- .../PercentilesAggregationFormatter.cs | 21 +-- .../Percentiles/PercentilesMetricAggregate.cs | 21 +-- .../Metric/Rate/RateAggregation.cs | 21 +-- .../ScriptedMetric/ScriptedMetricAggregate.cs | 21 +-- .../ScriptedMetricAggregation.cs | 21 +-- .../Metric/Stats/StatsAggregate.cs | 21 +-- .../Metric/Stats/StatsAggregation.cs | 21 +-- .../StringStats/StringStatsAggregate.cs | 21 +-- .../StringStats/StringStatsAggregation.cs | 21 +-- .../Aggregations/Metric/Sum/SumAggregation.cs | 21 +-- .../Metric/TTest/TTestAggregation.cs | 21 +-- .../Aggregations/Metric/TTest/TTestGroup.cs | 21 +-- .../Metric/TopHits/TopHitsAggregate.cs | 21 +-- .../Metric/TopHits/TopHitsAggregation.cs | 21 +-- .../Metric/TopMetrics/TopMetricsAggregate.cs | 21 +-- .../TopMetrics/TopMetricsAggregation.cs | 21 +-- .../Metric/TopMetrics/TopMetricsValue.cs | 21 +-- .../Aggregations/Metric/ValueAggregate.cs | 21 +-- .../ValueCount/ValueCountAggregation.cs | 21 +-- .../WeightedAverageAggregation.cs | 21 +-- .../WeightedAverage/WeightedAverageValue.cs | 21 +-- .../AverageBucket/AverageBucketAggregation.cs | 21 +-- .../BucketScript/BucketScriptAggregation.cs | 21 +-- .../BucketSelectorAggregation.cs | 21 +-- .../BucketSort/BucketSortAggregation.cs | 21 +-- src/Nest/Aggregations/Pipeline/BucketsPath.cs | 21 +-- .../CumulativeCardinalityAggregation.cs | 21 +-- .../CumulativeSum/CumulativeSumAggregation.cs | 21 +-- .../Derivative/DerivativeAggregation.cs | 21 +-- .../ExtendedStatsBucketAggregation.cs | 21 +-- src/Nest/Aggregations/Pipeline/GapPolicy.cs | 21 +-- .../Pipeline/KeyedValueAggregate.cs | 21 +-- .../MaxBucket/MaxBucketAggregation.cs | 21 +-- .../MinBucket/MinBucketAggregation.cs | 21 +-- .../MovingAverage/Models/EwmaModel.cs | 21 +-- .../MovingAverage/Models/HoltLinearModel.cs | 21 +-- .../MovingAverage/Models/HoltWintersModel.cs | 21 +-- .../Models/IMovingAverageModel.cs | 21 +-- .../MovingAverage/Models/LinearModel.cs | 21 +-- .../MovingAverage/Models/SimpleModel.cs | 21 +-- .../MovingAverage/MovingAverageAggregation.cs | 21 +-- .../MovingAverageAggregationFormatter.cs | 21 +-- .../MovingFunctionAggregation.cs | 21 +-- .../MovingPercentilesAggregation.cs | 21 +-- .../Normalize/NormalizeAggregation.cs | 21 +-- .../PercentilesBucketAggregation.cs | 21 +-- .../Pipeline/PipelineAggregationBase.cs | 21 +-- .../SerialDifferencingAggregation.cs | 21 +-- .../StatsBucket/StatsBucketAggregation.cs | 21 +-- .../SumBucket/SumBucketAggregation.cs | 21 +-- .../VerbatimDictionaryKeysFormatter.cs | 21 +-- .../Visitor/AggregationVisitor.cs | 21 +-- .../Visitor/AggregationVisitorScope.cs | 21 +-- .../Aggregations/Visitor/AggregationWalker.cs | 21 +-- src/Nest/Analysis/Analysis.cs | 21 +-- src/Nest/Analysis/Analyzers/AnalyzerBase.cs | 21 +-- .../Analysis/Analyzers/AnalyzerFormatter.cs | 21 +-- src/Nest/Analysis/Analyzers/Analyzers.cs | 21 +-- src/Nest/Analysis/Analyzers/CustomAnalyzer.cs | 21 +-- .../Analysis/Analyzers/FingerprintAnalyzer.cs | 21 +-- .../Analysis/Analyzers/KeywordAnalyzer.cs | 21 +-- .../Analysis/Analyzers/LanguageAnalyzer.cs | 21 +-- src/Nest/Analysis/Analyzers/NoriAnalyzer.cs | 21 +-- .../Analysis/Analyzers/PatternAnalyzer.cs | 21 +-- src/Nest/Analysis/Analyzers/SimpleAnalyzer.cs | 21 +-- .../Analysis/Analyzers/SnowballAnalyzer.cs | 21 +-- .../Analysis/Analyzers/StandardAnalyzer.cs | 21 +-- src/Nest/Analysis/Analyzers/StopAnalyzer.cs | 21 +-- .../Analysis/Analyzers/WhitespaceAnalyzer.cs | 21 +-- .../Analysis/CharFilters/CharFilterBase.cs | 21 +-- .../CharFilters/CharFilterFormatter.cs | 21 +-- src/Nest/Analysis/CharFilters/CharFilters.cs | 21 +-- .../CharFilters/HtmlStripCharFilter.cs | 21 +-- .../Analysis/CharFilters/MappingCharFilter.cs | 21 +-- .../CharFilters/PatternReplaceCharFilter.cs | 21 +-- src/Nest/Analysis/Languages/Language.cs | 21 +-- .../Analysis/Languages/SnowballLanguage.cs | 21 +-- .../Analysis/Normalizers/CustomNormalizer.cs | 21 +-- .../Analysis/Normalizers/NormalizerBase.cs | 21 +-- .../Normalizers/NormalizerFormatter.cs | 21 +-- src/Nest/Analysis/Normalizers/Normalizers.cs | 21 +-- .../Icu/Collation/IcuCollationAlternate.cs | 21 +-- .../Icu/Collation/IcuCollationCaseFirst.cs | 21 +-- .../Collation/IcuCollationDecomposition.cs | 21 +-- .../Icu/Collation/IcuCollationStrength.cs | 21 +-- src/Nest/Analysis/Plugins/Icu/IcuAnalyzer.cs | 21 +-- .../Plugins/Icu/IcuCollationTokenFilter.cs | 21 +-- .../Plugins/Icu/IcuFoldingTokenFilter.cs | 21 +-- .../Plugins/Icu/IcuNormalizationCharFilter.cs | 21 +-- .../Icu/IcuNormalizationTokenFilter.cs | 21 +-- src/Nest/Analysis/Plugins/Icu/IcuTokenizer.cs | 21 +-- .../Plugins/Icu/IcuTransformTokenFilter.cs | 21 +-- .../Icu/Normalization/IcuNormalizationMode.cs | 21 +-- .../Icu/Normalization/IcuNormalizationType.cs | 21 +-- .../Icu/Transform/IcuNormalizationType.cs | 21 +-- .../Plugins/Kuromoji/KuromojiAnalyzer.cs | 21 +-- .../KuromojiIterationMarkCharFilter.cs | 21 +-- .../KuromojiPartOfSpeechTokenFilter.cs | 21 +-- .../KuromojiReadingFormTokenFilter.cs | 21 +-- .../Kuromoji/KuromojiStemmerTokenFilter.cs | 21 +-- .../Kuromoji/KuromojiTokenizationMode.cs | 21 +-- .../Plugins/Kuromoji/KuromojiTokenizer.cs | 21 +-- .../Plugins/Phonetic/PhoneticEncoder.cs | 21 +-- .../Plugins/Phonetic/PhoneticLanguage.cs | 21 +-- .../Plugins/Phonetic/PhoneticNameType.cs | 21 +-- .../Plugins/Phonetic/PhoneticRuleType.cs | 21 +-- .../Plugins/Phonetic/PhoneticTokenFilter.cs | 21 +-- src/Nest/Analysis/StopWords.cs | 21 +-- .../TokenFilters/AsciiFoldingTokenFilter.cs | 21 +-- .../TokenFilters/CommonGramsTokenFilter.cs | 21 +-- .../CompoundWordTokenFilterBase.cs | 21 +-- .../DictionaryDecompounderTokenFilter.cs | 21 +-- .../HyphenationDecompounderTokenFilter.cs | 21 +-- .../TokenFilters/ConditionTokenFilter.cs | 21 +-- .../DelimitedPayloadEncoding.cs | 21 +-- .../DelimitedPayloadTokenFilter.cs | 21 +-- .../TokenFilters/EdgeNGram/EdgeNGramSide.cs | 21 +-- .../EdgeNGram/EdgeNGramTokenFilter.cs | 21 +-- .../TokenFilters/ElisionTokenFilter.cs | 21 +-- .../TokenFilters/FingerprintTokenFilter.cs | 21 +-- .../TokenFilters/HunspellTokenFilter.cs | 21 +-- .../Analysis/TokenFilters/KStemTokenFilter.cs | 21 +-- .../TokenFilters/KeepTypesTokenFilter.cs | 21 +-- .../TokenFilters/KeepWordsTokenFilter.cs | 21 +-- .../TokenFilters/KeywordMarkerTokenFilter.cs | 21 +-- .../TokenFilters/LengthTokenFilter.cs | 21 +-- .../LimitTokenCountTokenFilter.cs | 21 +-- .../TokenFilters/LowercaseTokenFilter.cs | 21 +-- .../TokenFilters/MultiplexerTokenFilter.cs | 21 +-- .../Analysis/TokenFilters/NgramTokenFilter.cs | 21 +-- .../NoriPartOfSpeechTokenFilter.cs | 21 +-- .../TokenFilters/PatternCaptureTokenFilter.cs | 21 +-- .../TokenFilters/PatternReplaceTokenFilter.cs | 21 +-- .../TokenFilters/PorterStemTokenFilter.cs | 21 +-- .../TokenFilters/PredicateTokenFilter.cs | 21 +-- .../RemoveDuplicatesTokenFilter.cs | 21 +-- .../TokenFilters/ReverseTokenFilter.cs | 21 +-- .../Shingle/ShingleTokenFilter.cs | 21 +-- .../TokenFilters/SnowballTokenFilter.cs | 21 +-- .../StemmerOverrideTokenFilter.cs | 21 +-- .../TokenFilters/StemmerTokenFilter.cs | 21 +-- .../TokenFilters/Stop/StopTokenFilter.cs | 21 +-- .../TokenFilters/Synonym/SynonymFormat.cs | 21 +-- .../Synonym/SynonymGraphTokenFilter.cs | 21 +-- .../Synonym/SynonymTokenFilter.cs | 21 +-- .../Analysis/TokenFilters/TokenFilterBase.cs | 21 +-- .../TokenFilters/TokenFilterFormatter.cs | 21 +-- .../Analysis/TokenFilters/TokenFilters.cs | 21 +-- .../Analysis/TokenFilters/TrimTokenFilter.cs | 21 +-- .../TokenFilters/TruncateTokenFilter.cs | 21 +-- .../TokenFilters/UniqueTokenFilter.cs | 21 +-- .../TokenFilters/UppercaseTokenFilter.cs | 21 +-- .../WordDelimiter/WordDelimiterTokenFilter.cs | 21 +-- .../WordDelimiterGraphTokenFilter.cs | 21 +-- .../Analysis/Tokenizers/CharGroupTokenizer.cs | 21 +-- .../Analysis/Tokenizers/KeywordTokenizer.cs | 21 +-- .../Analysis/Tokenizers/LetterTokenizer.cs | 21 +-- .../Analysis/Tokenizers/LowercaseTokenizer.cs | 21 +-- .../Tokenizers/NGram/EdgeNGramTokenizer.cs | 21 +-- .../Tokenizers/NGram/NGramTokenizer.cs | 21 +-- .../Analysis/Tokenizers/NGram/TokenChar.cs | 21 +-- src/Nest/Analysis/Tokenizers/NoriTokenizer.cs | 21 +-- .../Tokenizers/PathHierarchyTokenizer.cs | 21 +-- .../Analysis/Tokenizers/PatternTokenizer.cs | 21 +-- .../Analysis/Tokenizers/StandardTokenizer.cs | 21 +-- src/Nest/Analysis/Tokenizers/TokenizerBase.cs | 21 +-- .../Analysis/Tokenizers/TokenizerFormatter.cs | 21 +-- src/Nest/Analysis/Tokenizers/Tokenizers.cs | 21 +-- .../Tokenizers/UaxEmailUrlTokenizer.cs | 21 +-- .../Tokenizers/WhitespaceTokenizer.cs | 21 +-- src/Nest/Cat/CatAliases/CatAliasesRecord.cs | 21 +-- src/Nest/Cat/CatAliases/CatAliasesRequest.cs | 21 +-- .../Cat/CatAllocation/CatAllocationRecord.cs | 21 +-- .../Cat/CatAllocation/CatAllocationRequest.cs | 21 +-- src/Nest/Cat/CatCount/CatCountRecord.cs | 21 +-- src/Nest/Cat/CatCount/CatCountRequest.cs | 21 +-- .../CatDataFrameAnalyticsRecord.cs | 21 +-- .../CatDataFrameAnalyticsRequest.cs | 21 +-- .../Cat/CatDatafeeds/CatDatafeedsRecord.cs | 21 +-- .../Cat/CatDatafeeds/CatDatafeedsRequest.cs | 21 +-- .../Cat/CatFielddata/CatFielddataRecord.cs | 21 +-- .../CatFielddataRecordJsonConverter.cs | 21 +-- .../Cat/CatFielddata/CatFielddataRequest.cs | 21 +-- src/Nest/Cat/CatHealth/CatHealthRecord.cs | 21 +-- src/Nest/Cat/CatHealth/CatHealthRequest.cs | 21 +-- src/Nest/Cat/CatHelp/CatHelpRecord.cs | 21 +-- src/Nest/Cat/CatHelp/CatHelpRequest.cs | 21 +-- src/Nest/Cat/CatHelpResponseBuilder.cs | 21 +-- src/Nest/Cat/CatIndices/CatIndicesRecord.cs | 21 +-- src/Nest/Cat/CatIndices/CatIndicesRequest.cs | 21 +-- src/Nest/Cat/CatJobs/CatJobsRecord.cs | 21 +-- src/Nest/Cat/CatJobs/CatJobsRequest.cs | 21 +-- .../Cat/CatJobs/ModelCategorizationStatus.cs | 21 +-- src/Nest/Cat/CatJobs/ModelMemoryStatus.cs | 21 +-- src/Nest/Cat/CatMaster/CatMasterRecord.cs | 21 +-- src/Nest/Cat/CatMaster/CatMasterRequest.cs | 21 +-- .../CatNodeAttributesRecord.cs | 21 +-- .../CatNodeAttributesRequest.cs | 21 +-- src/Nest/Cat/CatNodes/CatNodesRecord.cs | 21 +-- src/Nest/Cat/CatNodes/CatNodesRequest.cs | 21 +-- .../CatPendingTasks/CatPendingTasksRecord.cs | 21 +-- .../CatPendingTasks/CatPendingTasksRequest.cs | 21 +-- src/Nest/Cat/CatPlugins/CatPluginsRecord.cs | 21 +-- src/Nest/Cat/CatPlugins/CatPluginsRequest.cs | 21 +-- src/Nest/Cat/CatRecovery/CatRecoveryRecord.cs | 21 +-- .../Cat/CatRecovery/CatRecoveryRequest.cs | 21 +-- .../CatRepositories/CatRepositoriesRecord.cs | 21 +-- .../CatRepositories/CatRepositoriesRequest.cs | 21 +-- src/Nest/Cat/CatResponse.cs | 21 +-- src/Nest/Cat/CatResponseBuilder.cs | 21 +-- src/Nest/Cat/CatSegments/CatSegmentsRecord.cs | 21 +-- .../Cat/CatSegments/CatSegmentsRequest.cs | 21 +-- src/Nest/Cat/CatShards/CatShardsRecord.cs | 21 +-- src/Nest/Cat/CatShards/CatShardsRequest.cs | 21 +-- .../Cat/CatSnapshots/CatSnapshotsRecord.cs | 21 +-- .../Cat/CatSnapshots/CatSnapshotsRequest.cs | 21 +-- src/Nest/Cat/CatTasks/CatTasksRecord.cs | 21 +-- src/Nest/Cat/CatTasks/CatTasksRequest.cs | 21 +-- .../Cat/CatTemplates/CatTemplatesRecord.cs | 21 +-- .../Cat/CatTemplates/CatTemplatesRequest.cs | 21 +-- .../Cat/CatThreadPool/CatThreadPoolRecord.cs | 21 +-- .../Cat/CatThreadPool/CatThreadPoolRequest.cs | 21 +-- .../CatTrainedModelsRecord.cs | 21 +-- .../CatTrainedModelsRequest.cs | 21 +-- .../Cat/CatTransforms/CatTransformsRecord.cs | 21 +-- .../Cat/CatTransforms/CatTransformsRequest.cs | 21 +-- src/Nest/Cat/CatTransforms/TransformState.cs | 21 +-- src/Nest/Cat/CatTransforms/TransformType.cs | 21 +-- src/Nest/Cat/ICatRecord.cs | 21 +-- .../ClusterAllocationExplainRequest.cs | 21 +-- .../ClusterAllocationExplainResponse.cs | 21 +-- src/Nest/Cluster/ClusterHealth.cs | 21 +-- .../ClusterHealth/ClusterHealthRequest.cs | 21 +-- .../ClusterHealth/ClusterHealthResponse.cs | 21 +-- .../Cluster/ClusterHealth/IndexHealthStats.cs | 21 +-- .../Cluster/ClusterHealth/ShardHealthStats.cs | 21 +-- .../ClusterPendingTasksRequest.cs | 21 +-- .../ClusterPendingTasksResponse.cs | 21 +-- .../ClusterReroute/ClusterRerouteDecision.cs | 21 +-- .../ClusterRerouteExplanation.cs | 21 +-- .../ClusterRerouteParameters.cs | 21 +-- .../ClusterReroute/ClusterRerouteRequest.cs | 21 +-- .../ClusterReroute/ClusterRerouteResponse.cs | 21 +-- .../AllocateClusterRerouteCommandBase.cs | 21 +-- .../Commands/CancelClusterRerouteCommand.cs | 21 +-- .../ClusterRerouteCommandFormatter.cs | 21 +-- .../Commands/IClusterRerouteCommand.cs | 21 +-- .../Commands/MoveClusterRerouteCommand.cs | 21 +-- .../ClusterGetSettingsRequest.cs | 21 +-- .../ClusterGetSettingsResponse.cs | 21 +-- .../ClusterPutSettingsRequest.cs | 21 +-- .../ClusterPutSettingsResponse.cs | 21 +-- .../RemoteClusterConfiguration.cs | 21 +-- .../ClusterState/ClusterStateRequest.cs | 21 +-- .../ClusterState/ClusterStateResponse.cs | 21 +-- .../ClusterStats/ClusterIndicesStats.cs | 21 +-- .../Cluster/ClusterStats/ClusterNodesStats.cs | 21 +-- .../ClusterStats/ClusterStatsRequest.cs | 21 +-- .../ClusterStats/ClusterStatsResponse.cs | 21 +-- .../NodeHotThreadsResponseBuilder.cs | 21 +-- .../NodesHotThreads/NodesHotThreadsRequest.cs | 21 +-- .../NodesHotThreadsResponse.cs | 21 +-- src/Nest/Cluster/NodesInfo/NodeInfo.cs | 21 +-- src/Nest/Cluster/NodesInfo/NodeRole.cs | 21 +-- .../Cluster/NodesInfo/NodesInfoRequest.cs | 21 +-- .../Cluster/NodesInfo/NodesInfoResponse.cs | 21 +-- src/Nest/Cluster/NodesResponseBase.cs | 21 +-- .../NodesStats/AdaptiveSelectionStats.cs | 21 +-- src/Nest/Cluster/NodesStats/NodeStats.cs | 21 +-- .../Cluster/NodesStats/NodeStatsResponse.cs | 21 +-- .../Cluster/NodesStats/NodesStatsRequest.cs | 21 +-- .../NodesStats/Statistics/IngestStats.cs | 21 +-- .../NodesStats/Statistics/NodeIngestStats.cs | 21 +-- .../NodesUsage/NodeUsageInformation.cs | 21 +-- .../Cluster/NodesUsage/NodeUsageResponse.cs | 21 +-- .../Cluster/NodesUsage/NodesUsageRequest.cs | 21 +-- src/Nest/Cluster/Ping/PingRequest.cs | 21 +-- src/Nest/Cluster/Ping/PingResponse.cs | 21 +-- .../ReloadSecureSettingsRequest.cs | 21 +-- .../ReloadSecureSettingsResponse.cs | 21 +-- .../Cluster/RemoteInfo/RemoteInfoRequest.cs | 21 +-- .../Cluster/RemoteInfo/RemoteInfoResponse.cs | 21 +-- .../RootNodeInfo/RootNodeInfoRequest.cs | 21 +-- .../RootNodeInfo/RootVersionInfoResponse.cs | 21 +-- .../CancelTasks/CancelTasksRequest.cs | 21 +-- .../CancelTasks/CancelTasksResponse.cs | 21 +-- .../TaskManagement/GetTask/GetTaskRequest.cs | 21 +-- .../TaskManagement/GetTask/GetTaskResponse.cs | 21 +-- .../TaskManagement/GetTask/TaskInfo.cs | 21 +-- .../ListTasks/ListTasksRequest.cs | 21 +-- .../ListTasks/ListTasksResponse.cs | 21 +-- .../DeleteVotingConfigExclusionsRequest.cs | 21 +-- .../DeleteVotingConfigExclusionsResponse.cs | 21 +-- .../PostVotingConfigExclusionsRequest.cs | 21 +-- .../PostVotingConfigExclusionsResponse.cs | 21 +-- .../ConnectionSettings/ClrPropertyMapping.cs | 21 +-- .../ConnectionSettings/ClrTypeDefaults.cs | 21 +-- .../ConnectionSettingsBase.cs | 21 +-- .../IConnectionSettingsValues.cs | 21 +-- .../ConnectionSettings/MemberInfoResolver.cs | 21 +-- .../IsADictionary/IIsADictionary.cs | 21 +-- .../IsADictionary/IsADictionaryBase.cs | 21 +-- .../IsADictionaryDescriptorBase.cs | 21 +-- .../IIsAReadOnlyDictionary.cs | 21 +-- .../IsADictionaryBase.cs | 21 +-- .../PerFieldAnalyzer/PerFieldAnalyzer.cs | 21 +-- .../Extensions/ExceptionExtensions.cs | 21 +-- .../Extensions/ExpressionExtensions.cs | 21 +-- .../Extensions/Extensions.cs | 21 +-- .../Extensions/StringExtensions.cs | 21 +-- .../Extensions/SuffixExtensions.cs | 21 +-- .../Extensions/TypeExtensions.cs | 21 +-- .../CommonAbstractions/Fields/FieldValues.cs | 21 +-- .../Fields/FieldValuesFormatter.cs | 21 +-- .../Fluent/DescriptorBase.cs | 21 +-- src/Nest/CommonAbstractions/Fluent/Fluent.cs | 21 +-- .../Fluent/FluentDictionary.cs | 21 +-- .../Fluent/Promise/DescriptorPromiseBase.cs | 21 +-- .../CommonAbstractions/Fluent/SelectorBase.cs | 21 +-- src/Nest/CommonAbstractions/ForAttribute.cs | 21 +-- .../Infer/DocumentPath/DocumentPath.cs | 21 +-- .../CommonAbstractions/Infer/Field/Field.cs | 21 +-- .../Infer/Field/FieldExpressionVisitor.cs | 21 +-- .../Infer/Field/FieldExtensions.cs | 21 +-- .../Infer/Field/FieldFormatter.cs | 21 +-- .../Infer/Field/FieldResolver.cs | 21 +-- .../Infer/Field/ToStringExpressionVisitor.cs | 21 +-- .../CommonAbstractions/Infer/Fields/Fields.cs | 21 +-- .../Infer/Fields/FieldsDescriptor.cs | 21 +-- .../Infer/Fields/FieldsFormatter.cs | 21 +-- src/Nest/CommonAbstractions/Infer/Id/Id.cs | 21 +-- .../Infer/Id/IdExtensions.cs | 21 +-- .../Infer/Id/IdFormatter.cs | 21 +-- .../CommonAbstractions/Infer/Id/IdResolver.cs | 21 +-- src/Nest/CommonAbstractions/Infer/Id/Ids.cs | 21 +-- .../Infer/IndexName/IndexName.cs | 21 +-- .../Infer/IndexName/IndexNameExtensions.cs | 21 +-- .../Infer/IndexName/IndexNameFormatter.cs | 21 +-- .../Infer/IndexName/IndexNameResolver.cs | 21 +-- .../Infer/IndexUuid/IndexUuid.cs | 21 +-- .../Infer/Indices/Indices.cs | 21 +-- .../Infer/Indices/IndicesExtensions.cs | 21 +-- .../Infer/Indices/IndicesFormatter.cs | 21 +-- .../Indices/IndicesMultiSyntaxFormatter.cs | 21 +-- src/Nest/CommonAbstractions/Infer/Inferrer.cs | 21 +-- .../Infer/JoinFieldRouting/Routing.cs | 21 +-- .../JoinFieldRouting/RoutingFormatter.cs | 21 +-- .../Infer/JoinFieldRouting/RoutingResolver.cs | 21 +-- .../CommonAbstractions/Infer/LongId/LongId.cs | 21 +-- .../Infer/Metrics/IndexMetrics.cs | 21 +-- .../Infer/Metrics/Metrics.cs | 21 +-- .../CommonAbstractions/Infer/Name/Name.cs | 21 +-- .../CommonAbstractions/Infer/Name/Names.cs | 21 +-- .../Infer/NodeId/NodeIds.cs | 21 +-- .../Infer/PropertyName/PropertyName.cs | 21 +-- .../PropertyName/PropertyNameExtensions.cs | 21 +-- .../PropertyName/PropertyNameFormatter.cs | 21 +-- .../Infer/RelationName/RelationName.cs | 21 +-- .../RelationName/RelationNameExtensions.cs | 21 +-- .../RelationName/RelationNameFormatter.cs | 21 +-- .../RelationName/RelationNameResolver.cs | 21 +-- .../CommonAbstractions/Infer/TaskId/TaskId.cs | 21 +-- .../Infer/Timestamp/Timestamp.cs | 21 +-- .../LazyDocument/LazyDocument.cs | 21 +-- .../LazyDocument/LazyDocumentFormatter.cs | 21 +-- .../Reactive/BlockingSubscribeExtensions.cs | 21 +-- .../CoordinatedRequestObserverBase.cs | 21 +-- .../Reactive/GetEnumerator.cs | 21 +-- .../Reactive/PartitionHelper.cs | 21 +-- .../Reactive/ProducerConsumerBackPressure.cs | 21 +-- .../CommonAbstractions/Request/ApiUrls.cs | 21 +-- .../Request/IProxyRequest.cs | 21 +-- .../CommonAbstractions/Request/RequestBase.cs | 21 +-- .../CommonAbstractions/Request/RouteValues.cs | 21 +-- .../CommonAbstractions/Request/UrlLookup.cs | 21 +-- .../Response/AcknowledgedResponseBase.cs | 21 +-- .../Response/DictionaryResponseBase.cs | 21 +-- .../Response/DynamicResponseBase.cs | 21 +-- .../Response/ElasticsearchVersionInfo.cs | 21 +-- .../Response/IndicesResponseBase.cs | 21 +-- .../Response/ResolvableDictionaryProxy.cs | 21 +-- .../Response/ResponseBase.cs | 21 +-- .../Response/ShardsOperationResponseBase.cs | 21 +-- .../Attributes/IgnoreAttribute.cs | 21 +-- .../MachineLearningDateTimeAttribute.cs | 21 +-- .../Attributes/PropertyNameAttribute.cs | 21 +-- .../Attributes/StringTimeSpanAttribute.cs | 21 +-- .../DefaultHighLevelSerializer.cs | 21 +-- .../JsonFormatters/CompositeFormatter.cs | 21 +-- .../DateTimeEpochMillisecondsFormatter.cs | 21 +-- ...ateTimeOffsetEpochMillisecondsFormatter.cs | 21 +-- .../JsonFormatters/IndicesBoostFormatter.cs | 21 +-- .../JsonFormatters/IntStringFormatter.cs | 21 +-- .../InterfaceGenericDictionaryResolver.cs | 21 +-- .../IsADictionaryFormatterResolver.cs | 21 +-- .../JsonFormatterResolverExtensions.cs | 21 +-- .../JsonNetCompatibleUriFormatter.cs | 21 +-- .../JsonFormatters/NestFormatterResolver.cs | 21 +-- ...ableDateTimeOffsetEpochSecondsFormatter.cs | 21 +-- .../NullableStringBooleanFormatter.cs | 21 +-- .../NullableTimeSpanTicksFormatter.cs | 21 +-- .../ProxyRequestFormatterBase.cs | 21 +-- .../JsonFormatters/ReadAsAttribute.cs | 21 +-- .../JsonFormatters/ReadAsFormatterResolver.cs | 21 +-- .../SingleOrEnumerableFormatter.cs | 21 +-- .../JsonFormatters/SortOrderFormatter.cs | 21 +-- .../JsonFormatters/SourceFormatter.cs | 21 +-- .../JsonFormatters/TimeSpanTicksFormatter.cs | 21 +-- .../JsonFormatters/UnionListFormatter.cs | 21 +-- .../Utf8JsonReaderExtensions.cs | 21 +-- .../VerbatimDictionaryKeysFormatter.cs | 21 +-- .../SerializationBehavior/PropertyMapping.cs | 21 +-- .../SourceValueWriteConverter.cs | 21 +-- .../StatefulSerializerExtensions.cs | 21 +-- src/Nest/CommonAbstractions/Static/Infer.cs | 21 +-- src/Nest/CommonAbstractions/Union/Union.cs | 21 +-- .../Union/UnionFormatter.cs | 21 +-- .../AlternativeEnumMemberAttribute.cs | 21 +-- .../CommonOptions/DateFormat/DateFormat.cs | 21 +-- src/Nest/CommonOptions/DateMath/DateMath.cs | 21 +-- .../DateMath/DateMathExpression.cs | 21 +-- .../DateMath/DateMathOperation.cs | 21 +-- .../CommonOptions/DateMath/DateMathTime.cs | 21 +-- .../DateMath/DateMathTimeUnit.cs | 21 +-- src/Nest/CommonOptions/Fuzziness/Fuzziness.cs | 21 +-- .../Fuzziness/FuzzinessFormatter.cs | 21 +-- .../CommonOptions/Fuzziness/IFuzziness.cs | 21 +-- src/Nest/CommonOptions/Geo/Distance.cs | 21 +-- .../CommonOptions/Geo/DistanceFormatter.cs | 21 +-- src/Nest/CommonOptions/Geo/DistanceUnit.cs | 21 +-- src/Nest/CommonOptions/Geo/GeoDistanceType.cs | 21 +-- .../CommonOptions/Geo/GeoShapeRelation.cs | 21 +-- src/Nest/CommonOptions/Hit/ShardStatistics.cs | 21 +-- .../MinimumShouldMatch/MinimumShouldMatch.cs | 21 +-- .../MinimumShouldMatchFormatter.cs | 21 +-- .../CommonOptions/Range/AggregationRange.cs | 21 +-- src/Nest/CommonOptions/Range/Ranges.cs | 21 +-- .../CommonOptions/Scripting/IndexedScript.cs | 21 +-- .../CommonOptions/Scripting/InlineScript.cs | 21 +-- .../CommonOptions/Scripting/OnScriptError.cs | 21 +-- .../CommonOptions/Scripting/ScriptBase.cs | 21 +-- .../CommonOptions/Scripting/ScriptFields.cs | 21 +-- .../Scripting/ScriptFormatter.cs | 21 +-- src/Nest/CommonOptions/Shape/ShapeRelation.cs | 21 +-- .../CommonOptions/Sorting/SortFormatter.cs | 21 +-- .../CommonOptions/Stats/CompletionStats.cs | 21 +-- src/Nest/CommonOptions/Stats/DocStats.cs | 21 +-- .../CommonOptions/Stats/FieldDataStats.cs | 21 +-- src/Nest/CommonOptions/Stats/FlushStats.cs | 21 +-- src/Nest/CommonOptions/Stats/GetStats.cs | 21 +-- src/Nest/CommonOptions/Stats/IndexingStats.cs | 21 +-- src/Nest/CommonOptions/Stats/MergesStats.cs | 21 +-- src/Nest/CommonOptions/Stats/PluginStats.cs | 21 +-- .../CommonOptions/Stats/QueryCacheStats.cs | 21 +-- src/Nest/CommonOptions/Stats/RecoveryStats.cs | 21 +-- src/Nest/CommonOptions/Stats/RefreshStats.cs | 21 +-- .../CommonOptions/Stats/RequestCacheStats.cs | 21 +-- src/Nest/CommonOptions/Stats/SearchStats.cs | 21 +-- src/Nest/CommonOptions/Stats/SegmentsStats.cs | 21 +-- src/Nest/CommonOptions/Stats/StoreStats.cs | 21 +-- src/Nest/CommonOptions/Stats/TranslogStats.cs | 21 +-- src/Nest/CommonOptions/Stats/WarmerStats.cs | 21 +-- src/Nest/CommonOptions/TimeUnit/Time.cs | 21 +-- .../CommonOptions/TimeUnit/TimeFormatter.cs | 21 +-- src/Nest/CommonOptions/TimeUnit/TimeUnit.cs | 21 +-- src/Nest/CrossPlatform/NativeMethods.cs | 21 +-- src/Nest/CrossPlatform/RuntimeInformation.cs | 21 +-- src/Nest/CrossPlatform/TypeExtensions.cs | 21 +-- .../Delete/DeleteDanglingIndexRequest.cs | 21 +-- .../Delete/DeleteDanglingIndexResponse.cs | 21 +-- .../Import/ImportDanglingIndexRequest.cs | 21 +-- .../Import/ImportDanglingIndexResponse.cs | 21 +-- .../List/ListDanglingIndicesRequest.cs | 21 +-- .../List/ListDanglingIndicesResponse.cs | 21 +-- src/Nest/Descriptors.AsyncSearch.cs | 21 +-- src/Nest/Descriptors.Cat.cs | 21 +-- src/Nest/Descriptors.Cluster.cs | 21 +-- .../Descriptors.CrossClusterReplication.cs | 21 +-- src/Nest/Descriptors.DanglingIndices.cs | 21 +-- src/Nest/Descriptors.Enrich.cs | 21 +-- src/Nest/Descriptors.Eql.cs | 21 +-- src/Nest/Descriptors.Graph.cs | 21 +-- .../Descriptors.IndexLifecycleManagement.cs | 21 +-- src/Nest/Descriptors.Indices.cs | 21 +-- src/Nest/Descriptors.Ingest.cs | 21 +-- src/Nest/Descriptors.License.cs | 21 +-- src/Nest/Descriptors.MachineLearning.cs | 21 +-- src/Nest/Descriptors.Migration.cs | 21 +-- src/Nest/Descriptors.NoNamespace.cs | 21 +-- src/Nest/Descriptors.Nodes.cs | 21 +-- src/Nest/Descriptors.Rollup.cs | 21 +-- src/Nest/Descriptors.Security.cs | 21 +-- src/Nest/Descriptors.Snapshot.cs | 21 +-- ...Descriptors.SnapshotLifecycleManagement.cs | 21 +-- src/Nest/Descriptors.Sql.cs | 21 +-- src/Nest/Descriptors.Tasks.cs | 21 +-- src/Nest/Descriptors.Transform.cs | 21 +-- src/Nest/Descriptors.Watcher.cs | 21 +-- src/Nest/Descriptors.XPack.cs | 21 +-- src/Nest/Descriptors.cs | 21 +-- .../Multiple/Bulk/BulkOperation/BulkCreate.cs | 21 +-- .../Multiple/Bulk/BulkOperation/BulkDelete.cs | 21 +-- .../Multiple/Bulk/BulkOperation/BulkIndex.cs | 21 +-- .../Bulk/BulkOperation/BulkOperationBase.cs | 21 +-- .../BulkOperation/BulkOperationsCollection.cs | 21 +-- .../Multiple/Bulk/BulkOperation/BulkUpdate.cs | 21 +-- .../Bulk/BulkOperation/BulkUpdateBody.cs | 21 +-- .../Bulk/BulkOperation/IBulkOperation.cs | 21 +-- .../Document/Multiple/Bulk/BulkRequest.cs | 21 +-- .../Multiple/Bulk/BulkRequestFormatter.cs | 21 +-- .../Document/Multiple/Bulk/BulkResponse.cs | 21 +-- .../BulkCreateResponseItem.cs | 21 +-- .../BulkDeleteResponseItem.cs | 21 +-- .../BulkResponseItem/BulkIndexResponseItem.cs | 21 +-- .../BulkResponseItem/BulkResponseItemBase.cs | 21 +-- .../BulkResponseItemFormatter.cs | 21 +-- .../BulkUpdateResponseItem.cs | 21 +-- .../ConcreteBulkIndexResponseItemFormatter.cs | 21 +-- .../Multiple/Bulk/ElasticClient-DeleteMany.cs | 21 +-- .../Multiple/Bulk/ElasticClient-IndexMany.cs | 21 +-- .../Multiple/BulkAll/BulkAllObservable.cs | 21 +-- .../Multiple/BulkAll/BulkAllObserver.cs | 21 +-- .../Multiple/BulkAll/BulkAllRequest.cs | 21 +-- .../Multiple/BulkAll/BulkAllResponse.cs | 21 +-- .../Multiple/BulkAll/ElasticClient-BulkAll.cs | 21 +-- .../Multiple/BulkIndexByScrollFailure.cs | 21 +-- .../DeleteByQuery/DeleteByQueryRequest.cs | 21 +-- .../DeleteByQuery/DeleteByQueryResponse.cs | 21 +-- .../DeleteByQueryRethrottleRequest.cs | 21 +-- .../MultiGet/ElasticClient-GetMany.cs | 21 +-- .../MultiGet/ElasticClient-SourceMany.cs | 21 +-- .../MultiGet/Request/IMultiGetOperation.cs | 21 +-- .../MultiGet/Request/MultiGetOperation.cs | 21 +-- .../MultiGet/Request/MultiGetRequest.cs | 21 +-- .../Request/MultiGetRequestFormatter.cs | 21 +-- .../Request/MultiGetResponseBuilder.cs | 21 +-- .../Multiple/MultiGet/Response/MultiGetHit.cs | 21 +-- .../Response/MultiGetHitJsonConverter.cs | 21 +-- .../MultiGet/Response/MultiGetResponse.cs | 21 +-- .../MultiTermVectorOperation.cs | 21 +-- .../MultiTermVectorsRequest.cs | 21 +-- .../MultiTermVectorsResponse.cs | 21 +-- .../Multiple/Reindex/ElasticClient-Reindex.cs | 21 +-- .../Multiple/Reindex/ReindexObservable.cs | 21 +-- .../Multiple/Reindex/ReindexObserver.cs | 21 +-- .../Multiple/Reindex/ReindexRequest.cs | 21 +-- .../ReindexOnServer/ReindexDestination.cs | 21 +-- .../ReindexOnServer/ReindexOnServerRequest.cs | 21 +-- .../ReindexOnServerResponse.cs | 21 +-- .../ReindexOnServer/ReindexRouting.cs | 21 +-- .../ReindexRoutingJsonConverter.cs | 21 +-- .../Multiple/ReindexOnServer/ReindexSource.cs | 21 +-- .../Multiple/ReindexOnServer/RemoteSource.cs | 21 +-- .../Multiple/ReindexRethrottle/ReindexNode.cs | 21 +-- .../ReindexRethrottleRequest.cs | 21 +-- .../ReindexRethrottleResponse.cs | 21 +-- src/Nest/Document/Multiple/Retries.cs | 21 +-- .../ScrollAll/ElasticClient-ScrollAll.cs | 21 +-- .../Multiple/ScrollAll/ScrollAllObservable.cs | 21 +-- .../Multiple/ScrollAll/ScrollAllObserver.cs | 21 +-- .../Multiple/ScrollAll/ScrollAllRequest.cs | 21 +-- .../Multiple/ScrollAll/ScrollAllResponse.cs | 21 +-- .../UpdateByQuery/UpdateByQueryRequest.cs | 21 +-- .../UpdateByQuery/UpdateByQueryResponse.cs | 21 +-- .../UpdateByQueryRethrottleRequest.cs | 21 +-- src/Nest/Document/Result.cs | 21 +-- .../Single/Create/CreateJsonConverter.cs | 21 +-- .../Document/Single/Create/CreateRequest.cs | 21 +-- .../Document/Single/Create/CreateResponse.cs | 21 +-- .../Single/Create/ElasticClient-Create.cs | 21 +-- .../Document/Single/Delete/DeleteRequest.cs | 21 +-- .../Document/Single/Delete/DeleteResponse.cs | 21 +-- .../Single/Exists/DocumentExistsRequest.cs | 21 +-- src/Nest/Document/Single/Get/GetRequest.cs | 21 +-- src/Nest/Document/Single/Get/GetResponse.cs | 21 +-- .../Single/Index/ElasticClient-Index.cs | 21 +-- .../Single/Index/IndexJsonConverter.cs | 21 +-- .../Document/Single/Index/IndexRequest.cs | 21 +-- .../Document/Single/Index/IndexResponse.cs | 21 +-- .../Document/Single/Source/SourceRequest.cs | 21 +-- .../Source/SourceRequestResponseBuilder.cs | 21 +-- .../Document/Single/Source/SourceResponse.cs | 21 +-- .../SourceExists/SourceExistsRequest.cs | 21 +-- .../Single/TermVectors/FieldStatistics.cs | 21 +-- .../Document/Single/TermVectors/TermVector.cs | 21 +-- .../Single/TermVectors/TermVectorFilter.cs | 21 +-- .../Single/TermVectors/TermVectorTerm.cs | 21 +-- .../Single/TermVectors/TermVectors.cs | 21 +-- .../Single/TermVectors/TermVectorsRequest.cs | 21 +-- .../Single/TermVectors/TermVectorsResponse.cs | 21 +-- src/Nest/Document/Single/TermVectors/Token.cs | 21 +-- .../Document/Single/Update/UpdateRequest.cs | 21 +-- .../Document/Single/Update/UpdateResponse.cs | 21 +-- src/Nest/Document/Single/WriteResponseBase.cs | 21 +-- src/Nest/ElasticClient.AsyncSearch.cs | 21 +-- src/Nest/ElasticClient.Cat.cs | 21 +-- src/Nest/ElasticClient.Cluster.cs | 21 +-- .../ElasticClient.CrossClusterReplication.cs | 21 +-- src/Nest/ElasticClient.DanglingIndices.cs | 21 +-- src/Nest/ElasticClient.Enrich.cs | 21 +-- src/Nest/ElasticClient.Eql.cs | 21 +-- src/Nest/ElasticClient.Graph.cs | 21 +-- .../ElasticClient.IndexLifecycleManagement.cs | 21 +-- src/Nest/ElasticClient.Indices.cs | 21 +-- src/Nest/ElasticClient.Ingest.cs | 21 +-- src/Nest/ElasticClient.License.cs | 21 +-- src/Nest/ElasticClient.MachineLearning.cs | 21 +-- src/Nest/ElasticClient.Migration.cs | 21 +-- src/Nest/ElasticClient.NoNamespace.cs | 21 +-- src/Nest/ElasticClient.Nodes.cs | 21 +-- src/Nest/ElasticClient.Rollup.cs | 21 +-- src/Nest/ElasticClient.Security.cs | 21 +-- src/Nest/ElasticClient.Snapshot.cs | 21 +-- ...asticClient.SnapshotLifecycleManagement.cs | 21 +-- src/Nest/ElasticClient.Sql.cs | 21 +-- src/Nest/ElasticClient.Tasks.cs | 21 +-- src/Nest/ElasticClient.Transform.cs | 21 +-- src/Nest/ElasticClient.Watcher.cs | 21 +-- src/Nest/ElasticClient.XPack.cs | 21 +-- src/Nest/ElasticClient.cs | 21 +-- src/Nest/Helpers/HelperIdentifiers.cs | 21 +-- src/Nest/Helpers/IHelperCallable.cs | 21 +-- src/Nest/Helpers/RequestMetaDataExtensions.cs | 21 +-- src/Nest/IElasticClient.Generated.cs | 21 +-- src/Nest/IElasticClient.cs | 21 +-- .../IndexModules/IndexSettings/IndexState.cs | 21 +-- .../Merge/MergePolicySettings.cs | 21 +-- .../Merge/MergeSchedulerSettings.cs | 21 +-- .../IndexSettings/Merge/MergeSettings.cs | 21 +-- .../Queries/IQueriesCacheSettings.cs | 21 +-- .../IndexSettings/Queries/IQueriesSettings.cs | 21 +-- .../Settings/AutoExpandReplicas.cs | 21 +-- .../Settings/DynamicIndexSettings.cs | 21 +-- .../Settings/FixedIndexSettings.cs | 21 +-- .../IndexSettings/Settings/IndexSettings.cs | 21 +-- .../Settings/IndexSettingsFormatter.cs | 21 +-- .../Settings/RecoveryInitialShards.cs | 21 +-- .../Settings/UpdatableIndexSettings.cs | 21 +-- .../IndexSettings/SlowLog/ISlowLog.cs | 21 +-- .../IndexSettings/SlowLog/ISlowLogIndexing.cs | 21 +-- .../IndexSettings/SlowLog/ISlowLogSearch.cs | 21 +-- .../SlowLog/ISlowLogSearchFetch.cs | 21 +-- .../SlowLog/ISlowLogSearchQuery.cs | 21 +-- .../IndexSettings/SlowLog/LogLevel.cs | 21 +-- .../ISoftDeleteRetentionSettings.cs | 21 +-- .../SoftDeletes/ISoftDeleteSettings.cs | 21 +-- .../IndexSettings/Sorting/ISortingSettings.cs | 21 +-- .../Store/FileSystemStorageImplementation.cs | 21 +-- .../Translog/TranslogDurability.cs | 21 +-- .../Translog/TranslogFlushSettings.cs | 21 +-- .../Translog/TranslogSettings.cs | 21 +-- .../IndexModules/Similarity/BM25Similarity.cs | 21 +-- .../Similarity/CustomSimilarity.cs | 21 +-- .../Similarity/DFI/DFIIndependenceMeasure.cs | 21 +-- .../Similarity/DFI/DFISimilarity.cs | 21 +-- .../Similarity/DFR/DFRAfterEffect.cs | 21 +-- .../Similarity/DFR/DFRBasicModel.cs | 21 +-- .../Similarity/DFR/DFRSimilarity.cs | 21 +-- .../Similarity/IB/IBDistribution.cs | 21 +-- .../IndexModules/Similarity/IB/IBLambda.cs | 21 +-- .../Similarity/IB/IBSimilarity.cs | 21 +-- .../Similarity/LMDirichletSimilarity.cs | 21 +-- .../Similarity/LMJelinekMercerSimilarity.cs | 21 +-- .../IndexModules/Similarity/Normalization.cs | 21 +-- .../Similarity/ScriptedSimilarity.cs | 21 +-- .../IndexModules/Similarity/Similarities.cs | 21 +-- .../IndexModules/Similarity/Similarity.cs | 21 +-- .../Similarity/SimilarityFormatter.cs | 21 +-- src/Nest/Indices/AliasManagement/Alias.cs | 21 +-- .../AliasManagement/Alias/Actions/AliasAdd.cs | 21 +-- .../Alias/Actions/AliasAddOperation.cs | 21 +-- .../Alias/Actions/AliasRemove.cs | 21 +-- .../Alias/Actions/AliasRemoveIndex.cs | 21 +-- .../Actions/AliasRemoveIndexOperation.cs | 21 +-- .../Alias/Actions/AliasRemoveOperation.cs | 21 +-- .../Alias/Actions/IAliasAction.cs | 21 +-- .../AliasManagement/Alias/BulkAliasRequest.cs | 21 +-- .../Alias/BulkAliasResponse.cs | 21 +-- .../AliasManagement/AliasDefinition.cs | 21 +-- .../AliasExists/AliasExistsRequest.cs | 21 +-- src/Nest/Indices/AliasManagement/Aliases.cs | 21 +-- .../DeleteAlias/DeleteAliasRequest.cs | 21 +-- .../DeleteAlias/DeleteAliasResponse.cs | 21 +-- ...ElasticClient-GetAliasesPointingToIndex.cs | 21 +-- ...ElasticClient-GetIndicesPointingToAlias.cs | 21 +-- .../GetAlias/GetAliasRequest.cs | 21 +-- .../GetAlias/GetAliasResponse.cs | 21 +-- .../PutAlias/PutAliasRequest.cs | 21 +-- .../PutAlias/PutAliasResponse.cs | 21 +-- .../Indices/Analyze/AnalyzeCharFilters.cs | 21 +-- src/Nest/Indices/Analyze/AnalyzeRequest.cs | 21 +-- src/Nest/Indices/Analyze/AnalyzeResponse.cs | 21 +-- src/Nest/Indices/Analyze/AnalyzeToken.cs | 21 +-- .../Indices/Analyze/AnalyzeTokenFilters.cs | 21 +-- .../Analyze/AnalyzeTokenizersDescriptor.cs | 21 +-- .../AddBlock/AddIndexBlockRequest.cs | 21 +-- .../AddBlock/AddIndexBlockResponse.cs | 21 +-- .../IndexManagement/AddBlock/IndexBlock.cs | 21 +-- .../CloneIndex/CloneIndexRequest.cs | 21 +-- .../CloneIndex/CloneIndexResponse.cs | 21 +-- .../CreateIndex/CreateIndexRequest.cs | 21 +-- .../CreateIndex/CreateIndexResponse.cs | 21 +-- .../DeleteIndex/DeleteIndexRequest.cs | 21 +-- .../DeleteIndex/DeleteIndexResponse.cs | 21 +-- .../FreezeIndex/FreezeIndexRequest.cs | 21 +-- .../FreezeIndex/FreezeIndexResponse.cs | 21 +-- .../GetIndex/GetIndexRequest.cs | 21 +-- .../GetIndex/GetIndexResponse.cs | 21 +-- .../IndicesExists/ExistsResponse.cs | 21 +-- .../IndicesExists/IndexExistsRequest.cs | 21 +-- .../CloseIndex/CloseIndexRequest.cs | 21 +-- .../CloseIndex/CloseIndexResponse.cs | 21 +-- .../OpenIndex/OpenIndexRequest.cs | 21 +-- .../OpenIndex/OpenIndexResponse.cs | 21 +-- .../ResolveIndex/ResolveIndexRequest.cs | 21 +-- .../ResolveIndex/ResolveIndexResponse.cs | 21 +-- .../RolloverIndex/RolloverConditions.cs | 21 +-- .../RolloverIndex/RolloverIndexRequest.cs | 21 +-- .../RolloverIndex/RolloverIndexResponse.cs | 21 +-- .../ShrinkIndex/ShrinkIndexRequest.cs | 21 +-- .../ShrinkIndex/ShrinkIndexResponse.cs | 21 +-- .../SplitIndex/SplitIndexRequest.cs | 21 +-- .../SplitIndex/SplitIndexResponse.cs | 21 +-- .../TypesExists/TypeExistsRequest.cs | 21 +-- .../UnfreezeIndex/UnfreezeIndexRequest.cs | 21 +-- .../UnfreezeIndex/UnfreezeIndexResponse.cs | 21 +-- .../GetIndexSettingsRequest.cs | 21 +-- .../GetIndexSettingsResponse.cs | 21 +-- .../DeleteIndexTemplateRequest.cs | 21 +-- .../DeleteIndexTemplateResponse.cs | 21 +-- .../GetIndexTemplateRequest.cs | 21 +-- .../GetIndexTemplateResponse.cs | 21 +-- .../GetIndexTemplate/TemplateMapping.cs | 21 +-- .../IndexTemplateExistsRequest.cs | 21 +-- .../PutIndexTemplateRequest.cs | 21 +-- .../PutIndexTemplateResponse.cs | 21 +-- .../UpdateIndexSettingsRequest.cs | 21 +-- .../UpdateIndexSettingsResponse.cs | 21 +-- .../GetFieldMapping/FieldMappingFormatter.cs | 21 +-- .../GetFieldMapping/GetFieldMappingRequest.cs | 21 +-- .../GetFieldMappingResponse.cs | 21 +-- .../GetMapping/GetMappingRequest.cs | 21 +-- .../GetMapping/GetMappingResponse.cs | 21 +-- .../PutMapping/ElasticClient-Map.cs | 21 +-- .../PutMapping/PutMappingRequest.cs | 21 +-- .../PutMapping/PutMappingResponse.cs | 21 +-- .../IndicesRecovery/RecoveryBytes.cs | 21 +-- .../IndicesRecovery/RecoveryFileDetails.cs | 21 +-- .../IndicesRecovery/RecoveryFiles.cs | 21 +-- .../IndicesRecovery/RecoveryIndexStatus.cs | 21 +-- .../IndicesRecovery/RecoveryOrigin.cs | 21 +-- .../IndicesRecovery/RecoveryStartStatus.cs | 21 +-- .../IndicesRecovery/RecoveryStatus.cs | 21 +-- .../IndicesRecovery/RecoveryStatusRequest.cs | 21 +-- .../IndicesRecovery/RecoveryStatusResponse.cs | 21 +-- .../IndicesRecovery/RecoveryTranslogStatus.cs | 21 +-- .../IndicesRecovery/RecoveryVerifyIndex.cs | 21 +-- .../IndicesRecovery/ShardRecovery.cs | 21 +-- .../IndicesSegments/IndexSegment.cs | 21 +-- .../Monitoring/IndicesSegments/Segment.cs | 21 +-- .../IndicesSegments/SegmentsRequest.cs | 21 +-- .../IndicesSegments/SegmentsResponse.cs | 21 +-- .../IndicesSegments/ShardSegmentRouting.cs | 21 +-- .../IndicesSegments/ShardsSegment.cs | 21 +-- .../IndicesShardStoresRequest.cs | 21 +-- .../IndicesShardStoresResponse.cs | 21 +-- .../IndicesShardStores/ShardStoreFormatter.cs | 21 +-- .../Monitoring/IndicesStats/IndexStats.cs | 21 +-- .../Monitoring/IndicesStats/IndicesStats.cs | 21 +-- .../IndicesStats/IndicesStatsRequest.cs | 21 +-- .../IndicesStats/IndicesStatsResponse.cs | 21 +-- .../Monitoring/IndicesStats/ShardCommit.cs | 21 +-- .../IndicesStats/ShardCompletion.cs | 21 +-- .../Monitoring/IndicesStats/ShardDocs.cs | 21 +-- .../Monitoring/IndicesStats/ShardFielddata.cs | 21 +-- .../IndicesStats/ShardFileSizeInfo.cs | 21 +-- .../Monitoring/IndicesStats/ShardFlush.cs | 21 +-- .../Monitoring/IndicesStats/ShardGet.cs | 21 +-- .../Monitoring/IndicesStats/ShardIndexing.cs | 21 +-- .../Monitoring/IndicesStats/ShardMerges.cs | 21 +-- .../Monitoring/IndicesStats/ShardPath.cs | 21 +-- .../IndicesStats/ShardQueryCache.cs | 21 +-- .../Monitoring/IndicesStats/ShardRefresh.cs | 21 +-- .../IndicesStats/ShardRequestCache.cs | 21 +-- .../Monitoring/IndicesStats/ShardRouting.cs | 21 +-- .../IndicesStats/ShardRoutingState.cs | 21 +-- .../Monitoring/IndicesStats/ShardSearch.cs | 21 +-- .../Monitoring/IndicesStats/ShardSegments.cs | 21 +-- .../IndicesStats/ShardSequenceNumber.cs | 21 +-- .../Monitoring/IndicesStats/ShardStats.cs | 21 +-- .../IndicesStats/ShardStatsRecovery.cs | 21 +-- .../IndicesStats/ShardStatsStore.cs | 21 +-- .../IndicesStats/ShardTransactionLog.cs | 21 +-- .../Monitoring/IndicesStats/ShardWarmer.cs | 21 +-- .../ReloadSearchAnalyzers/ReloadDetails.cs | 21 +-- .../ReloadSearchAnalyzersRequest.cs | 21 +-- .../ReloadSearchAnalyzersResponse.cs | 21 +-- .../ClearCache/ClearCacheRequest.cs | 21 +-- .../ClearCache/ClearCacheResponse.cs | 21 +-- .../StatusManagement/Flush/FlushRequest.cs | 21 +-- .../StatusManagement/Flush/FlushResponse.cs | 21 +-- .../ForceMerge/ForceMergeRequest.cs | 21 +-- .../ForceMerge/ForceMergeResponse.cs | 21 +-- .../Refresh/RefreshRequest.cs | 21 +-- .../Refresh/RefreshResponse.cs | 21 +-- .../SyncedFlush/SyncedFlushRequest.cs | 21 +-- .../SyncedFlush/SyncedFlushResponse.cs | 21 +-- .../DeletePipeline/DeletePipelineRequest.cs | 21 +-- .../DeletePipeline/DeletePipelineResponse.cs | 21 +-- .../Ingest/GetPipeline/GetPipelineRequest.cs | 21 +-- .../Ingest/GetPipeline/GetPipelineResponse.cs | 21 +-- src/Nest/Ingest/Pipeline.cs | 21 +-- src/Nest/Ingest/Processor.cs | 21 +-- .../Processor/GrokProcessorPatternsRequest.cs | 21 +-- .../GrokProcessorPatternsResponse.cs | 21 +-- src/Nest/Ingest/ProcessorFormatter.cs | 21 +-- src/Nest/Ingest/Processors/AppendProcessor.cs | 21 +-- src/Nest/Ingest/Processors/BytesProcessor.cs | 21 +-- src/Nest/Ingest/Processors/CircleProcessor.cs | 21 +-- .../Ingest/Processors/ConvertProcessor.cs | 21 +-- src/Nest/Ingest/Processors/CsvProcessor.cs | 21 +-- .../Processors/DateIndexNameProcessor.cs | 21 +-- src/Nest/Ingest/Processors/DateProcessor.cs | 21 +-- .../Ingest/Processors/DissectProcessor.cs | 21 +-- .../Ingest/Processors/DotExpanderProcessor.cs | 21 +-- src/Nest/Ingest/Processors/DropProcessor.cs | 21 +-- src/Nest/Ingest/Processors/EnrichProcessor.cs | 21 +-- src/Nest/Ingest/Processors/FailProcessor.cs | 21 +-- .../Ingest/Processors/FingerprintProcessor.cs | 21 +-- .../Ingest/Processors/ForeachProcessor.cs | 21 +-- src/Nest/Ingest/Processors/GrokProcessor.cs | 21 +-- src/Nest/Ingest/Processors/GsubProcessor.cs | 21 +-- src/Nest/Ingest/Processors/JoinProcessor.cs | 21 +-- src/Nest/Ingest/Processors/JsonProcessor.cs | 21 +-- .../Ingest/Processors/KeyValueProcessor.cs | 21 +-- .../Ingest/Processors/LowercaseProcessor.cs | 21 +-- .../Processors/NetworkCommunityIdProcessor.cs | 21 +-- .../Processors/NetworkDirectionProcessor.cs | 21 +-- .../Ingest/Processors/PipelineProcessor.cs | 21 +-- .../Processors/Plugins/AttachmentProcessor.cs | 21 +-- .../Processors/Plugins/GeoIpProcessor.cs | 21 +-- .../Plugins/UserAgent/UserAgentProperty.cs | 21 +-- .../Processors/Plugins/UserAgentProcessor.cs | 21 +-- .../Processors/RegisteredDomainProcoessor.cs | 21 +-- src/Nest/Ingest/Processors/RemoveProcessor.cs | 21 +-- src/Nest/Ingest/Processors/RenameProcessor.cs | 21 +-- src/Nest/Ingest/Processors/ScriptProcessor.cs | 21 +-- src/Nest/Ingest/Processors/SetProcessor.cs | 21 +-- .../Processors/SetSecurityUserProcessor.cs | 21 +-- src/Nest/Ingest/Processors/SortProcessor.cs | 21 +-- src/Nest/Ingest/Processors/SplitProcessor.cs | 21 +-- src/Nest/Ingest/Processors/TrimProcessor.cs | 21 +-- .../Ingest/Processors/UppercaseProcessor.cs | 21 +-- .../Ingest/Processors/UriPartsProcessor.cs | 21 +-- .../Ingest/Processors/UrlDecodeProcessor.cs | 21 +-- src/Nest/Ingest/ProcessorsDescriptor.cs | 21 +-- .../Ingest/PutPipeline/PutPipelineRequest.cs | 21 +-- .../Ingest/PutPipeline/PutPipelineResponse.cs | 21 +-- .../SimulatePipelineDocument.cs | 21 +-- .../SimulatePipelineRequest.cs | 21 +-- .../SimulatePipelineResponse.cs | 21 +-- .../ElasticsearchCorePropertyAttributeBase.cs | 21 +-- ...ticsearchDocValuesPropertyAttributeBase.cs | 21 +-- .../ElasticsearchPropertyAttributeBase.cs | 21 +-- .../ElasticsearchTypeAttribute.cs | 21 +-- src/Nest/Mapping/DynamicMapping.cs | 21 +-- .../DynamicTemplate/DynamicTemplate.cs | 21 +-- .../DynamicTemplateContainer.cs | 21 +-- .../DynamicTemplatesFormatter.cs | 21 +-- .../Mapping/DynamicTemplate/SingleMapping.cs | 21 +-- src/Nest/Mapping/Mappings.cs | 21 +-- src/Nest/Mapping/MetaFields/All/AllField.cs | 21 +-- .../MetaFields/FieldNames/FieldNamesField.cs | 21 +-- src/Nest/Mapping/MetaFields/IFieldMapping.cs | 21 +-- .../Mapping/MetaFields/Index/IndexField.cs | 21 +-- .../MetaFields/Routing/RoutingField.cs | 21 +-- src/Nest/Mapping/MetaFields/Size/SizeField.cs | 21 +-- .../Mapping/MetaFields/Source/SourceField.cs | 21 +-- src/Nest/Mapping/PropertyMapping.cs | 21 +-- .../Mapping/RuntimeFields/RuntimeField.cs | 21 +-- .../Mapping/RuntimeFields/RuntimeFields.cs | 21 +-- src/Nest/Mapping/TermVectorOption.cs | 21 +-- src/Nest/Mapping/TypeMapping.cs | 21 +-- .../Complex/Flattened/FlattenedAttribute.cs | 21 +-- .../Complex/Flattened/FlattenedProperty.cs | 21 +-- .../Types/Complex/Nested/NestedAttribute.cs | 21 +-- .../Types/Complex/Nested/NestedProperty.cs | 21 +-- .../Types/Complex/Object/ObjectAttribute.cs | 21 +-- .../Types/Complex/Object/ObjectProperty.cs | 21 +-- .../Types/Core/Binary/BinaryAttribute.cs | 21 +-- .../Types/Core/Binary/BinaryProperty.cs | 21 +-- .../Types/Core/Boolean/BooleanAttribute.cs | 21 +-- .../Types/Core/Boolean/BooleanProperty.cs | 21 +-- .../Mapping/Types/Core/Date/DateAttribute.cs | 21 +-- .../Mapping/Types/Core/Date/DateProperty.cs | 21 +-- .../Core/DateNanos/DateNanosAttribute.cs | 21 +-- .../Types/Core/DateNanos/DateNanosProperty.cs | 21 +-- src/Nest/Mapping/Types/Core/Join/Children.cs | 21 +-- .../Types/Core/Join/ChildrenFormatter.cs | 21 +-- .../Mapping/Types/Core/Join/JoinAttribute.cs | 21 +-- src/Nest/Mapping/Types/Core/Join/JoinField.cs | 21 +-- .../Types/Core/Join/JoinFieldFormatter.cs | 21 +-- .../Mapping/Types/Core/Join/JoinProperty.cs | 21 +-- src/Nest/Mapping/Types/Core/Join/Relations.cs | 21 +-- .../Types/Core/Keyword/KeywordAttribute.cs | 21 +-- .../Types/Core/Keyword/KeywordProperty.cs | 21 +-- .../Types/Core/Number/NumberAttribute.cs | 21 +-- .../Types/Core/Number/NumberProperty.cs | 21 +-- .../Mapping/Types/Core/Number/NumberType.cs | 21 +-- .../Core/Percolator/PercolatorAttribute.cs | 21 +-- .../Core/Percolator/PercolatorProperty.cs | 21 +-- .../Range/DateRange/DateRangeAttribute.cs | 21 +-- .../Core/Range/DateRange/DateRangeProperty.cs | 21 +-- .../Range/DoubleRange/DoubleRangeAttribute.cs | 21 +-- .../Range/DoubleRange/DoubleRangeProperty.cs | 21 +-- .../Range/FloatRange/FloatRangeAttribute.cs | 21 +-- .../Range/FloatRange/FloatRangeProperty.cs | 21 +-- .../IntegerRange/IntegerRangeAttribute.cs | 21 +-- .../IntegerRange/IntegerRangeProperty.cs | 21 +-- .../Core/Range/IpRange/IpRangeAttribute.cs | 21 +-- .../Core/Range/IpRange/IpRangeProperty.cs | 21 +-- .../Range/LongRange/LongRangeAttribute.cs | 21 +-- .../Core/Range/LongRange/LongRangeProperty.cs | 21 +-- .../Core/Range/RangePropertyAttributeBase.cs | 21 +-- .../Types/Core/Range/RangePropertyBase.cs | 21 +-- .../Mapping/Types/Core/Range/RangeType.cs | 21 +-- .../Core/RankFeature/RankFeatureAttribute.cs | 21 +-- .../Core/RankFeature/RankFeatureProperty.cs | 21 +-- .../RankFeatures/RankFeaturesAttribute.cs | 21 +-- .../Core/RankFeatures/RankFeaturesProperty.cs | 21 +-- .../SearchAsYouTypeAttribute.cs | 21 +-- .../SearchAsYouTypeProperty.cs | 21 +-- .../Mapping/Types/Core/Text/IndexOptions.cs | 21 +-- .../Mapping/Types/Core/Text/TextAttribute.cs | 21 +-- .../Types/Core/Text/TextIndexPrefixes.cs | 21 +-- .../Mapping/Types/Core/Text/TextProperty.cs | 21 +-- src/Nest/Mapping/Types/CorePropertyBase.cs | 21 +-- .../Types/CorePropertyDescriptorBase.cs | 21 +-- .../Mapping/Types/DocValuesPropertyBase.cs | 21 +-- .../Types/DocValuesPropertyDescriptorBase.cs | 21 +-- src/Nest/Mapping/Types/FieldType.cs | 21 +-- .../Types/Geo/GeoPoint/GeoPointAttribute.cs | 21 +-- .../Types/Geo/GeoPoint/GeoPointProperty.cs | 21 +-- .../Types/Geo/GeoShape/GeoOrientation.cs | 21 +-- .../Types/Geo/GeoShape/GeoShapeAttribute.cs | 21 +-- .../Types/Geo/GeoShape/GeoShapeProperty.cs | 21 +-- .../Mapping/Types/Geo/GeoShape/GeoStrategy.cs | 21 +-- .../Mapping/Types/Geo/GeoShape/GeoTree.cs | 21 +-- src/Nest/Mapping/Types/Properties-Scalar.cs | 21 +-- src/Nest/Mapping/Types/Properties.cs | 21 +-- src/Nest/Mapping/Types/PropertiesFormatter.cs | 21 +-- src/Nest/Mapping/Types/PropertyBase.cs | 21 +-- .../Mapping/Types/PropertyDescriptorBase.cs | 21 +-- src/Nest/Mapping/Types/PropertyFormatter.cs | 21 +-- .../Specialized/Attachment/Attachment.cs | 21 +-- .../Completion/CategorySuggestContext.cs | 21 +-- .../Completion/CompletionAttribute.cs | 21 +-- .../Completion/CompletionProperty.cs | 21 +-- .../Completion/GeoSuggestContext.cs | 21 +-- .../Specialized/Completion/ISuggestContext.cs | 21 +-- .../Completion/SuggestContextFormatter.cs | 21 +-- .../Completion/SuggestContextsDescriptor.cs | 21 +-- .../ConstantKeywordAttribute.cs | 21 +-- .../ConstantKeywordProperty.cs | 21 +-- .../FieldAlias/FieldAliasProperty.cs | 21 +-- .../Specialized/Generic/GenericProperty.cs | 21 +-- .../Histogram/HistogramAttribute.cs | 21 +-- .../Histogram/HistogramProperty.cs | 21 +-- .../Types/Specialized/Ip/IpAttribute.cs | 21 +-- .../Types/Specialized/Ip/IpProperty.cs | 21 +-- .../Murmur3Hash/Murmur3HashAttribute.cs | 21 +-- .../Murmur3Hash/Murmur3HashProperty.cs | 21 +-- .../Types/Specialized/Point/PointAttribute.cs | 21 +-- .../Types/Specialized/Point/PointProperty.cs | 21 +-- .../Types/Specialized/Shape/ShapeAttribute.cs | 21 +-- .../Specialized/Shape/ShapeOrientation.cs | 21 +-- .../Types/Specialized/Shape/ShapeProperty.cs | 21 +-- .../TokenCount/TokenCountAttribute.cs | 21 +-- .../TokenCount/TokenCountProperty.cs | 21 +-- .../Specialized/Version/VersionAttribute.cs | 21 +-- .../Specialized/Version/VersionProperty.cs | 21 +-- .../Specialized/Wildcard/WildcardAttribute.cs | 21 +-- .../Specialized/Wildcard/WildcardProperty.cs | 21 +-- src/Nest/Mapping/Visitor/IMappingVisitor.cs | 21 +-- src/Nest/Mapping/Visitor/IPropertyVisitor.cs | 21 +-- src/Nest/Mapping/Visitor/MappingWalker.cs | 21 +-- .../Mapping/Visitor/NoopPropertyVisitor.cs | 21 +-- src/Nest/Mapping/Visitor/PropertyWalker.cs | 21 +-- .../Modules/Cluster/AllocationAttribute.cs | 21 +-- .../AllocationAwarenessSettings.cs | 21 +-- .../AllocationFilteringSettings.cs | 21 +-- .../Modules/Cluster/ClusterModuleSettings.cs | 21 +-- .../DiskbasedShardAllocationSettings.cs | 21 +-- .../ShardAllocation/AllocationEnable.cs | 21 +-- .../Cluster/ShardAllocation/AllowRebalance.cs | 21 +-- .../ShardAllocation/RebalanceEnable.cs | 21 +-- .../ShardAllocationSettings.cs | 21 +-- .../ShardBalancingHeuristicsSettings.cs | 21 +-- .../ShardRebalancingSettings.cs | 21 +-- src/Nest/Modules/Gateway/GatewaySettings.cs | 21 +-- .../CircuitBreaker/CircuitBreakerSettings.cs | 21 +-- .../Indices/Fielddata/FielddataBase.cs | 21 +-- .../Indices/Fielddata/FielddataFilter.cs | 21 +-- .../Fielddata/FielddataFrequencyFilter.cs | 21 +-- .../Indices/Fielddata/FielddataLoading.cs | 21 +-- .../Indices/Fielddata/FielddataRegexFilter.cs | 21 +-- .../Indices/Fielddata/FielddataSettings.cs | 21 +-- .../Fielddata/GeoPoint/GeoPointFielddata.cs | 21 +-- .../GeoPoint/GeoPointFielddataFormat.cs | 21 +-- .../Fielddata/Numeric/NumericFielddata.cs | 21 +-- .../Numeric/NumericFielddataFormat.cs | 21 +-- .../Fielddata/String/StringFielddata.cs | 21 +-- .../Fielddata/String/StringFielddataFormat.cs | 21 +-- .../IndexingBuffer/IndexingBufferSettings.cs | 21 +-- .../Modules/Indices/IndicesModuleSettings.cs | 21 +-- .../Recovery/IndicesRecoverySettings.cs | 21 +-- .../DeleteScript/DeleteScriptRequest.cs | 21 +-- .../DeleteScript/DeleteScriptResponse.cs | 21 +-- .../ExecutePainlessScriptRequest.cs | 21 +-- .../ExecutePainlessScriptResponse.cs | 21 +-- .../PainlessContextSetup.cs | 21 +-- .../Scripting/GetScript/GetScriptRequest.cs | 21 +-- .../Scripting/GetScript/GetScriptResponse.cs | 21 +-- src/Nest/Modules/Scripting/IStoredScript.cs | 21 +-- .../Scripting/PutScript/PutScriptRequest.cs | 21 +-- .../Scripting/PutScript/PutScriptResponse.cs | 21 +-- src/Nest/Modules/Scripting/ScriptLang.cs | 21 +-- .../Repositories/AzureRepository.cs | 21 +-- .../CleanupRepositoryRequest.cs | 21 +-- .../CleanupRepositoryResponse.cs | 21 +-- .../CreateRepositoryFormatter.cs | 21 +-- .../CreateRepositoryRequest.cs | 21 +-- .../CreateRepositoryResponse.cs | 21 +-- .../DeleteRepositoryRequest.cs | 21 +-- .../DeleteRepositoryResponse.cs | 21 +-- .../Repositories/FileSystemRepository.cs | 21 +-- .../GetRepository/GetRepositoryRequest.cs | 21 +-- .../GetRepository/GetRepositoryResponse.cs | 21 +-- .../GetRepositoryResponseFormatter.cs | 21 +-- .../Repositories/HdfsRepository.cs | 21 +-- .../Repositories/ISnapshotRepository.cs | 21 +-- .../Repositories/ReadOnlyUrlRepository.cs | 21 +-- .../Repositories/S3Repository.cs | 21 +-- .../Repositories/SourceOnlyRepository.cs | 21 +-- .../VerifyRepository/CompactNodeInfo.cs | 21 +-- .../VerifyRepositoryRequest.cs | 21 +-- .../VerifyRepositoryResponse.cs | 21 +-- .../RestoreObservable/RestoreObservable.cs | 21 +-- .../RestoreObservable/RestoreObserver.cs | 21 +-- .../Restore/RestoreRequest.cs | 21 +-- .../Restore/RestoreResponse.cs | 21 +-- .../Restore/SnapshotRestore.cs | 21 +-- .../Snapshot/Clone/CloneSnapshotRequest.cs | 21 +-- .../Snapshot/Clone/CloneSnapshotResponse.cs | 21 +-- .../DeleteSnapshot/DeleteSnapshotRequest.cs | 21 +-- .../DeleteSnapshot/DeleteSnapshotResponse.cs | 21 +-- .../GetSnapshot/GetSnapshotRequest.cs | 21 +-- .../GetSnapshot/GetSnapshotResponse.cs | 21 +-- .../SnapshotAndRestore/Snapshot/Snapshot.cs | 21 +-- .../Snapshot/Snapshot/SnapshotRequest.cs | 21 +-- .../Snapshot/Snapshot/SnapshotResponse.cs | 21 +-- .../SnapshotObservable/SnapshotObservable.cs | 21 +-- .../SnapshotObservable/SnapshotObserver.cs | 21 +-- .../Snapshot/SnapshotShardFailure.cs | 21 +-- .../SnapshotStatus/SnapshotStatusRequest.cs | 21 +-- .../SnapshotStatus/SnapshotStatusResponse.cs | 21 +-- src/Nest/Properties/ClsCompliancy.cs | 21 +-- .../Abstractions/Container/IQueryContainer.cs | 21 +-- .../Container/QueryContainer-Assignments.cs | 21 +-- .../Container/QueryContainer-Dsl.cs | 21 +-- .../Container/QueryContainerDescriptor.cs | 21 +-- .../Container/QueryContainerFormatter.cs | 21 +-- .../Abstractions/FieldLookup/FieldLookup.cs | 21 +-- .../FieldLookup/FieldLookupExtensions.cs | 21 +-- .../FieldName/FieldNameQueryBase.cs | 21 +-- .../FieldName/FieldNameQueryDescriptorBase.cs | 21 +-- .../FieldName/FieldNameQueryFormatter.cs | 21 +-- .../Query/BoolQueryAndExtensions.cs | 21 +-- .../Abstractions/Query/BoolQueryExtensions.cs | 21 +-- .../Query/BoolQueryOrExtensions.cs | 21 +-- .../QueryDsl/Abstractions/Query/QueryBase.cs | 21 +-- .../Abstractions/Query/QueryDescriptorBase.cs | 21 +-- src/Nest/QueryDsl/Compound/Bool/BoolQuery.cs | 21 +-- .../Compound/Boosting/BoostingQuery.cs | 21 +-- .../ConstantScore/ConstantScoreQuery.cs | 21 +-- .../QueryDsl/Compound/Dismax/DismaxQuery.cs | 21 +-- .../FunctionScore/FunctionScoreQuery.cs | 21 +-- .../Functions/Decay/DecayFunctionBase.cs | 21 +-- .../Decay/ExponentialDecayFunctionBase.cs | 21 +-- .../Functions/Decay/GaussDecayFunctionBase.cs | 21 +-- .../Decay/LinearDecayFunctionBase.cs | 21 +-- .../Functions/Decay/MultiValueMode.cs | 21 +-- .../FieldValue/FieldValueFactorFunction.cs | 21 +-- .../FieldValue/FieldValueFactorModifier.cs | 21 +-- .../Functions/FunctionBoostMode.cs | 21 +-- .../Functions/FunctionScoreMode.cs | 21 +-- .../FunctionScore/Functions/IScoreFunction.cs | 21 +-- .../Functions/Random/RandomScoreFunction.cs | 21 +-- .../Functions/ScoreFunctionJsonFormatter.cs | 21 +-- .../FunctionScore/Functions/ScoreFunctions.cs | 21 +-- .../ScriptScore/ScriptScoreFunction.cs | 21 +-- .../Functions/Weight/WeightFunction.cs | 21 +-- .../CombinedFields/CombinedFieldsQuery.cs | 21 +-- .../FullText/CommonTerms/CommonTermsQuery.cs | 21 +-- .../FullText/Intervals/IntervalsAllOf.cs | 21 +-- .../FullText/Intervals/IntervalsAnyOf.cs | 21 +-- .../FullText/Intervals/IntervalsFilter.cs | 21 +-- .../FullText/Intervals/IntervalsFuzzy.cs | 21 +-- .../FullText/Intervals/IntervalsMatch.cs | 21 +-- .../FullText/Intervals/IntervalsPrefix.cs | 21 +-- .../FullText/Intervals/IntervalsQuery.cs | 21 +-- .../FullText/Intervals/IntervalsWildcard.cs | 21 +-- .../QueryDsl/FullText/Match/MatchQuery.cs | 21 +-- .../MatchBoolPrefix/MatchBoolPrefixQuery.cs | 21 +-- .../FullText/MatchPhrase/MatchPhraseQuery.cs | 21 +-- .../MatchPhrasePrefixQuery.cs | 21 +-- .../FullText/MultiMatch/MultiMatchQuery.cs | 21 +-- .../FullText/MultiMatch/TextQueryType.cs | 21 +-- .../FullText/MultiMatch/ZeroTermsQuery.cs | 21 +-- .../FullText/QueryString/QueryStringQuery.cs | 21 +-- .../SimpleQueryStringFlags.cs | 21 +-- .../SimpleQueryStringQuery.cs | 21 +-- .../QueryDsl/Geo/BoundingBox/BoundingBox.cs | 21 +-- .../Geo/BoundingBox/GeoBoundingBoxQuery.cs | 21 +-- .../QueryDsl/Geo/BoundingBox/GeoExecution.cs | 21 +-- .../QueryDsl/Geo/Distance/GeoDistanceQuery.cs | 21 +-- .../QueryDsl/Geo/GeoCoordinateFormatter.cs | 21 +-- src/Nest/QueryDsl/Geo/GeoLocation.cs | 21 +-- src/Nest/QueryDsl/Geo/GeoLocationFormatter.cs | 21 +-- src/Nest/QueryDsl/Geo/GeoValidationMethod.cs | 21 +-- src/Nest/QueryDsl/Geo/LatLon.cs | 21 +-- .../QueryDsl/Geo/Polygon/GeoPolygonQuery.cs | 21 +-- src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs | 21 +-- .../QueryDsl/Geo/Shape/EnvelopeGeoShape.cs | 21 +-- src/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs | 21 +-- .../Geo/Shape/GeoShapeQueryFormatter.cs | 21 +-- .../QueryDsl/Geo/Shape/GeometryCollection.cs | 21 +-- src/Nest/QueryDsl/Geo/Shape/IGeoShapeQuery.cs | 21 +-- .../QueryDsl/Geo/Shape/LineStringGeoShape.cs | 21 +-- .../Geo/Shape/MultiLineStringGeoShape.cs | 21 +-- .../QueryDsl/Geo/Shape/MultiPointGeoShape.cs | 21 +-- .../Geo/Shape/MultiPolygonGeoShape.cs | 21 +-- src/Nest/QueryDsl/Geo/Shape/PointGeoShape.cs | 21 +-- .../QueryDsl/Geo/Shape/PolygonGeoShape.cs | 21 +-- src/Nest/QueryDsl/Geo/WKT/GeoWKTException.cs | 21 +-- src/Nest/QueryDsl/Geo/WKT/GeoWKTReader.cs | 21 +-- src/Nest/QueryDsl/Geo/WKT/GeoWKTWriter.cs | 21 +-- .../Joining/HasChild/ChildScoreMode.cs | 21 +-- .../Joining/HasChild/HasChildQuery.cs | 21 +-- .../Joining/HasParent/HasParentQuery.cs | 21 +-- .../QueryDsl/Joining/Nested/NestedQuery.cs | 21 +-- .../Joining/Nested/NestedScoreMode.cs | 21 +-- .../Joining/ParentId/ParentIdQuery.cs | 21 +-- src/Nest/QueryDsl/MatchAllQuery.cs | 21 +-- src/Nest/QueryDsl/MatchNoneQuery.cs | 21 +-- .../MultiTermQueryRewriteFormatter.cs | 21 +-- .../MultiTermQueryRewrite/RewriteMultiTerm.cs | 21 +-- .../NestSpecific/ConditionlessQuery.cs | 21 +-- src/Nest/QueryDsl/NestSpecific/RawQuery.cs | 21 +-- src/Nest/QueryDsl/Operator.cs | 21 +-- src/Nest/QueryDsl/Query.cs | 21 +-- .../Span/Containing/SpanContainingQuery.cs | 21 +-- .../FieldMasking/SpanFieldMaskingQuery.cs | 21 +-- .../QueryDsl/Span/First/SpanFirstQuery.cs | 21 +-- src/Nest/QueryDsl/Span/Gap/SpanGapQuery.cs | 21 +-- src/Nest/QueryDsl/Span/ISpanSubQuery.cs | 21 +-- .../Span/MultiTerm/SpanMultiTermQuery.cs | 21 +-- src/Nest/QueryDsl/Span/Near/SpanNearQuery.cs | 21 +-- src/Nest/QueryDsl/Span/Not/SpanNotQuery.cs | 21 +-- src/Nest/QueryDsl/Span/Or/SpanOrQuery.cs | 21 +-- src/Nest/QueryDsl/Span/SpanQuery.cs | 21 +-- src/Nest/QueryDsl/Span/Term/SpanTermQuery.cs | 21 +-- .../QueryDsl/Span/Within/SpanWithinQuery.cs | 21 +-- .../DistanceFeature/DistanceFeatureQuery.cs | 21 +-- .../Specialized/MoreLikeThis/Like/Like.cs | 21 +-- .../MoreLikeThis/Like/LikeDocument.cs | 21 +-- .../MoreLikeThis/MoreLikeThisQuery.cs | 21 +-- .../Specialized/Percolate/PercolateQuery.cs | 21 +-- .../Specialized/Pinned/PinnedQuery.cs | 21 +-- .../RankFeature/RankFeatureQuery.cs | 21 +-- .../Specialized/Script/ScriptQuery.cs | 21 +-- .../ScriptScore/ScriptScoreQuery.cs | 21 +-- .../Specialized/Shape/CartesianPoint.cs | 21 +-- .../QueryDsl/Specialized/Shape/IShapeQuery.cs | 21 +-- .../Specialized/Shape/ShapeQueryFormatter.cs | 21 +-- .../QueryDsl/TermLevel/Exists/ExistsQuery.cs | 21 +-- .../QueryDsl/TermLevel/Fuzzy/FuzzyQueries.cs | 21 +-- .../TermLevel/Fuzzy/FuzzyQueryBase.cs | 21 +-- .../TermLevel/Fuzzy/FuzzyQueryFormatter.cs | 21 +-- src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs | 21 +-- .../QueryDsl/TermLevel/Prefix/PrefixQuery.cs | 21 +-- .../TermLevel/Range/DateRangeQuery.cs | 21 +-- .../TermLevel/Range/LongRangeQuery.cs | 21 +-- .../TermLevel/Range/NumericRangeQuery.cs | 21 +-- .../QueryDsl/TermLevel/Range/RangeQuery.cs | 21 +-- .../TermLevel/Range/RangeQueryFormatter.cs | 21 +-- .../QueryDsl/TermLevel/Range/RangeRelation.cs | 21 +-- .../TermLevel/Range/TermRangeQuery.cs | 21 +-- .../QueryDsl/TermLevel/Regexp/RegexpQuery.cs | 21 +-- src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs | 21 +-- .../QueryDsl/TermLevel/Terms/TermsQuery.cs | 21 +-- .../TermLevel/Terms/TermsQueryFormatter.cs | 21 +-- .../TermLevel/TermsSet/TermsSetQuery.cs | 21 +-- .../TermLevel/Wildcard/WildcardQuery.cs | 21 +-- .../QueryDsl/Visitor/DslPrettyPrintVisitor.cs | 21 +-- src/Nest/QueryDsl/Visitor/QueryVisitor.cs | 21 +-- src/Nest/QueryDsl/Visitor/QueryWalker.cs | 21 +-- src/Nest/QueryDsl/Visitor/VisitorScope.cs | 21 +-- src/Nest/Requests.AsyncSearch.cs | 21 +-- src/Nest/Requests.Cat.cs | 21 +-- src/Nest/Requests.Cluster.cs | 21 +-- src/Nest/Requests.CrossClusterReplication.cs | 21 +-- src/Nest/Requests.DanglingIndices.cs | 21 +-- src/Nest/Requests.Enrich.cs | 21 +-- src/Nest/Requests.Eql.cs | 21 +-- src/Nest/Requests.Graph.cs | 21 +-- src/Nest/Requests.IndexLifecycleManagement.cs | 21 +-- src/Nest/Requests.Indices.cs | 21 +-- src/Nest/Requests.Ingest.cs | 21 +-- src/Nest/Requests.License.cs | 21 +-- src/Nest/Requests.MachineLearning.cs | 21 +-- src/Nest/Requests.Migration.cs | 21 +-- src/Nest/Requests.NoNamespace.cs | 21 +-- src/Nest/Requests.Nodes.cs | 21 +-- src/Nest/Requests.Rollup.cs | 21 +-- src/Nest/Requests.Security.cs | 21 +-- src/Nest/Requests.Snapshot.cs | 21 +-- .../Requests.SnapshotLifecycleManagement.cs | 21 +-- src/Nest/Requests.Sql.cs | 21 +-- src/Nest/Requests.Tasks.cs | 21 +-- src/Nest/Requests.Transform.cs | 21 +-- src/Nest/Requests.Watcher.cs | 21 +-- src/Nest/Requests.XPack.cs | 21 +-- src/Nest/Requests.cs | 21 +-- src/Nest/Search/Count/CountRequest.cs | 21 +-- src/Nest/Search/Count/CountResponse.cs | 21 +-- src/Nest/Search/Explain/ExplainGet.cs | 21 +-- src/Nest/Search/Explain/ExplainRequest.cs | 21 +-- src/Nest/Search/Explain/ExplainResponse.cs | 21 +-- src/Nest/Search/Explain/Explanation.cs | 21 +-- src/Nest/Search/Explain/ExplanationDetail.cs | 21 +-- .../FieldCapabilitiesRequest.cs | 21 +-- .../FieldCapabilitiesResponse.cs | 21 +-- src/Nest/Search/ITypedSearchRequest.cs | 21 +-- .../MultiSearch/MultiSearchFormatter.cs | 21 +-- .../Search/MultiSearch/MultiSearchRequest.cs | 21 +-- .../Search/MultiSearch/MultiSearchResponse.cs | 21 +-- .../MultiSearch/MultiSearchResponseBuilder.cs | 21 +-- .../MultiSearchResponseFormatter.cs | 21 +-- .../MultiSearchTemplateJsonConverter.cs | 21 +-- .../MultiSearchTemplateRequest.cs | 21 +-- .../Scroll/ClearScroll/ClearScrollRequest.cs | 21 +-- .../Scroll/ClearScroll/ClearScrollResponse.cs | 21 +-- .../Search/Scroll/Scroll/ScrollRequest.cs | 21 +-- src/Nest/Search/Scroll/Scroll/SlicedScroll.cs | 21 +-- .../Search/Search/Collapsing/FieldCollapse.cs | 21 +-- .../Search/Highlighting/BoundaryScanner.cs | 21 +-- .../Search/Search/Highlighting/Highlight.cs | 21 +-- .../Search/Highlighting/HighlightField.cs | 21 +-- .../Search/Highlighting/HighlighterEncoder.cs | 21 +-- .../Highlighting/HighlighterFragmenter.cs | 21 +-- .../Search/Highlighting/HighlighterOrder.cs | 21 +-- .../Highlighting/HighlighterTagsSchema.cs | 21 +-- .../Search/Highlighting/HighlighterType.cs | 21 +-- src/Nest/Search/Search/Hits/Hit.cs | 21 +-- src/Nest/Search/Search/Hits/HitsMetaData.cs | 21 +-- .../Search/Search/Hits/InnerHitsMetaData.cs | 21 +-- .../Search/Search/Hits/InnerHitsResult.cs | 21 +-- src/Nest/Search/Search/Hits/NestedIdentity.cs | 21 +-- src/Nest/Search/Search/Hits/TotalHits.cs | 21 +-- src/Nest/Search/Search/InnerHits/InnerHits.cs | 21 +-- .../Close/ClosePointInTimeRequest.cs | 21 +-- .../Close/ClosePointInTimeResponse.cs | 21 +-- .../Open/OpenPointInTimeRequest.cs | 21 +-- .../Open/OpenPointInTimeResponse.cs | 21 +-- .../Search/Search/PointInTime/PointInTime.cs | 21 +-- .../Search/Profile/AggregationBreakdown.cs | 21 +-- .../Search/Profile/AggregationProfile.cs | 21 +-- src/Nest/Search/Search/Profile/Collector.cs | 21 +-- src/Nest/Search/Search/Profile/Profile.cs | 21 +-- .../Search/Search/Profile/QueryBreakdown.cs | 21 +-- .../Search/Search/Profile/QueryProfile.cs | 21 +-- .../Search/Search/Profile/SearchProfile.cs | 21 +-- .../Search/Search/Profile/ShardProfile.cs | 21 +-- src/Nest/Search/Search/Rescoring/Rescore.cs | 21 +-- .../Search/Search/Rescoring/RescoreQuery.cs | 21 +-- src/Nest/Search/Search/Rescoring/ScoreMode.cs | 21 +-- src/Nest/Search/Search/SearchRequest.cs | 21 +-- src/Nest/Search/Search/SearchResponse.cs | 21 +-- src/Nest/Search/Search/Sort/FieldSort.cs | 21 +-- .../Search/Search/Sort/GeoDistanceSort.cs | 21 +-- src/Nest/Search/Search/Sort/NestedSort.cs | 21 +-- src/Nest/Search/Search/Sort/NumericType.cs | 21 +-- src/Nest/Search/Search/Sort/ScriptSort.cs | 21 +-- src/Nest/Search/Search/Sort/SortBase.cs | 21 +-- src/Nest/Search/Search/Sort/SortDescriptor.cs | 21 +-- src/Nest/Search/Search/Sort/SortMode.cs | 21 +-- src/Nest/Search/Search/Sort/SortOrder.cs | 21 +-- .../Search/Search/Sort/SortSpecialField.cs | 21 +-- .../Search/SourceFiltering/SourceFilter.cs | 21 +-- .../SourceFilterJsonConverter.cs | 21 +-- .../SearchShards/SearchShardsRequest.cs | 21 +-- .../SearchShards/SearchShardsResponse.cs | 21 +-- .../RenderSearchTemplateRequest.cs | 21 +-- .../RenderSearchTemplateResponse.cs | 21 +-- .../SearchTemplate/SearchTemplateRequest.cs | 21 +-- .../CompletionSuggester/CompletionField.cs | 21 +-- .../CompletionSuggester.cs | 21 +-- .../CompletionSuggester/SuggestFuzziness.cs | 21 +-- .../Suggesters/ContextSuggester/Context.cs | 21 +-- .../ContextSuggester/SuggestContextQuery.cs | 21 +-- .../PhraseSuggester/DirectGenerator.cs | 21 +-- .../PhraseSuggester/PhraseSuggestCollate.cs | 21 +-- .../PhraseSuggestCollateQuery.cs | 21 +-- .../PhraseSuggester/PhraseSuggestHighlight.cs | 21 +-- .../PhraseSuggester/PhraseSuggester.cs | 21 +-- .../SmoothingModel/LaplaceSmoothingModel.cs | 21 +-- .../LinearInterpolationSmoothingModel.cs | 21 +-- .../SmoothingModel/SmoothingModelBase.cs | 21 +-- .../SmoothingModel/SmoothingModelContainer.cs | 21 +-- .../StupidBackoffSmoothingModel.cs | 21 +-- src/Nest/Search/Suggesters/Suggest.cs | 21 +-- src/Nest/Search/Suggesters/SuggestBucket.cs | 21 +-- .../Search/Suggesters/SuggestContainer.cs | 21 +-- .../Search/Suggesters/SuggestDictionary.cs | 21 +-- src/Nest/Search/Suggesters/SuggestOption.cs | 21 +-- src/Nest/Search/Suggesters/SuggesterBase.cs | 21 +-- .../TermSuggester/StringDistance.cs | 21 +-- .../Suggesters/TermSuggester/SuggestSort.cs | 21 +-- .../Suggesters/TermSuggester/TermSuggester.cs | 21 +-- .../Search/Validate/ValidateQueryRequest.cs | 21 +-- .../Search/Validate/ValidateQueryResponse.cs | 21 +-- .../Search/Validate/ValidationExplanation.cs | 21 +-- src/Nest/XPack/AsyncSearch/AsyncSearch.cs | 21 +-- .../AsyncSearch/AsyncSearchResponseBase.cs | 21 +-- .../Delete/AsyncSearchDeleteRequest.cs | 21 +-- .../Delete/AsyncSearchDeleteResponse.cs | 21 +-- .../AsyncSearch/Get/AsyncSearchGetRequest.cs | 21 +-- .../AsyncSearch/Get/AsyncSearchGetResponse.cs | 21 +-- .../Status/AsyncSearchStatusRequest.cs | 21 +-- .../Status/AsyncSearchStatusResponse.cs | 21 +-- .../Submit/AsyncSearchSubmitRequest.cs | 21 +-- .../Submit/AsyncSearchSubmitResponse.cs | 21 +-- .../CreateAutoFollowPatternRequest.cs | 21 +-- .../CreateAutoFollowPatternResponse.cs | 21 +-- .../DeleteAutoFollowPatternRequest.cs | 21 +-- .../DeleteAutoFollowPatternResponse.cs | 21 +-- .../GetAutoFollowPatternRequest.cs | 21 +-- .../GetAutoFollowPatternResponse.cs | 21 +-- .../PauseAutoFollowPatternRequest.cs | 21 +-- .../PauseAutoFollowPatternResponse.cs | 21 +-- .../ResumeAutoFollowPatternRequest.cs | 21 +-- .../ResumeAutoFollowPatternResponse.cs | 21 +-- .../CreateFollowIndexRequest.cs | 21 +-- .../CreateFollowIndexResponse.cs | 21 +-- .../FollowIndexStats/FollowIndexShardStats.cs | 21 +-- .../FollowIndexStatsRequest.cs | 21 +-- .../FollowIndexStatsResponse.cs | 21 +-- .../Follow/FollowInfo/FollowConfig.cs | 21 +-- .../Follow/FollowInfo/FollowInfoRequest.cs | 21 +-- .../Follow/FollowInfo/FollowInfoResponse.cs | 21 +-- .../Follow/FollowInfo/FollowerIndexStatus.cs | 21 +-- .../ForgetFollowerIndexRequest.cs | 21 +-- .../ForgetFollowerIndexResponse.cs | 21 +-- .../PauseFollowIndexRequest.cs | 21 +-- .../PauseFollowIndexResponse.cs | 21 +-- .../ResumeFollowIndexRequest.cs | 21 +-- .../ResumeFollowIndexResponse.cs | 21 +-- .../UnfollowIndex/UnfollowIndexRequest.cs | 21 +-- .../UnfollowIndex/UnfollowIndexResponse.cs | 21 +-- .../Stats/CcrStatsRequest.cs | 21 +-- .../Stats/CcrStatsResponse.cs | 21 +-- .../Create/CreateDataStreamRequest.cs | 21 +-- .../Create/CreateDataStreamResponse.cs | 21 +-- .../Delete/DeleteDataStreamRequest.cs | 21 +-- .../Delete/DeleteDataStreamResponse.cs | 21 +-- .../DataStreams/Get/GetDataStreamRequest.cs | 21 +-- .../DataStreams/Get/GetDataStreamResponse.cs | 21 +-- .../Migrate/MigrateToDataStreamRequest.cs | 21 +-- .../Migrate/MigrateToDataStreamResponse.cs | 21 +-- .../Promote/PromoteDataStreamRequest.cs | 21 +-- .../Promote/PromoteDataStreamResponse.cs | 21 +-- .../Stats/DataStreamsStatsRequest.cs | 21 +-- .../Stats/DataStreamsStatsResponse.cs | 21 +-- .../DeletePolicy/DeleteEnrichPolicyRequest.cs | 21 +-- .../DeleteEnrichPolicyResponse.cs | 21 +-- src/Nest/XPack/Enrich/EnrichPolicy.cs | 21 +-- .../ExecuteEnrichPolicyRequest.cs | 21 +-- .../ExecuteEnrichPolicyResponse.cs | 21 +-- .../GetPolicy/GetEnrichPolicyRequest.cs | 21 +-- .../GetPolicy/GetEnrichPolicyResponse.cs | 21 +-- src/Nest/XPack/Enrich/NamedPolicy.cs | 21 +-- .../PutPolicy/PutEnrichPolicyRequest.cs | 21 +-- .../PutPolicy/PutEnrichPolicyResponse.cs | 21 +-- .../XPack/Enrich/Stats/EnrichStatsRequest.cs | 21 +-- .../XPack/Enrich/Stats/EnrichStatsResponse.cs | 21 +-- src/Nest/XPack/Eql/EqlSearchResponse.cs | 21 +-- src/Nest/XPack/Eql/Events/Event.cs | 21 +-- .../XPack/Eql/Events/EventHitsMetadata.cs | 21 +-- src/Nest/XPack/Eql/Events/Sequence.cs | 21 +-- src/Nest/XPack/Eql/Get/EqlGetRequest.cs | 21 +-- src/Nest/XPack/Eql/Get/EqlGetResponse.cs | 21 +-- .../XPack/Eql/Search/EqlResultPosition.cs | 21 +-- src/Nest/XPack/Eql/Search/EqlSearchRequest.cs | 21 +-- .../Eql/Status/EqlSearchStatusRequest.cs | 21 +-- .../Eql/Status/EqlSearchStatusResponse.cs | 21 +-- .../Graph/Explore/GraphExploreRequest.cs | 21 +-- .../Graph/Explore/GraphExploreResponse.cs | 21 +-- .../Explore/Request/GraphExploreControls.cs | 21 +-- .../Explore/Request/GraphVertexDefinition.cs | 21 +-- .../Explore/Request/GraphVertexInclude.cs | 21 +-- src/Nest/XPack/Graph/Explore/Request/Hop.cs | 21 +-- .../Graph/Explore/Request/SampleDiversity.cs | 21 +-- .../Graph/Explore/Response/GraphConnection.cs | 21 +-- .../Graph/Explore/Response/GraphVertex.cs | 21 +-- src/Nest/XPack/Ilm/Actions/AllocateAction.cs | 21 +-- src/Nest/XPack/Ilm/Actions/DeleteAction.cs | 21 +-- .../XPack/Ilm/Actions/ForceMergeAction.cs | 21 +-- src/Nest/XPack/Ilm/Actions/FreezeAction.cs | 21 +-- .../XPack/Ilm/Actions/ILifecycleAction.cs | 21 +-- src/Nest/XPack/Ilm/Actions/ReadOnlyAction.cs | 21 +-- src/Nest/XPack/Ilm/Actions/RolloverAction.cs | 21 +-- .../XPack/Ilm/Actions/SetPriorityAction.cs | 21 +-- src/Nest/XPack/Ilm/Actions/ShrinkAction.cs | 21 +-- src/Nest/XPack/Ilm/Actions/UnfollowAction.cs | 21 +-- .../Actions/WaitForSnapshotLifecycleAction.cs | 21 +-- .../DeleteLifecycle/DeleteLifecycleRequest.cs | 21 +-- .../DeleteLifecycleResponse.cs | 21 +-- .../ExplainLifecycleRequest.cs | 21 +-- .../ExplainLifecycleResponse.cs | 21 +-- .../Ilm/GetLifecycle/GetLifecycleRequest.cs | 21 +-- .../Ilm/GetLifecycle/GetLifecycleResponse.cs | 21 +-- .../Ilm/GetStatus/GetIlmStatusRequest.cs | 21 +-- .../Ilm/GetStatus/GetIlmStatusResponse.cs | 21 +-- .../Ilm/GetStatus/LifecycleOperationMode.cs | 21 +-- src/Nest/XPack/Ilm/LifecycleActions.cs | 21 +-- .../XPack/Ilm/MoveToStep/MoveToStepRequest.cs | 21 +-- .../Ilm/MoveToStep/MoveToStepResponse.cs | 21 +-- src/Nest/XPack/Ilm/Phase.cs | 21 +-- src/Nest/XPack/Ilm/Phases.cs | 21 +-- src/Nest/XPack/Ilm/Policy.cs | 21 +-- .../Ilm/PutLifecycle/PutLifecycleRequest.cs | 21 +-- .../Ilm/PutLifecycle/PutLifecycleResponse.cs | 21 +-- .../Ilm/RemovePolicy/RemovePolicyRequest.cs | 21 +-- .../Ilm/RemovePolicy/RemovePolicyResponse.cs | 21 +-- src/Nest/XPack/Ilm/Retry/RetryIlmRequest.cs | 21 +-- src/Nest/XPack/Ilm/Retry/RetryIlmResponse.cs | 21 +-- src/Nest/XPack/Ilm/Start/StartIlmRequest.cs | 21 +-- src/Nest/XPack/Ilm/Start/StartIlmResponse.cs | 21 +-- src/Nest/XPack/Ilm/Stop/StopIlmRequest.cs | 21 +-- src/Nest/XPack/Ilm/Stop/StopIlmResponse.cs | 21 +-- .../XPack/Info/XPackInfo/XPackInfoRequest.cs | 21 +-- .../XPack/Info/XPackInfo/XPackInfoResponse.cs | 21 +-- .../Info/XPackUsage/XPackUsageRequest.cs | 21 +-- .../Info/XPackUsage/XPackUsageResponse.cs | 21 +-- .../DeleteLicense/DeleteLicenseRequest.cs | 21 +-- .../DeleteLicense/DeleteLicenseResponse.cs | 21 +-- .../GetBasicLicenseStatusRequest.cs | 21 +-- .../GetBasicLicenseStatusResponse.cs | 21 +-- .../License/GetLicense/GetLicenseRequest.cs | 21 +-- .../License/GetLicense/GetLicenseResponse.cs | 21 +-- .../XPack/License/GetLicense/LicenseStatus.cs | 21 +-- .../XPack/License/GetLicense/LicenseType.cs | 21 +-- .../GetTrialLicenseStatusRequest.cs | 21 +-- .../GetTrialLicenseStatusResponse.cs | 21 +-- .../PostLicense/LicenseAcknowledgement.cs | 21 +-- .../License/PostLicense/PostLicenseRequest.cs | 21 +-- .../PostLicense/PostLicenseResponse.cs | 21 +-- .../StartBasicLicenseRequest.cs | 21 +-- .../StartBasicLicenseResponse.cs | 21 +-- .../StartTrialLicenseRequest.cs | 21 +-- .../StartTrialLicenseResponse.cs | 21 +-- .../CloseJob/CloseJobRequest.cs | 21 +-- .../CloseJob/CloseJobResponse.cs | 21 +-- .../Datafeed/ChunkingConfig.cs | 21 +-- .../Datafeed/DatafeedConfig.cs | 21 +-- .../MachineLearning/Datafeed/DatafeedState.cs | 21 +-- .../MachineLearning/Datafeed/DatafeedStats.cs | 21 +-- .../MachineLearning/Datafeed/DiscoveryNode.cs | 21 +-- .../DeleteCalendar/DeleteCalendarRequest.cs | 21 +-- .../DeleteCalendar/DeleteCalendarResponse.cs | 21 +-- .../DeleteCalendarEventRequest.cs | 21 +-- .../DeleteCalendarEventResponse.cs | 21 +-- .../DeleteCalendarJobRequest.cs | 21 +-- .../DeleteCalendarJobResponse.cs | 21 +-- .../DeleteDatafeed/DeleteDatafeedRequest.cs | 21 +-- .../DeleteDatafeed/DeleteDatafeedResponse.cs | 21 +-- .../DeleteExpiredDataRequest.cs | 21 +-- .../DeleteExpiredDataResponse.cs | 21 +-- .../DeleteFilter/DeleteFilterRequest.cs | 21 +-- .../DeleteFilter/DeleteFilterResponse.cs | 21 +-- .../DeleteForecast/DeleteForecastRequest.cs | 21 +-- .../DeleteForecast/DeleteForecastResponse.cs | 21 +-- .../DeleteJob/DeleteJobRequest.cs | 21 +-- .../DeleteJob/DeleteJobResponse.cs | 21 +-- .../DeleteModelSnapshotRequest.cs | 21 +-- .../DeleteModelSnapshotResponse.cs | 21 +-- .../EstimateModelMemoryRequest.cs | 21 +-- .../EstimateModelMemoryResponse.cs | 21 +-- .../FlushJob/FlushJobRequest.cs | 21 +-- .../FlushJob/FlushJobResponse.cs | 21 +-- .../ForecastJob/ForecastJobRequest.cs | 21 +-- .../ForecastJob/ForecastJobResponse.cs | 21 +-- .../GetAnomalyRecordsRequest.cs | 21 +-- .../GetAnomalyRecordsResponse.cs | 21 +-- .../GetBuckets/GetBucketsRequest.cs | 21 +-- .../GetBuckets/GetBucketsResponse.cs | 21 +-- .../GetCalendarEventsRequest.cs | 21 +-- .../GetCalendarEventsResponse.cs | 21 +-- .../GetCalendars/GetCalendarsRequest.cs | 21 +-- .../GetCalendars/GetCalendarsResponse.cs | 21 +-- .../GetCategories/GetCategoriesRequest.cs | 21 +-- .../GetCategories/GetCategoriesResponse.cs | 21 +-- .../GetDatafeedStatsRequest.cs | 21 +-- .../GetDatafeedStatsResponse.cs | 21 +-- .../GetDatafeeds/GetDatafeedsRequest.cs | 21 +-- .../GetDatafeeds/GetDatafeedsResponse.cs | 21 +-- .../GetFilters/GetFiltersRequest.cs | 21 +-- .../GetFilters/GetFiltersResponse.cs | 21 +-- .../GetInfluencers/GetInfluencersRequest.cs | 21 +-- .../GetInfluencers/GetInfluencersResponse.cs | 21 +-- .../GetJobStats/GetJobStatsRequest.cs | 21 +-- .../GetJobStats/GetJobStatsResponse.cs | 21 +-- .../MachineLearning/GetJobs/GetJobsRequest.cs | 21 +-- .../GetJobs/GetJobsResponse.cs | 21 +-- .../GetModelSnapshotsRequest.cs | 21 +-- .../GetModelSnapshotsResponse.cs | 21 +-- .../GetOverallBucketsRequest.cs | 21 +-- .../GetOverallBucketsResponse.cs | 21 +-- .../Job/Config/AnalysisConfig.cs | 21 +-- .../Job/Config/AnalysisLimits.cs | 21 +-- .../Job/Config/DataDescription.cs | 21 +-- .../XPack/MachineLearning/Job/Config/Job.cs | 21 +-- .../MachineLearning/Job/Config/JobState.cs | 21 +-- .../MachineLearning/Job/Config/JobStats.cs | 21 +-- .../Job/Config/MemoryStatus.cs | 21 +-- .../Job/Config/ModelPlotConfig.cs | 21 +-- .../Job/Detectors/CountDetector.cs | 21 +-- .../Job/Detectors/DetectionRule.cs | 21 +-- .../MachineLearning/Job/Detectors/Detector.cs | 21 +-- .../Job/Detectors/GeographicDetector.cs | 21 +-- .../Job/Detectors/InfoContentDetector.cs | 21 +-- .../Job/Detectors/MetricDetector.cs | 21 +-- .../Job/Detectors/RareDetector.cs | 21 +-- .../Job/Detectors/SumDetector.cs | 21 +-- .../Job/Detectors/TimeDetector.cs | 21 +-- src/Nest/XPack/MachineLearning/Job/Page.cs | 21 +-- .../MachineLearning/Job/Process/DataCounts.cs | 21 +-- .../Job/Process/ModelSizeStats.cs | 21 +-- .../Job/Process/ModelSnapshot.cs | 21 +-- .../Job/Results/AnomalyCause.cs | 21 +-- .../Job/Results/AnomalyRecord.cs | 21 +-- .../MachineLearning/Job/Results/Bucket.cs | 21 +-- .../Job/Results/BucketInfluencer.cs | 21 +-- .../Job/Results/CategoryDefinition.cs | 21 +-- .../MachineLearning/Job/Results/Influence.cs | 21 +-- .../Job/Results/OverallBucket.cs | 21 +-- .../Job/Results/PartitionScore.cs | 21 +-- .../MachineLearningInfoRequest.cs | 21 +-- .../MachineLearningInfoResponse.cs | 21 +-- .../MachineLearning/OpenJob/OpenJobRequest.cs | 21 +-- .../OpenJob/OpenJobResponse.cs | 21 +-- .../PostCalendarEventsRequest.cs | 21 +-- .../PostCalendarEventsResponse.cs | 21 +-- .../PostJobData/PostJobDataRequest.cs | 21 +-- .../PostJobData/PostJobDataResponse.cs | 21 +-- .../PreviewDatafeed/PreviewDatafeedRequest.cs | 21 +-- .../PreviewDatafeedResponse.cs | 21 +-- .../PreviewDatafeedResponseBuilder.cs | 21 +-- .../PutCalendar/PutCalendarRequest.cs | 21 +-- .../PutCalendar/PutCalendarResponse.cs | 21 +-- .../PutCalendarJob/PutCalendarJobRequest.cs | 21 +-- .../PutCalendarJob/PutCalendarJobResponse.cs | 21 +-- .../PutDatafeed/PutDatafeedRequest.cs | 21 +-- .../PutDatafeed/PutDatafeedResponse.cs | 21 +-- .../PutFilter/PutFilterRequest.cs | 21 +-- .../PutFilter/PutFilterResponse.cs | 21 +-- .../MachineLearning/PutJob/PutJobRequest.cs | 21 +-- .../MachineLearning/PutJob/PutJobResponse.cs | 21 +-- .../RevertModelSnapshotRequest.cs | 21 +-- .../RevertModelSnapshotResponse.cs | 21 +-- .../SetUpgradeMode/SetUpgradeModeRequest.cs | 21 +-- .../SetUpgradeMode/SetUpgradeModeResponse.cs | 21 +-- .../StartDatafeed/StartDatafeedRequest.cs | 21 +-- .../StartDatafeed/StartDatafeedResponse.cs | 21 +-- .../StopDatafeed/StopDatafeedRequest.cs | 21 +-- .../StopDatafeed/StopDatafeedResponse.cs | 21 +-- .../UpdateDataFeed/UpdateDatafeedRequest.cs | 21 +-- .../UpdateDataFeed/UpdateDatafeedResponse.cs | 21 +-- .../UpdateFilter/UpdateFilterRequest.cs | 21 +-- .../UpdateFilter/UpdateFilterResponse.cs | 21 +-- .../UpdateJob/UpdateJobRequest.cs | 21 +-- .../UpdateJob/UpdateJobResponse.cs | 21 +-- .../UpdateModelSnapshotRequest.cs | 21 +-- .../UpdateModelSnapshotResponse.cs | 21 +-- .../ValidateDetectorRequest.cs | 21 +-- .../ValidateDetectorResponse.cs | 21 +-- .../ValidateJob/ValidateJobRequest.cs | 21 +-- .../ValidateJob/ValidateJobResponse.cs | 21 +-- .../DeprecationInfo/DeprecationInfoRequest.cs | 21 +-- .../DeprecationInfoResponse.cs | 21 +-- .../CreateRollupJob/CreateRollupJobRequest.cs | 21 +-- .../CreateRollupJobResponse.cs | 21 +-- .../DeleteRollupJob/DeleteRollupJobRequest.cs | 21 +-- .../DeleteRollupJobResponse.cs | 21 +-- .../GetRollupCapabilitiesRequest.cs | 21 +-- .../GetRollupCapabilitiesResponse.cs | 21 +-- .../GetRollupIndexCapabilitiesRequest.cs | 21 +-- .../GetRollupIndexCapabilitiesResponse.cs | 21 +-- .../GetRollupJob/GetRollupJobRequest.cs | 21 +-- .../GetRollupJob/GetRollupJobResponse.cs | 21 +-- .../RollUp/GetRollupJob/IndexingJobState.cs | 21 +-- .../GetRollupJob/RollupJobConfiguration.cs | 21 +-- .../GetRollupJob/RollupJobInformation.cs | 21 +-- .../RollUp/GetRollupJob/RollupJobStats.cs | 21 +-- .../RollUp/GetRollupJob/RollupJobStatus.cs | 21 +-- .../DateHistogramRollupGrouping.cs | 21 +-- .../HistogramRollupGrouping.cs | 21 +-- .../RollupConfiguration/IRollupGroupings.cs | 21 +-- .../RollupConfiguration/RollupFieldMetric.cs | 21 +-- .../RollupConfiguration/RollupMetric.cs | 21 +-- .../TermsRollupGrouping.cs | 21 +-- .../RollupSearch/RollupSearchRequest.cs | 21 +-- .../RollupSearch/RollupSearchResponse.cs | 21 +-- .../StartRollupJob/StartRollupJobRequest.cs | 21 +-- .../StartRollupJob/StartRollupJobResponse.cs | 21 +-- .../StopRollupJob/StopRollupJobRequest.cs | 21 +-- .../StopRollupJob/StopRollupJobResponse.cs | 21 +-- .../ClearApiKeyCacheRequest.cs | 21 +-- .../ClearApiKeyCacheResponse.cs | 21 +-- .../ApiKey/CreateApiKey/ApiKeyPrivileges.cs | 21 +-- .../ApiKey/CreateApiKey/ApiKeyRole.cs | 21 +-- .../ApiKey/CreateApiKey/ApiKeyRoles.cs | 21 +-- .../CreateApiKey/CreateApiKeyRequest.cs | 21 +-- .../CreateApiKey/CreateApiKeyResponse.cs | 21 +-- .../ApiKey/GetApiKey/GetApiKeyRequest.cs | 21 +-- .../ApiKey/GetApiKey/GetApiKeyResponse.cs | 21 +-- .../Security/ApiKey/GrantApiKey/ApiKey.cs | 21 +-- .../ApiKey/GrantApiKey/GrantApiKeyRequest.cs | 25 +--- .../ApiKey/GrantApiKey/GrantApiKeyResponse.cs | 21 +-- .../Security/ApiKey/GrantApiKey/GrantType.cs | 21 +-- .../InvalidateApiKeyRequest.cs | 21 +-- .../InvalidateApiKeyResponse.cs | 21 +-- .../Authenticate/AuthenticateRequest.cs | 21 +-- .../Authenticate/AuthenticateResponse.cs | 21 +-- .../ClearCachedPrivilegesRequest.cs | 21 +-- .../ClearCachedPrivilegesResponse.cs | 21 +-- .../ClearCachedRealmsRequest.cs | 21 +-- .../ClearCachedRealmsResponse.cs | 21 +-- .../DeletePrivilegesRequest.cs | 21 +-- .../DeletePrivilegesResponse.cs | 21 +-- .../GetBuiltinPrivilegesRequest.cs | 21 +-- .../GetBuiltinPrivilegesResponse.cs | 21 +-- .../GetPrivileges/GetPrivilegesRequest.cs | 21 +-- .../GetPrivileges/GetPrivilegesResponse.cs | 21 +-- .../GetUserPrivilegesRequest.cs | 21 +-- .../GetUserPrivilegesResponse.cs | 21 +-- .../HasPrivileges/HasPrivilegesRequest.cs | 21 +-- .../HasPrivileges/HasPrivilegesResponse.cs | 21 +-- .../Privileges/PutPrivileges/AppPrivileges.cs | 21 +-- .../Privileges/PutPrivileges/Privileges.cs | 21 +-- .../PutPrivileges/PrivilegesActions.cs | 21 +-- .../PutPrivileges/PutPrivilegesRequest.cs | 21 +-- .../PutPrivileges/PutPrivilegesResponse.cs | 21 +-- .../ClearCachedRolesRequest.cs | 21 +-- .../ClearCachedRolesResponse.cs | 21 +-- .../Role/DeleteRole/DeleteRoleRequest.cs | 21 +-- .../Role/DeleteRole/DeleteRoleResponse.cs | 21 +-- src/Nest/XPack/Security/Role/FieldSecurity.cs | 21 +-- .../Security/Role/GetRole/GetRoleRequest.cs | 21 +-- .../Security/Role/GetRole/GetRoleResponse.cs | 21 +-- src/Nest/XPack/Security/Role/GetRole/Role.cs | 21 +-- .../Role/PutRole/IApplicationPrivileges.cs | 21 +-- .../Role/PutRole/IndicesPrivileges.cs | 21 +-- .../Security/Role/PutRole/PutRoleRequest.cs | 21 +-- .../Security/Role/PutRole/PutRoleResponse.cs | 21 +-- .../DeleteRoleMappingRequest.cs | 21 +-- .../DeleteRoleMappingResponse.cs | 21 +-- .../GetRoleMapping/GetRoleMappingRequest.cs | 21 +-- .../GetRoleMapping/GetRoleMappingResponse.cs | 21 +-- .../PutRoleMapping/PutRoleMappingRequest.cs | 21 +-- .../PutRoleMapping/PutRoleMappingResponse.cs | 21 +-- .../Rules/Field/DistinguishedNameRule.cs | 21 +-- .../RoleMapping/Rules/Field/FieldRuleBase.cs | 21 +-- .../Rules/Field/FieldRuleBaseFormatter.cs | 21 +-- .../RoleMapping/Rules/Field/GroupsRule.cs | 21 +-- .../RoleMapping/Rules/Field/MetadataRule.cs | 21 +-- .../RoleMapping/Rules/Field/RealmRule.cs | 21 +-- .../RoleMapping/Rules/Field/UsernameRule.cs | 21 +-- .../Rules/Role/AllRoleMappingRule.cs | 21 +-- .../Rules/Role/AnyRoleMappingRule.cs | 21 +-- .../Rules/Role/ExceptRoleMappingRole.cs | 21 +-- .../Rules/Role/FieldRoleMappingRule.cs | 21 +-- .../Rules/Role/RoleMappingRuleBase.cs | 21 +-- .../Role/RoleMappingRuleBaseFormatter.cs | 21 +-- .../Rules/Role/RoleMappingRuleDescriptor.cs | 21 +-- .../Rules/Role/RoleMappingRulesDescriptor.cs | 21 +-- src/Nest/XPack/Security/SecurityNode.cs | 21 +-- .../ChangePassword/ChangePasswordRequest.cs | 21 +-- .../ChangePassword/ChangePasswordResponse.cs | 21 +-- .../User/DeleteUser/DeleteUserRequest.cs | 21 +-- .../User/DeleteUser/DeleteUserResponse.cs | 21 +-- .../User/DisableUser/DisableUserRequest.cs | 21 +-- .../User/DisableUser/DisableUserResponse.cs | 21 +-- .../User/EnableUser/EnableUserRequest.cs | 21 +-- .../User/EnableUser/EnableUserResponse.cs | 21 +-- .../Security/User/GetUser/GetUserRequest.cs | 21 +-- .../Security/User/GetUser/GetUserResponse.cs | 21 +-- .../AccessTokenGrantType.cs | 21 +-- .../GetUserAccessTokenRequest.cs | 21 +-- .../GetUserAccessTokenResponse.cs | 21 +-- .../InvalidateUserAccessTokenRequest.cs | 21 +-- .../InvalidateUserAccessTokenResponse.cs | 21 +-- .../Security/User/PutUser/PutUserRequest.cs | 21 +-- .../Security/User/PutUser/PutUserResponse.cs | 21 +-- .../DeleteSnapshotLifecycleRequest.cs | 21 +-- .../DeleteSnapshotLifecycleResponse.cs | 21 +-- .../ExecuteSnapshotLifecycleRequest.cs | 21 +-- .../ExecuteSnapshotLifecycleResponse.cs | 21 +-- .../ExecuteRetentionRequest.cs | 21 +-- .../ExecuteRetentionResponse.cs | 21 +-- .../GetSnapshotLifecycleRequest.cs | 21 +-- .../GetSnapshotLifecycleResponse.cs | 21 +-- .../GetSnapshotLifecycleStatsRequest.cs | 21 +-- .../GetSnapshotLifecycleStatsResponse.cs | 21 +-- ...napshotLifecycleManagementStatusRequest.cs | 21 +-- ...apshotLifecycleManagementStatusResponse.cs | 21 +-- .../PutSnapshotLifecycleRequest.cs | 21 +-- .../PutSnapshotLifecycleResponse.cs | 21 +-- src/Nest/XPack/Slm/SnapshotLifecycleConfig.cs | 21 +-- src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs | 21 +-- .../Slm/SnapshotLifecyclePolicyMetadata.cs | 21 +-- src/Nest/XPack/Slm/SnapshotRetentionConfig.cs | 21 +-- ...StartSnapshotLifecycleManagementRequest.cs | 21 +-- ...tartSnapshotLifecycleManagementResponse.cs | 21 +-- .../StopSnapshotLifecycleManagementRequest.cs | 21 +-- ...StopSnapshotLifecycleManagementResponse.cs | 21 +-- .../ClearSqlCursor/ClearSqlCursorRequest.cs | 21 +-- .../ClearSqlCursor/ClearSqlCursorResponse.cs | 21 +-- src/Nest/XPack/Sql/ISqlRequest.cs | 21 +-- .../XPack/Sql/QuerySql/QuerySqlRequest.cs | 21 +-- .../XPack/Sql/QuerySql/QuerySqlResponse.cs | 21 +-- src/Nest/XPack/Sql/QuerySql/SqlColumn.cs | 21 +-- src/Nest/XPack/Sql/QuerySql/SqlRow.cs | 21 +-- src/Nest/XPack/Sql/QuerySql/SqlValue.cs | 21 +-- .../Sql/TranslateSql/TranslateSqlRequest.cs | 21 +-- .../Sql/TranslateSql/TranslateSqlResponse.cs | 21 +-- .../TranslateSqlResponseBuilder.cs | 21 +-- .../GetCertificates/GetCertificatesRequest.cs | 21 +-- .../GetCertificatesResponse.cs | 21 +-- .../GetCertificatesResponseBuilder.cs | 21 +-- .../DeleteTransform/DeleteTransformRequest.cs | 21 +-- .../DeleteTransformResponse.cs | 21 +-- .../GetTransform/GetTransformRequest.cs | 21 +-- .../GetTransform/GetTransformResponse.cs | 21 +-- .../GetTransformStatsRequest.cs | 21 +-- .../GetTransformStatsResponse.cs | 21 +-- .../Pivot/DateHistogramGroupSource.cs | 21 +-- .../Transform/Pivot/GeoTileGridGroupSource.cs | 21 +-- .../Transform/Pivot/HistogramGroupSource.cs | 21 +-- .../Transform/Pivot/SingleGroupSource.cs | 21 +-- .../XPack/Transform/Pivot/TermsGroupSource.cs | 21 +-- .../XPack/Transform/Pivot/TransformPivot.cs | 21 +-- .../PreviewTransformRequest.cs | 21 +-- .../PreviewTransformResponse.cs | 21 +-- .../PutTransform/PutTransformRequest.cs | 21 +-- .../PutTransform/PutTransformResponse.cs | 21 +-- .../StartTransform/StartTransformRequest.cs | 21 +-- .../StartTransform/StartTransformResponse.cs | 21 +-- .../StopTransform/StopTransformRequest.cs | 21 +-- .../StopTransform/StopTransformResponse.cs | 21 +-- src/Nest/XPack/Transform/Transform.cs | 21 +-- .../XPack/Transform/TransformDestination.cs | 21 +-- src/Nest/XPack/Transform/TransformSettings.cs | 21 +-- src/Nest/XPack/Transform/TransformSource.cs | 21 +-- src/Nest/XPack/Transform/TransformSync.cs | 21 +-- .../UpdateTransform/UpdateTransformRequest.cs | 21 +-- .../UpdateTransformResponse.cs | 21 +-- .../AcknowledgeWatchRequest.cs | 21 +-- .../AcknowledgeWatchResponse.cs | 21 +-- src/Nest/XPack/Watcher/Action/ActionBase.cs | 21 +-- src/Nest/XPack/Watcher/Action/ActionType.cs | 21 +-- src/Nest/XPack/Watcher/Action/Actions.cs | 21 +-- .../Watcher/Action/ActionsDescriptorBase.cs | 21 +-- .../Watcher/Action/Email/DataAttachment.cs | 21 +-- .../XPack/Watcher/Action/Email/EmailAction.cs | 21 +-- .../Watcher/Action/Email/EmailAttachments.cs | 21 +-- .../XPack/Watcher/Action/Email/EmailBody.cs | 21 +-- .../Watcher/Action/Email/EmailPriority.cs | 21 +-- .../Watcher/Action/Email/HttpAttachment.cs | 21 +-- .../XPack/Watcher/Action/Index/IndexAction.cs | 21 +-- .../Watcher/Action/Logging/LoggingAction.cs | 21 +-- .../Action/PagerDuty/PagerDutyAction.cs | 21 +-- .../Action/PagerDuty/PagerDutyContext.cs | 21 +-- .../Action/PagerDuty/PagerDutyEvent.cs | 21 +-- .../XPack/Watcher/Action/Slack/SlackAction.cs | 21 +-- .../Watcher/Action/Slack/SlackAttachment.cs | 21 +-- .../Action/Slack/SlackAttachmentField.cs | 21 +-- .../Action/Slack/SlackDynamicAttachment.cs | 21 +-- .../Watcher/Action/Slack/SlackMessage.cs | 21 +-- .../Watcher/Action/Webhook/WebhookAction.cs | 21 +-- .../ActivateWatch/ActivateWatchRequest.cs | 21 +-- .../ActivateWatch/ActivateWatchResponse.cs | 21 +-- .../Watcher/Condition/AlwaysCondition.cs | 21 +-- .../Condition/ArrayCompareConditionBase.cs | 21 +-- .../Watcher/Condition/CompareConditionBase.cs | 21 +-- .../XPack/Watcher/Condition/ConditionBase.cs | 21 +-- .../Watcher/Condition/ConditionContainer.cs | 21 +-- .../XPack/Watcher/Condition/ConditionType.cs | 21 +-- .../Condition/IndexedScriptCondition.cs | 21 +-- .../Condition/InlineScriptCondition.cs | 21 +-- .../XPack/Watcher/Condition/NeverCondition.cs | 21 +-- .../Watcher/Condition/ScriptConditionBase.cs | 21 +-- .../DeactivateWatch/DeactivateWatchRequest.cs | 21 +-- .../DeactivateWatchResponse.cs | 21 +-- .../Watcher/DeleteWatch/DeleteWatchRequest.cs | 21 +-- .../DeleteWatch/DeleteWatchResponse.cs | 21 +-- .../ExecuteWatch/ExecuteWatchRequest.cs | 21 +-- .../ExecuteWatch/ExecuteWatchResponse.cs | 21 +-- .../Watcher/Execution/ActionExecutionMode.cs | 21 +-- .../Execution/Email/EmailActionResult.cs | 21 +-- .../Watcher/Execution/Email/EmailResult.cs | 21 +-- .../Execution/HttpInputRequestResult.cs | 21 +-- .../Execution/HttpInputResponseResult.cs | 21 +-- .../Execution/Index/IndexActionResult.cs | 21 +-- .../Index/IndexActionResultIndexResponse.cs | 21 +-- .../Execution/Logging/LoggingActionResult.cs | 21 +-- .../PagerDuty/PagerDutyActionEventResult.cs | 21 +-- .../PagerDuty/PagerDutyActionResult.cs | 21 +-- .../Watcher/Execution/SimulatedActions.cs | 21 +-- .../Slack/SlackActionMessageResult.cs | 21 +-- .../Execution/Slack/SlackActionResult.cs | 21 +-- src/Nest/XPack/Watcher/Execution/Status.cs | 21 +-- .../Execution/Webhook/WebhookActionResult.cs | 21 +-- .../XPack/Watcher/GetWatch/GetWatchRequest.cs | 21 +-- .../Watcher/GetWatch/GetWatchResponse.cs | 21 +-- src/Nest/XPack/Watcher/Input/ChainInput.cs | 21 +-- .../XPack/Watcher/Input/ConnectionScheme.cs | 21 +-- .../Watcher/Input/ExpandWildcardsFormatter.cs | 21 +-- src/Nest/XPack/Watcher/Input/HttpInput.cs | 21 +-- .../Watcher/Input/HttpInputAuthentication.cs | 21 +-- .../XPack/Watcher/Input/HttpInputProxy.cs | 21 +-- .../XPack/Watcher/Input/HttpInputRequest.cs | 21 +-- src/Nest/XPack/Watcher/Input/HttpMethod.cs | 21 +-- .../XPack/Watcher/Input/IndicesOptions.cs | 21 +-- src/Nest/XPack/Watcher/Input/InputBase.cs | 21 +-- .../XPack/Watcher/Input/InputContainer.cs | 21 +-- src/Nest/XPack/Watcher/Input/InputType.cs | 21 +-- .../Watcher/Input/ResponseContentType.cs | 21 +-- src/Nest/XPack/Watcher/Input/SearchInput.cs | 21 +-- .../XPack/Watcher/Input/SearchInputRequest.cs | 21 +-- src/Nest/XPack/Watcher/Input/SimpleInput.cs | 21 +-- .../XPack/Watcher/PutWatch/PutWatchRequest.cs | 21 +-- .../Watcher/PutWatch/PutWatchResponse.cs | 21 +-- .../RestartWatcher/RestartWatcherResponse.cs | 21 +-- .../XPack/Watcher/Schedule/CronExpression.cs | 21 +-- .../XPack/Watcher/Schedule/DailySchedule.cs | 21 +-- src/Nest/XPack/Watcher/Schedule/Day.cs | 21 +-- .../XPack/Watcher/Schedule/HourlySchedule.cs | 21 +-- src/Nest/XPack/Watcher/Schedule/Interval.cs | 21 +-- src/Nest/XPack/Watcher/Schedule/Month.cs | 21 +-- .../XPack/Watcher/Schedule/MonthlySchedule.cs | 21 +-- .../XPack/Watcher/Schedule/ScheduleBase.cs | 21 +-- .../Watcher/Schedule/ScheduleContainer.cs | 21 +-- .../Watcher/Schedule/ScheduleTriggerEvent.cs | 21 +-- .../XPack/Watcher/Schedule/TimeOfMonth.cs | 21 +-- src/Nest/XPack/Watcher/Schedule/TimeOfWeek.cs | 21 +-- src/Nest/XPack/Watcher/Schedule/TimeOfYear.cs | 21 +-- .../XPack/Watcher/Schedule/WeeklySchedule.cs | 21 +-- .../XPack/Watcher/Schedule/YearlySchedule.cs | 21 +-- .../StartWatcher/StartWatcherRequest.cs | 21 +-- .../StartWatcher/StartWatcherResponse.cs | 21 +-- .../Watcher/StopWatcher/StopWatcherRequest.cs | 21 +-- .../StopWatcher/StopWatcherResponse.cs | 21 +-- .../XPack/Watcher/Transform/ChainTransform.cs | 21 +-- .../Transform/IndexedScriptTransform.cs | 21 +-- .../Transform/InlineScriptTransform.cs | 21 +-- .../Watcher/Transform/ScriptTransformBase.cs | 21 +-- .../Watcher/Transform/SearchTransform.cs | 21 +-- .../XPack/Watcher/Transform/TransformBase.cs | 21 +-- .../Watcher/Transform/TransformContainer.cs | 21 +-- src/Nest/XPack/Watcher/Trigger/TriggerBase.cs | 21 +-- .../XPack/Watcher/Trigger/TriggerContainer.cs | 21 +-- .../XPack/Watcher/Trigger/TriggerEventBase.cs | 21 +-- .../Watcher/Trigger/TriggerEventContainer.cs | 21 +-- src/Nest/XPack/Watcher/Watch.cs | 21 +-- .../WatcherStats/WatcherStatsRequest.cs | 21 +-- .../WatcherStats/WatcherStatsResponse.cs | 21 +-- .../_Generated/ApiUrlsLookup.generated.cs | 21 +-- tests/Reproduce/GithubIssue3311.cs | 21 +-- tests/Tests.Benchmarking/BenchmarkProgram.cs | 21 +-- .../BulkBenchmarkLowLevelTests.cs | 21 +-- .../Tests.Benchmarking/BulkBenchmarkTests.cs | 21 +-- .../BulkDeserializationBenchmarkTests.cs | 21 +-- .../ConnectionMechanicsBenchmarkTests.cs | 21 +-- .../ExpressionResolverBenchmarkTests.cs | 21 +-- .../Framework/BenchmarkConfig.cs | 21 +-- .../ClusterLaunchProgram.cs | 21 +-- .../ConfigurationLoader.cs | 21 +-- .../EnvironmentConfiguration.cs | 21 +-- .../TestConfigurationBase.cs | 21 +-- .../TestConfigurationExtensions.cs | 21 +-- tests/Tests.Configuration/TestMode.cs | 21 +-- .../Tests.Configuration/YamlConfiguration.cs | 21 +-- .../Tests.Core/Client/FixedResponseClient.cs | 21 +-- .../Serializers/TestSourceSerializerBase.cs | 21 +-- .../AlwaysInMemoryConnectionSettings.cs | 21 +-- .../Client/Settings/TestConnectionSettings.cs | 21 +-- tests/Tests.Core/Client/TestClient.cs | 21 +-- .../Tests.Core/Extensions/ClientExtensions.cs | 21 +-- tests/Tests.Core/Extensions/DiffExtensions.cs | 21 +-- .../Extensions/EnumerableExtensions.cs | 21 +-- .../Extensions/EphemeralClusterExtensions.cs | 21 +-- .../Extensions/NumericExtensions.cs | 21 +-- .../ReadOnlyDictionaryAssertions.cs | 21 +-- .../SerializationTesterAssertionExtensions.cs | 21 +-- .../Tests.Core/Extensions/ShouldExtensions.cs | 21 +-- .../Extensions/TestConfigurationExtensions.cs | 21 +-- .../ClusterTestClassBase.cs | 21 +-- .../Clusters/ClientTestClusterBase.cs | 21 +-- .../Clusters/ConnectionReuseCluster.cs | 21 +-- .../Clusters/CrossCluster.cs | 21 +-- .../Clusters/INestTestCluster.cs | 21 +-- .../Clusters/IntrusiveOperationCluster.cs | 21 +-- .../Clusters/ReadOnlyCluster.cs | 21 +-- .../Clusters/TimeSeriesCluster.cs | 21 +-- .../Clusters/UnbalancedCluster.cs | 21 +-- .../Clusters/WatcherStateCluster.cs | 21 +-- .../Clusters/WritableCluster.cs | 21 +-- .../Clusters/XPackCluster.cs | 21 +-- .../NodeSeeders/DefaultSeeder.cs | 21 +-- ...SecurityRealmEnabledInElasticsearchYaml.cs | 21 +-- ...rActionConfigurationInElasticsearchYaml.cs | 21 +-- ...herActionConfigurationSecretsInKeystore.cs | 21 +-- .../Tasks/WriteAnalysisFiles.cs | 21 +-- .../Serialization/ExpectJsonTestBase.cs | 21 +-- .../GeoCoordinateJsonConverter.cs | 21 +-- .../IntermediateChangedSettings.cs | 21 +-- .../Serialization/RoundtripperDsl.cs | 21 +-- .../Serialization/SerializationTestHelper.cs | 21 +-- .../Serialization/SerializationTester.cs | 21 +-- tests/Tests.Core/Xunit/Generators.cs | 21 +-- .../Xunit/IntegrationOnlyAttribute.cs | 21 +-- .../Xunit/JsonNetSerializerOnlyAttribute.cs | 21 +-- .../Xunit/NeedsTypedKeysAttribute.cs | 21 +-- tests/Tests.Core/Xunit/NestXunitRunOptions.cs | 21 +-- .../Xunit/ProjectReferenceOnlyAttribute.cs | 21 +-- tests/Tests.Core/Xunit/SkipOnCiAttribute.cs | 21 +-- tests/Tests.Core/Xunit/XunitRunState.cs | 21 +-- tests/Tests.Domain/CommitActivity.cs | 21 +-- tests/Tests.Domain/Developer.cs | 21 +-- .../Extensions/AnonymizerExtensions.cs | 21 +-- .../ConnectionSettingsExtensions.cs | 21 +-- .../Extensions/DateTimeExtensions.cs | 21 +-- tests/Tests.Domain/Gender.cs | 21 +-- tests/Tests.Domain/GeoIp.cs | 21 +-- tests/Tests.Domain/GeoShape.cs | 21 +-- tests/Tests.Domain/Helpers/Gimme.cs | 21 +-- tests/Tests.Domain/Helpers/TestValueHelper.cs | 21 +-- .../JsonConverters/DateTimeConverter.cs | 21 +-- .../JsonConverters/StringTimeSpanConverter.cs | 21 +-- tests/Tests.Domain/Log.cs | 21 +-- tests/Tests.Domain/Metric.cs | 21 +-- tests/Tests.Domain/Person.cs | 21 +-- tests/Tests.Domain/Project.cs | 21 +-- tests/Tests.Domain/ProjectPercolation.cs | 21 +-- tests/Tests.Domain/Ranges.cs | 21 +-- tests/Tests.Domain/Shape.cs | 21 +-- tests/Tests.Domain/SimpleGeoPoint.cs | 21 +-- tests/Tests.Domain/SourceOnlyObject.cs | 21 +-- tests/Tests.Domain/Tag.cs | 21 +-- tests/Tests.Reproduce/BytesResponseTests.cs | 21 +-- tests/Tests.Reproduce/DateSerialization.cs | 21 +-- tests/Tests.Reproduce/Discuss179634.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue3719.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue3819.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue3926.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue3981.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4103.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4285.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4294.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4333.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4382.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4462.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4487.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4537.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4573.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4797.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4817.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4818.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4876.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue4958.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue5270.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue5363.cs | 21 +-- tests/Tests.Reproduce/GitHubIssue5432.cs | 21 +-- tests/Tests.Reproduce/GithubIssue1901.cs | 21 +-- tests/Tests.Reproduce/GithubIssue1906.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2052.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2101.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2152.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2173.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2306.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2309.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2323.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2409.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2503.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2690.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2788.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2871.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2875.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2886.cs | 21 +-- tests/Tests.Reproduce/GithubIssue2985.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3084.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3107.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3164.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3210.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3220.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3231.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3262.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3356.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3411.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3673.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3715.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3717.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3743.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3745.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3813.cs | 21 +-- tests/Tests.Reproduce/GithubIssue3907.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4041.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4044.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4057.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4078.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4197.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4228.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4243.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4467.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4582.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4703.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4733.cs | 21 +-- tests/Tests.Reproduce/GithubIssue4787.cs | 21 +-- tests/Tests.Reproduce/GithubIssue5201.cs | 21 +-- tests/Tests.Reproduce/GithubPR3815.cs | 21 +-- tests/Tests.Reproduce/GithubPR5039.cs | 21 +-- .../JsonNetSerializerConverters.cs | 21 +-- .../Tests.Reproduce/TimeSpanSerialization.cs | 21 +-- tests/Tests.Reproduce/UseCultureAttribute.cs | 21 +-- tests/Tests.Reproduce/Utf8JsonTest.cs | 21 +-- tests/Tests.Reproduce/XunitBootstrap.cs | 21 +-- tests/Tests.ScratchPad/DoNothingRunner.cs | 21 +-- tests/Tests.ScratchPad/Program.cs | 21 +-- tests/Tests.ScratchPad/RunBase.cs | 21 +-- .../Runners/ApiCalls/IndexDocumentRunner.cs | 21 +-- .../Inferrence/ExpressionCreationRunner.cs | 21 +-- .../Inferrence/FieldInferenceRunner.cs | 21 +-- .../Runners/Inferrence/IdInferenceRunner.cs | 21 +-- .../Inferrence/PropertyNameInferenceRunner.cs | 21 +-- .../Aggregations/AggregationMetaUsageTests.cs | 21 +-- .../Aggregations/AggregationUsageTestBase.cs | 21 +-- .../Aggregations/AggregationVisitorTests.cs | 21 +-- .../AdjacencyMatrixUsageTests.cs | 21 +-- .../AutoDateHistogramAggregationUsageTests.cs | 21 +-- .../Children/ChildrenAggregationUsageTests.cs | 21 +-- .../CompositeAggregationUsageTests.cs | 21 +-- .../DateHistogramAggregationUsageTests.cs | 21 +-- .../DateRangeAggregationUsageTests.cs | 21 +-- ...DiversifiedSamplerAggregationUsageTests.cs | 21 +-- .../Filter/FilterAggregationUsageTests.cs | 21 +-- .../Filters/FiltersAggregationUsageTests.cs | 21 +-- .../GeoDistanceAggregationUsageTests.cs | 21 +-- .../GeoHashGridAggregationUsageTests.cs | 21 +-- .../GeoTileGridAggregationUsageTests.cs | 21 +-- .../Global/GlobalAggregationUsageTests.cs | 21 +-- .../HistogramAggregationUsageTests.cs | 21 +-- .../IpRange/IpRangeAggregationUsageTests.cs | 21 +-- .../Missing/MissingAggregationUsageTests.cs | 21 +-- .../MultiTermsAggregationUsageTests.cs | 21 +-- .../Nested/NestedAggregationUsageTests.cs | 21 +-- .../Parent/ParentAggregationUsageTests.cs | 21 +-- .../Range/RangeAggregationUsageTests.cs | 21 +-- .../RareTermsAggregationUsageTests.cs | 21 +-- .../ReverseNestedAggregationUsageTests.cs | 21 +-- .../Sampler/SamplerAggregationUsageTests.cs | 21 +-- .../SignificantTermsAggregationUsageTests.cs | 21 +-- .../SignificantTextAggregationUsageTests.cs | 21 +-- .../Terms/TermsAggregationUsageTests.cs | 21 +-- .../VariableWidthHistogramUsageTests.cs | 21 +-- .../MatrixStatsAggregationUsageTests.cs | 21 +-- .../Average/AverageAggregationUsageTests.cs | 21 +-- .../Boxplot/BoxplotAggregationUsageTests.cs | 21 +-- .../CardinalityAggregationUsageTests.cs | 21 +-- .../ExtendedStatsAggregationUsageTests.cs | 21 +-- .../GeoBoundsAggregationUsageTests.cs | 21 +-- .../GeoCentroidAggregationUsageTests.cs | 21 +-- .../GeoLine/GeoLineAggregationUsageTests.cs | 21 +-- .../Metric/Max/MaxAggregationUsageTests.cs | 21 +-- ...nAbsoluteDeviationAggregationUsageTests.cs | 21 +-- .../Metric/Min/MinAggregationUsageTests.cs | 21 +-- .../PercentileRanksAggregationUsageTests.cs | 21 +-- .../PercentilesAggregationUsageTests.cs | 21 +-- .../Metric/Rate/RateAggregationUsageTests.cs | 21 +-- .../ScriptedMetricAggregationUsageTests.cs | 21 +-- .../Stats/StatsAggregationUsageTests.cs | 21 +-- .../StringStatsAggregationUsageTests.cs | 21 +-- .../Metric/Sum/SumAggregationUsageTests.cs | 21 +-- .../TTest/TTestAggregationUsageTests.cs | 21 +-- .../TopHits/TopHitsAggregationUsageTests.cs | 21 +-- .../TopMetricsAggregationUsageTests.cs | 21 +-- .../ValueCountAggregationUsageTests.cs | 21 +-- .../WeightedAverageAggregationUsageTests.cs | 21 +-- .../AverageBucketAggregationUsageTests.cs | 21 +-- .../BucketScriptAggregationUsageTests.cs | 21 +-- .../BucketSelectorAggregationUsageTests.cs | 21 +-- .../BucketSortAggregationUsageTests.cs | 21 +-- ...ulativeCardinalityAggregationUsageTests.cs | 21 +-- .../CumulativeSumAggregationUsageTests.cs | 21 +-- .../DerivativeAggregationUsageTests.cs | 21 +-- ...xtendedStatsBucketAggregationUsageTests.cs | 21 +-- .../MaxBucketAggregationUsageTests.cs | 21 +-- .../MinBucketAggregationUsageTests.cs | 21 +-- .../MovingAverageEwmaAggregationUsageTests.cs | 21 +-- ...gAverageHoltLinearAggregationUsageTests.cs | 21 +-- ...AverageHoltWintersAggregationUsageTests.cs | 21 +-- ...ovingAverageLinearAggregationUsageTests.cs | 21 +-- ...ovingAverageSimpleAggregationUsageTests.cs | 21 +-- .../MovingFunctionAggregationUsageTests.cs | 21 +-- .../MovingPercentilesAggregationUsageTests.cs | 21 +-- .../NormalizeAggregationUsageTests.cs | 21 +-- .../PercentilesBucketAggregationUsageTests.cs | 21 +-- ...SerialDifferencingAggregationUsageTests.cs | 21 +-- .../StatsBucketAggregationUsageTests.cs | 21 +-- .../SumBucketAggregationUsageTests.cs | 21 +-- .../ReservedAggregationNames.doc.cs | 21 +-- .../Aggregations/WritingAggregations.doc.cs | 21 +-- .../Analysis/AnalysisComponentTestBase.cs | 21 +-- tests/Tests/Analysis/AnalysisCrudTests.cs | 21 +-- tests/Tests/Analysis/AnalysisUsageTests.cs | 21 +-- .../AnalysisWithNormalizerCrudTests.cs | 21 +-- .../Analyzers/AnalyzerAssertionBase.cs | 21 +-- .../Tests/Analysis/Analyzers/AnalyzerTests.cs | 21 +-- .../CharFilters/CharFilterAssertionBase.cs | 21 +-- .../Analysis/CharFilters/CharFilterTests.cs | 21 +-- .../Normalizers/NormalizerAssertionBase.cs | 21 +-- .../Analysis/Normalizers/NormalizerTests.cs | 21 +-- .../TokenFilters/TokenFilterAssertionBase.cs | 21 +-- .../Analysis/TokenFilters/TokenFilterTests.cs | 21 +-- .../TokenFilters/TokenFilterUsageTests.cs | 21 +-- .../Tokenizers/TokenizerAssertionBase.cs | 21 +-- .../Analysis/Tokenizers/TokenizerTests.cs | 21 +-- .../Cat/CatAliases/CatAliasesApiTests.cs | 21 +-- .../Cat/CatAliases/CatAliasesUrlTests.cs | 21 +-- .../CatAllocation/CatAllocationApiTests.cs | 21 +-- .../CatAllocation/CatAllocationUrlTests.cs | 21 +-- tests/Tests/Cat/CatCount/CatCountApiTests.cs | 21 +-- tests/Tests/Cat/CatCount/CatCountUrlTests.cs | 21 +-- .../CatDataFrameAnalyticsApiTests.cs | 21 +-- .../CatDataFrameAnalyticsUrlTests.cs | 21 +-- .../Cat/CatDatafeeds/CatDatafeedsApiTests.cs | 21 +-- .../Cat/CatDatafeeds/CatDatafeedsUrlTests.cs | 21 +-- .../Cat/CatFielddata/CatFielddataApiTests.cs | 21 +-- .../Cat/CatFielddata/CatFielddataUrlTests.cs | 21 +-- .../Tests/Cat/CatHealth/CatHealthApiTests.cs | 21 +-- .../Tests/Cat/CatHealth/CatHealthUrlTests.cs | 21 +-- tests/Tests/Cat/CatHelp/CatHelpApiTests.cs | 21 +-- tests/Tests/Cat/CatHelp/CatHelpUrlTests.cs | 21 +-- .../Cat/CatIndices/CatIndicesApiTests.cs | 21 +-- .../Cat/CatIndices/CatIndicesUrlTests.cs | 21 +-- tests/Tests/Cat/CatJobs/CatJobsApiTests.cs | 21 +-- tests/Tests/Cat/CatJobs/CatJobsUrlTests.cs | 21 +-- .../Tests/Cat/CatMaster/CatMasterApiTests.cs | 21 +-- .../Tests/Cat/CatMaster/CatMasterUrlTests.cs | 21 +-- .../CatNodeAttributes/CatAliasesUrlTests.cs | 21 +-- .../CatNodeAttributesApiTests.cs | 21 +-- tests/Tests/Cat/CatNodes/CatNodesApiTests.cs | 21 +-- tests/Tests/Cat/CatNodes/CatNodesUrlTests.cs | 21 +-- .../CatPendingTasksApiTests.cs | 21 +-- .../CatPendingTasksUrlTests.cs | 21 +-- .../Cat/CatPlugins/CatPluginsApiTests.cs | 21 +-- .../Cat/CatPlugins/CatPluginsUrlTests.cs | 21 +-- .../Cat/CatRecovery/CatRecoveryApiTests.cs | 21 +-- .../Cat/CatRecovery/CatRecoveryUrlTests.cs | 21 +-- .../CatRepositoriesApiTests.cs | 21 +-- .../CatRepositoriesUrlTests.cs | 21 +-- .../Cat/CatSegments/CatSegmentsApiTests.cs | 21 +-- .../Cat/CatSegments/CatSegmentsUrlTests.cs | 21 +-- .../Tests/Cat/CatShards/CatShardsApiTests.cs | 21 +-- .../Tests/Cat/CatShards/CatShardsUrlTests.cs | 21 +-- .../Cat/CatSnapshots/CatSnapshotsApiTests.cs | 21 +-- .../Cat/CatSnapshots/CatSnapshotsUrlTests.cs | 21 +-- tests/Tests/Cat/CatTasks/CatTasksApiTests.cs | 21 +-- tests/Tests/Cat/CatTasks/CatTasksUrlTests.cs | 21 +-- .../Cat/CatTemplates/CatTemplatesApiTests.cs | 21 +-- .../Cat/CatTemplates/CatTemplatesUrlTests.cs | 21 +-- .../CatThreadPool/CatThreadPoolUrlTests.cs | 21 +-- .../CatThreadPool/CatThreadpoolApiTests.cs | 21 +-- .../CatTrainedModelsApiTests.cs | 21 +-- .../CatTrainedModelsUrlTests.cs | 21 +-- .../CatTransforms/CatTransformsApiTests.cs | 21 +-- .../CatTransforms/CatTransformsUrlTests.cs | 21 +-- .../Certificates/SslAndKpiXPackCluster.cs | 21 +-- .../WorkingWithCertificates.doc.cs | 21 +-- .../Connection/ConfigurationOptions.doc.cs | 21 +-- .../Connection/ConnectionReuseAndBalancing.cs | 21 +-- .../Connection/HttpConnectionTests.cs | 21 +-- .../HttpWebRequestConnectionTests.cs | 21 +-- .../ModifyingDefaultConnection.doc.cs | 21 +-- .../Connection/SecureStringsTests.cs | 21 +-- .../BuildingBlocks/ConnectionPooling.doc.cs | 21 +-- .../BuildingBlocks/DateTimeProviders.Doc.cs | 21 +-- .../BuildingBlocks/KeepingTrackOfNodes.Doc.cs | 21 +-- .../BuildingBlocks/RequestPipelines.doc.cs | 21 +-- .../BuildingBlocks/Transports.Doc.cs | 21 +-- .../WaitingInMemoryConnection.cs | 21 +-- .../Dispose/ResponseBuilderDisposeTests.cs | 21 +-- .../Exceptions/UnexpectedExceptions.doc.cs | 21 +-- .../Exceptions/UnrecoverableExceptions.doc.cs | 21 +-- .../Failover/FallingOver.doc.cs | 21 +-- .../MaxRetries/RespectsMaxRetry.doc.cs | 21 +-- .../Pinging/FirstUsage.doc.cs | 21 +-- .../ConnectionPooling/Pinging/PingTests.cs | 21 +-- .../ConnectionPooling/Pinging/Revival.doc.cs | 21 +-- .../DisableSniffPingPerRequest.doc.cs | 21 +-- .../RequestTimeoutsOverrides.doc.cs | 21 +-- .../RespectsAllowedStatusCode.doc.cs | 21 +-- .../RequestOverrides/RespectsForceNode.doc.cs | 21 +-- .../RespectsMaxRetryOverrides.doc.cs | 21 +-- .../RoundRobin/RoundRobin.doc.cs | 21 +-- .../RoundRobin/SkipDeadNodes.doc.cs | 21 +-- .../RoundRobin/VolatileUpdates.cs | 21 +-- .../Sniffing/AddressParsing.doc.cs | 21 +-- .../Sniffing/OnConnectionFailure.doc.cs | 21 +-- .../Sniffing/OnStaleClusterState.doc.cs | 21 +-- .../Sniffing/OnStartup.doc.cs | 21 +-- .../Sniffing/RoleDetection.doc.cs | 21 +-- .../Sticky/SkipDeadNodes.doc.cs | 21 +-- .../ConnectionPooling/Sticky/Sticky.doc.cs | 21 +-- .../StickySniffingConnectionPool.doc.cs | 21 +-- .../Exceptions/ExceptionTests.cs | 21 +-- .../Analysis/TestingAnalyzers.doc.cs | 21 +-- .../Analysis/WritingAnalyzers.doc.cs | 21 +-- .../Caching/FieldResolverCacheTests.cs | 21 +-- .../CovariantSearchResults.doc.cs | 21 +-- .../HighLevel/GettingStarted.doc.cs | 21 +-- .../Indexing/IndexingDocuments.doc.cs | 21 +-- .../HighLevel/Indexing/IngestNodes.doc.cs | 21 +-- .../HighLevel/Indexing/Pipelines.doc.cs | 21 +-- .../Indexing/ReindexingDocuments.doc.cs | 21 +-- .../HighLevel/Inference/DocumentPaths.doc.cs | 21 +-- .../Equality/DocumentPathEqualityTests.cs | 21 +-- .../Inference/Equality/FieldEqualityTests.cs | 21 +-- .../Inference/Equality/FieldsEqualityTests.cs | 21 +-- .../Inference/Equality/IdEqualityTests.cs | 21 +-- .../Inference/Equality/IdsEqualityTests.cs | 21 +-- .../Equality/IndexMetricsEqualityTests.cs | 21 +-- .../Equality/IndexNameEqualityTests.cs | 21 +-- .../Equality/IndicesEqualityTests.cs | 21 +-- .../Inference/Equality/LongIdEqualityTests.cs | 21 +-- .../Equality/MetricsEqualityTests.cs | 21 +-- .../Inference/Equality/NameEqualityTests.cs | 21 +-- .../Inference/Equality/NamesEqualityTests.cs | 21 +-- .../Equality/NodeIdsEqualityTests.cs | 21 +-- .../Equality/PropertyNameEqualityTests.cs | 21 +-- .../Equality/RelationNameEqualityTests.cs | 21 +-- .../Equality/RoutingEqualityTests.cs | 21 +-- .../Inference/Equality/TaskIdEqualityTests.cs | 21 +-- .../HighLevel/Inference/FieldInference.doc.cs | 21 +-- .../HighLevel/Inference/IdsInference.doc.cs | 21 +-- .../Inference/ImplicitConversionTests.cs | 21 +-- .../Inference/IndexNameInference.doc.cs | 21 +-- .../HighLevel/Inference/IndicesPaths.doc.cs | 21 +-- .../Inference/PropertyInference.doc.cs | 21 +-- .../Inference/RoutingInference.doc.cs | 21 +-- .../TypesAndRelationsInference.doc.cs | 21 +-- .../HighLevel/Mapping/AttributeMapping.doc.cs | 21 +-- .../HighLevel/Mapping/AutoMap.doc.cs | 21 +-- .../HighLevel/Mapping/FluentMapping.doc.cs | 21 +-- .../Mapping/IgnoringProperties.doc.cs | 21 +-- .../HighLevel/Mapping/MultiFields.doc.cs | 21 +-- .../Mapping/ParentChildRelationships.doc.cs | 21 +-- .../Mapping/VisitorPatternMapping.doc.cs | 21 +-- .../Serialization/CustomSerialization.doc.cs | 21 +-- .../Serialization/ExtendingNestTypes.doc.cs | 21 +-- .../ModellingDocumentsWithTypes.doc.cs | 21 +-- .../SendsUsingSourceSerializer.cs | 21 +-- .../LowLevel/DirectStreaming.cs | 21 +-- .../LowLevel/GettingStarted.doc.cs | 21 +-- .../ClientConcepts/LowLevel/Lifetimes.doc.cs | 21 +-- .../LowLevel/LowLevelResponseTypes.doc.cs | 21 +-- .../ClientConcepts/LowLevel/PostData.doc.cs | 21 +-- .../ServerError/ComplexErrorTests.cs | 21 +-- .../ErrorWithMultipleRootCausesTests.cs | 21 +-- .../ErrorWithNullRootCausesTests.cs | 21 +-- .../ServerError/ErrorWithRootCauseTests.cs | 21 +-- .../ServerError/ServerErrorTestsBase.cs | 21 +-- .../ServerError/StringErrrorTests.cs | 21 +-- .../Troubleshooting/AuditTrail.doc.cs | 21 +-- .../Troubleshooting/DebugInformation.doc.cs | 21 +-- .../Troubleshooting/DebugMode.doc.cs | 21 +-- .../Troubleshooting/DebuggerDisplayTests.cs | 21 +-- .../Troubleshooting/DeprecationLogging.doc.cs | 21 +-- .../Troubleshooting/DiagnosticSource.doc.cs | 21 +-- .../Troubleshooting/LoggingWithFiddler.doc.cs | 21 +-- .../LoggingWithOnRequestCompleted.doc.cs | 21 +-- .../ClientConcepts/VirtualClusterTests.cs | 21 +-- .../ClusterAllocationExplainApiTests.cs | 21 +-- .../ClusterAllocationExplainUrlTests.cs | 21 +-- .../ClusterHealth/ClusterHealthApiTests.cs | 21 +-- .../ClusterHealth/ClusterHealthUrlTests.cs | 21 +-- .../ClusterPendingTasksApiTests.cs | 21 +-- .../ClusterPendingTasksUrlTests.cs | 21 +-- .../ClusterReroute/ClusterRerouteApiTests.cs | 21 +-- .../ClusterReroute/ClusterRerouteUrlTests.cs | 21 +-- .../ClusterGetSettingsApiTests.cs | 21 +-- .../ClusterGetSettingsUrlTests.cs | 21 +-- .../ClusterPutSettingsApiTests.cs | 21 +-- .../ClusterPutSettings/ClusterPutUrlTests.cs | 21 +-- .../ClusterState/ClusterStateApiTests.cs | 21 +-- .../ClusterState/ClusterStateUrlTests.cs | 21 +-- .../ClusterStats/ClusterStatsApiTests.cs | 21 +-- .../ClusterStats/ClusterStatsUrlTests.cs | 21 +-- .../NodesHotThreadsApiTests.cs | 21 +-- .../NodesHotThreadsUrlTests.cs | 21 +-- .../Cluster/NodesInfo/NodesInfoApiTests.cs | 21 +-- .../Cluster/NodesInfo/NodesInfoUrlTests.cs | 21 +-- .../Cluster/NodesStats/NodesStatsApiTests.cs | 21 +-- .../Cluster/NodesStats/NodesStatsUrlTests.cs | 21 +-- .../Cluster/NodesUsage/NodesUsageApiTests.cs | 21 +-- .../Cluster/NodesUsage/NodesUsageUnitTests.cs | 21 +-- .../Cluster/NodesUsage/NodesUsageUrlTests.cs | 21 +-- tests/Tests/Cluster/Ping/PingApiTests.cs | 21 +-- tests/Tests/Cluster/Ping/PingUrlTests.cs | 21 +-- .../ReloadSecureSettingsApiTests.cs | 21 +-- .../ReloadSecureSettingsUrlTests.cs | 21 +-- .../Cluster/RemoteInfo/RemoteInfoApiTests.cs | 21 +-- .../Cluster/RemoteInfo/RemoteInfoUrlTests.cs | 21 +-- .../RootNodeInfo/RootNodeInfoApiTests.cs | 21 +-- .../RootNodeInfo/RootNodeInfoUrlTests.cs | 21 +-- .../TaskManagement/GetTask/GetTaskApiTests.cs | 21 +-- .../TaskManagement/GetTask/GetTaskUrlTests.cs | 21 +-- .../TasksCancel/TasksCancelApiTests.cs | 21 +-- .../TasksCancel/TasksCancelUrlTests.cs | 21 +-- .../TasksList/TasksListApiTests.cs | 21 +-- .../TasksList/TasksListUrlTests.cs | 21 +-- .../DeleteVotingConfigExclusionsApiTests.cs | 21 +-- .../DeleteingVotingConfigExclusionsTests.cs | 21 +-- .../PostVotingConfigExclusionsApiTests.cs | 21 +-- .../PostingVotingConfigExclusionsTests.cs | 21 +-- tests/Tests/CodeStandards/Analysis.cs | 21 +-- tests/Tests/CodeStandards/Descriptors.doc.cs | 21 +-- .../Tests/CodeStandards/ElasticClient.doc.cs | 21 +-- .../CodeStandards/NamingConventions.doc.cs | 21 +-- .../Tests/CodeStandards/Parity/ParityTests.cs | 21 +-- tests/Tests/CodeStandards/Queries.doc.cs | 21 +-- tests/Tests/CodeStandards/Requests.doc.cs | 21 +-- tests/Tests/CodeStandards/Responses.doc.cs | 21 +-- .../CodeStandards/Serialization/Enums.cs | 21 +-- .../Serialization/Formatters.doc.cs | 21 +-- .../Serialization/FractionalNumbers.cs | 21 +-- .../Serialization/GeoLocationTests.cs | 21 +-- .../PrimitiveObjectFormatterTests.cs | 21 +-- .../Serialization/Properties.doc.cs | 21 +-- .../AutoExpandReplicasTests.cs | 21 +-- .../DateMath/DateMathExpressions.doc.cs | 21 +-- .../CommonOptions/DateMath/DateMathTests.cs | 21 +-- .../DistanceUnit/DistanceUnits.doc.cs | 21 +-- .../CommonOptions/TimeUnit/TimeUnits.doc.cs | 21 +-- tests/Tests/CommonOptions/Union/Union.doc.cs | 21 +-- .../MetaData/MetaHeaderProviderTests.cs | 21 +-- .../Connection/MetaData/VersionInfoTests.cs | 21 +-- .../Delete/DeleteDanglingIndexApiTests.cs | 21 +-- .../Delete/DeleteDanglingIndexUrlTests.cs | 21 +-- .../Import/ImportDanglingIndexApiTests.cs | 21 +-- .../Import/ImportDanglingIndexUrlTests.cs | 21 +-- .../List/ListDanglingIndicesApiTests.cs | 21 +-- .../List/ListDanglingIndicesUrlTests.cs | 21 +-- .../Document/Multiple/Bulk/BulkApiTests.cs | 21 +-- .../Multiple/Bulk/BulkInvalidApiTests.cs | 21 +-- .../Bulk/BulkInvalidVersionApiTests.cs | 21 +-- .../Multiple/Bulk/BulkResponseParsingTests.cs | 21 +-- .../Multiple/Bulk/BulkSourceDeserialize.cs | 21 +-- .../Multiple/Bulk/BulkUpdateManyTests.cs | 21 +-- .../Document/Multiple/Bulk/BulkUrlTests.cs | 21 +-- .../Multiple/BulkAll/BulkAllApiTestsBase.cs | 21 +-- .../BulkAllCancellationTokenApiTests.cs | 21 +-- .../BulkAll/BulkAllDeallocationApiTests.cs | 21 +-- .../BulkAll/BulkAllDisposeApiTests.cs | 21 +-- .../BulkAll/BulkAllExceptionApiTests.cs | 21 +-- .../BulkAll/BulkAllForEachAsyncApiTests.cs | 21 +-- .../Multiple/BulkAll/BulkAndScrollApiTests.cs | 21 +-- .../Multiple/BulkAll/BulkOnErrorApiTests.cs | 21 +-- .../DeleteByQuery/DeleteByQueryApiTests.cs | 21 +-- .../DeleteByQuery/DeleteByQueryUrlTests.cs | 21 +-- .../DeleteByQueryRethrottleApiTests.cs | 21 +-- .../DeleteByQueryRethrottleUrlTests.cs | 21 +-- .../Multiple/MultiGet/GetManyApiTests.cs | 21 +-- .../Multiple/MultiGet/MultiGetApiTests.cs | 21 +-- .../Multiple/MultiGet/MultiGetUrlTests.cs | 21 +-- .../MultiTermVectorsApiTests.cs | 21 +-- .../MultiTermVectorsIdsApiTests.cs | 21 +-- .../MultiTermVectorsIdsNotFoundApiTests.cs | 21 +-- .../MultiTermVectorsUrlTests.cs | 21 +-- .../Multiple/Reindex/ReindexApiTests.cs | 21 +-- .../ReindexOnServerApiTests.cs | 21 +-- .../ReindexOnServerInvalidApiTests.cs | 21 +-- .../ReindexOnServerPipelineApiTests.cs | 21 +-- .../ReindexOnServerRemoteApiTests.cs | 21 +-- .../ReindexOnServerSliceApiTests.cs | 21 +-- .../ReindexOnServerSourceApiTests.cs | 21 +-- .../ReindexOnServerUrlTests.cs | 21 +-- .../ReindexRethrottleApiTests.cs | 21 +-- .../ReindexRethrottleUrlTests.cs | 21 +-- .../UpdateByQuery/UpdateByQueryApiTests.cs | 21 +-- .../UpdateByQuery/UpdateByQueryUrlTests.cs | 21 +-- .../UpdateByQueryRethrottleApiTests.cs | 21 +-- .../UpdateByQueryRethrottleUrlTests.cs | 21 +-- .../Document/Single/Create/CreateApiTests.cs | 21 +-- .../Document/Single/Create/CreateUrlTests.cs | 21 +-- .../Document/Single/Delete/DeleteApiTests.cs | 21 +-- .../Document/Single/Delete/DeleteUrlTests.cs | 21 +-- .../Document/Single/DocumentCrudTests.cs | 21 +-- .../Single/Exists/DocumentExistsApiTests.cs | 21 +-- .../Exists/DocumentExistsNotFoundApiTests.cs | 21 +-- .../Single/Exists/DocumentExistsUrlTests.cs | 21 +-- .../Tests/Document/Single/Get/GetApiTests.cs | 21 +-- .../Tests/Document/Single/Get/GetUrlTests.cs | 21 +-- .../Document/Single/Index/IndexApiTests.cs | 21 +-- .../Single/Index/IndexIngestApiTests.cs | 21 +-- .../Index/IndexIngestAttachmentApiTests.cs | 21 +-- .../Single/Index/IndexIngestGeoIpApiTests.cs | 21 +-- .../Document/Single/Index/IndexUrlTests.cs | 21 +-- .../Document/Single/Source/SourceApiTests.cs | 21 +-- .../SourceExists/SourceExistsApiTests.cs | 21 +-- .../Single/TermVectors/TermVectorsApiTests.cs | 21 +-- .../TermVectorsNotFoundApiTests.cs | 21 +-- .../Single/TermVectors/TermVectorsUrlTests.cs | 21 +-- .../Document/Single/Update/UpdateApiTests.cs | 21 +-- .../Document/Single/Update/UpdateUrlTests.cs | 21 +-- .../Single/Update/UpdateWithScriptApiTests.cs | 21 +-- .../Single/Update/UpdateWithSourceApiTests.cs | 21 +-- .../IntegrationDocumentationTestBase.cs | 21 +-- .../ApiIntegrationAgainstNewIndexTestBase.cs | 21 +-- .../EndpointTests/ApiIntegrationTestBase.cs | 21 +-- .../Framework/EndpointTests/ApiTestBase.cs | 21 +-- .../EndpointTests/CanConnectTestBase.cs | 21 +-- .../EndpointTests/ConnectionErrorTestBase.cs | 21 +-- .../CoordinatedIntegrationTestBase.cs | 21 +-- .../Framework/EndpointTests/CrudTestBase.cs | 21 +-- .../RequestResponseApiTestBase.cs | 21 +-- .../EndpointTests/TestState/AsyncLazy.cs | 21 +-- .../TestState/CallUniqueValues.cs | 21 +-- .../EndpointTests/TestState/ClientMethod.cs | 21 +-- .../TestState/CoordinatedUsage.cs | 21 +-- .../EndpointTests/TestState/EndpointUsage.cs | 21 +-- .../EndpointTests/TestState/LazyResponses.cs | 21 +-- .../Tests/Framework/EndpointTests/UrlTests.cs | 21 +-- .../Extensions/FullFrameworkExtensions.cs | 21 +-- tests/Tests/Framework/Extensions/Numeric.cs | 21 +-- tests/Tests/Framework/Extensions/Promisify.cs | 21 +-- .../Framework/Extensions/UriExtensions.cs | 21 +-- .../SerializationTests/BytesResponseTests.cs | 21 +-- .../CompositeKeySerializationTests.cs | 21 +-- .../DictionarySerializationTests.cs | 21 +-- .../ExceptionSerializationTests.cs | 21 +-- .../SerializationTests/StringResponseTests.cs | 21 +-- .../SerializationTests/StubResponse.cs | 21 +-- tests/Tests/GlobalSuppressions.cs | 21 +-- .../IndexSettings/Merge/MergeSettings.cs | 21 +-- .../RoutingPartitionSizeIndexSettings.cs | 21 +-- .../Settings/TypedIndexSettings.cs | 21 +-- .../IndexSettings/SlowLog/SlowLogSettings.cs | 21 +-- .../Sorting/SortingSettingsSingleItem.cs | 21 +-- .../Translog/TranslogSettings.cs | 21 +-- .../Similarity/SimilaritySettings.cs | 21 +-- tests/Tests/IndexModules/UsageTestBase.cs | 21 +-- .../Alias/AliasApiRemoveIndexTests.cs | 21 +-- .../AliasManagement/Alias/AliasApiTests.cs | 21 +-- .../AliasManagement/Alias/AliasUrlTests.cs | 21 +-- .../AliasExists/AliasExistsApiTests.cs | 21 +-- .../AliasExists/AliasExistsUrlTests.cs | 21 +-- .../DeleteAlias/AliasDeleteApiTests.cs | 21 +-- .../DeleteAlias/DeleteAliasUrlTests.cs | 21 +-- .../GetAlias/GetAliasApiTests.cs | 21 +-- .../GetAlias/GetAliasUrlTests.cs | 21 +-- .../GetAliasesPointingToIndexTests.cs | 21 +-- .../GetIndicesPointingToAliasTests.cs | 21 +-- .../PutAlias/PutAliasApiTests.cs | 21 +-- .../PutAlias/PutAliasUrlTests.cs | 21 +-- .../Tests/Indices/Analyze/AnalyzeApiTests.cs | 21 +-- .../Tests/Indices/Analyze/AnalyzeUrlTests.cs | 21 +-- .../AddBlock/AddIndexBlockApiTests.cs | 21 +-- .../AddBlock/AddIndexBlockUrlTests.cs | 21 +-- .../CloneIndex/CloneIndexApiTests.cs | 21 +-- .../CloneIndex/CloneIndexUrlTests.cs | 21 +-- .../CreateIndex/CreateIndexApiTests.cs | 21 +-- .../CreateIndex/CreateIndexUrlTests.cs | 21 +-- .../DeleteIndex/DeleteIndexApiTests.cs | 21 +-- .../DeleteIndex/DeleteIndexUrlTests.cs | 21 +-- .../FreezeIndex/FreezeIndexApiTests.cs | 21 +-- .../FreezeIndex/FreezeIndexUrlTests.cs | 21 +-- .../GetIndex/GetIndexApiTests.cs | 21 +-- .../GetIndex/GetIndexUrlTests.cs | 21 +-- .../IndicesExists/IndexExistsApiTests.cs | 21 +-- .../IndicesExists/IndexExistsUrlTests.cs | 21 +-- .../CloseIndex/CloseIndexApiTests.cs | 21 +-- .../CloseIndex/CloseIndexUrlTests.cs | 21 +-- .../OpenIndex/OpenIndexApiTests.cs | 21 +-- .../OpenIndex/OpenIndexUrlTests.cs | 21 +-- .../ResolveIndex/ResolveIndexApiTests.cs | 21 +-- .../ResolveIndex/ResolveIndexUrlTests.cs | 21 +-- .../RolloverIndex/RolloverIndexApiTests.cs | 21 +-- .../RolloverIndex/RolloverIndexUrlTests.cs | 21 +-- .../ShrinkIndex/ShrinkIndexApiTests.cs | 21 +-- .../ShrinkIndex/ShrinkIndexUrlTests.cs | 21 +-- .../SplitIndex/SplitIndexApiTests.cs | 21 +-- .../SplitIndex/SplitIndexUrlTests.cs | 21 +-- .../TypesExists/TypeExistsApiTests.cs | 21 +-- .../TypesExists/TypeExistsUrlTests.cs | 21 +-- .../UnfreezeIndex/UnfreezeIndexApiTests.cs | 21 +-- .../UnfreezeIndex/UnfreezeIndexUrlTests.cs | 21 +-- .../GetIndexSettingsApiTests.cs | 21 +-- .../GetIndexSettingsUrlTests.cs | 21 +-- .../DeleteIndexTemplateApiTests.cs | 21 +-- .../DeleteIndexTemplateUrlTests.cs | 21 +-- .../GetIndexTemplateApiTests.cs | 21 +-- .../GetIndexTemplateUrlTests.cs | 21 +-- .../IndexTemplates/IndexTemplateCrudTests.cs | 21 +-- .../IndexTemplateExistsApiTests.cs | 21 +-- .../IndexTemplateExistsUrlTests.cs | 21 +-- .../PutIndexTemplateApiTests.cs | 21 +-- .../PutIndexTemplateUrlTests.cs | 21 +-- .../UpdateIndexSettingsApiTests.cs | 21 +-- .../UpdateIndexSettingsUrlTests.cs | 21 +-- .../GetFieldMappingApiTests.cs | 21 +-- .../GetFieldMappingUrlTests.cs | 21 +-- .../GetMapping/GetMappingApiTest.cs | 21 +-- .../GetMapping/GetMappingUrlTests.cs | 21 +-- .../PutMapping/PutMappingApiTest.cs | 21 +-- .../PutMapping/PutMappingUrlTests.cs | 21 +-- .../IndicesRecovery/RecoveryStatusApiTests.cs | 21 +-- .../IndicesRecovery/RecoveryStatusUrlTests.cs | 21 +-- .../IndicesSegments/SegmentsApiTests.cs | 21 +-- .../IndicesSegments/SegmentsUrlTests.cs | 21 +-- .../IndicesShardStoresApiTests.cs | 21 +-- .../IndicesShardStoresUrlTests.cs | 21 +-- .../IndicesStats/IndicesStatsApiTests.cs | 21 +-- .../IndicesStats/IndicesStatsUrlTests.cs | 21 +-- ...dicesStatsWithShardsInformationApiTests.cs | 21 +-- .../ReloadSearchAnalyzersApiTests.cs | 21 +-- .../ReloadSearchAnalyzersUrlTests.cs | 21 +-- .../ClearCache/ClearCacheApiTests.cs | 21 +-- .../ClearCache/ClearCacheUrlTests.cs | 21 +-- .../StatusManagement/Flush/FlushApiTests.cs | 21 +-- .../StatusManagement/Flush/FlushUrlTests.cs | 21 +-- .../ForceMerge/ForceMergeApiTests.cs | 21 +-- .../ForceMerge/ForceMergeUrlTests.cs | 21 +-- .../Refresh/RefreshApiTests.cs | 21 +-- .../Refresh/RefreshUrlTests.cs | 21 +-- .../SyncedFlush/SyncedFlushUrlTests.cs | 21 +-- .../SyncedFlush/SyncedFushApiTests.cs | 21 +-- .../DeletePipeline/DeletePipelineApiTests.cs | 21 +-- .../DeletePipeline/DeletePipelineUrlTests.cs | 21 +-- .../Ingest/GetPipeline/GetPipelineApiTests.cs | 21 +-- .../Ingest/GetPipeline/GetPipelineUrlTests.cs | 21 +-- .../GrokProcessorPatternsApiTests.cs | 21 +-- .../GrokProcessorPatternsTests.cs | 21 +-- .../GrokProcessorPatternsUnitTests.cs | 21 +-- tests/Tests/Ingest/PipelineCrudTests.cs | 21 +-- tests/Tests/Ingest/ProcessorAssertions.cs | 21 +-- .../Ingest/ProcessorSerializationTests.cs | 21 +-- .../Ingest/PutPipeline/PutPipelineApiTests.cs | 21 +-- .../Ingest/PutPipeline/PutPipelineUrlTests.cs | 21 +-- .../SimulatePipelineApiTests.cs | 21 +-- .../SimulatePipelineUrlTests.cs | 21 +-- .../LocalMetadata/LocalMetadataUsageTests.cs | 21 +-- .../LocalMetadataVisitorTests.cs | 21 +-- .../Tests/Mapping/Meta/MetaMappingApiTests.cs | 21 +-- .../Tests/Mapping/PropertyDescriptorTests.cs | 21 +-- .../RuntimeFields/RuntimeFieldsTests.cs | 21 +-- .../Tests/Mapping/Scalar/ScalarUsageTests.cs | 21 +-- .../Tests/Mapping/Types/AttributeTestsBase.cs | 21 +-- .../Flattened/FlattenedAttributeTests.cs | 21 +-- .../Flattened/FlattenedPropertyTests.cs | 21 +-- .../Complex/Nested/NestedAttributeTests.cs | 21 +-- .../Complex/Nested/NestedPropertyTests.cs | 21 +-- .../Complex/Object/ObjectAttributeTests.cs | 21 +-- .../Complex/Object/ObjectPropertyTests.cs | 21 +-- .../Types/Core/Binary/BinaryAttributeTests.cs | 21 +-- .../Types/Core/Binary/BinaryPropertyTests.cs | 21 +-- .../Core/Boolean/BooleanAttributeTests.cs | 21 +-- .../Core/Boolean/BooleanPropertyTests.cs | 21 +-- .../Types/Core/Date/DateAttributeTests.cs | 21 +-- .../Types/Core/Date/DatePropertyTests.cs | 21 +-- .../Core/DateNanos/DateNanosAttributeTests.cs | 21 +-- .../Core/DateNanos/DateNanosPropertyTests.cs | 21 +-- .../Types/Core/Join/JoinAttributeTests.cs | 21 +-- .../Types/Core/Join/JoinPropertyTests.cs | 21 +-- .../Core/Keyword/KeywordAttributeTests.cs | 21 +-- .../Core/Keyword/KeywordPropertyTests.cs | 21 +-- .../Types/Core/Number/NumberAttributeTests.cs | 21 +-- .../Types/Core/Number/NumberPropertyTests.cs | 21 +-- .../Percolator/PercolatorAttributeTests.cs | 21 +-- .../Percolator/PercolatorPropertyTests.cs | 21 +-- .../DateRange/DateRangeAttributeTests.cs | 21 +-- .../Range/DateRange/DateRangePropertyTests.cs | 21 +-- .../DoubleRange/DoubleRangeAttributeTests.cs | 21 +-- .../DoubleRange/DoubleRangePropertyTests.cs | 21 +-- .../FloatRange/FloatRangeAttributeTests.cs | 21 +-- .../FloatRange/FloatRangePropertyTests.cs | 21 +-- .../IntegerRangeAttributeTests.cs | 21 +-- .../IntegerRange/IntegerRangePropertyTests.cs | 21 +-- .../Range/IpRange/IpRangeAttributeTests.cs | 21 +-- .../Range/IpRange/IpRangePropertyTests.cs | 21 +-- .../LongRange/LongRangeAttributeTests.cs | 21 +-- .../Range/LongRange/LongRangePropertyTests.cs | 21 +-- .../RankFeature/RankFeatureAttributeTests.cs | 21 +-- .../RankFeature/RankFeaturePropertyTests.cs | 21 +-- .../RankFeaturesAttributeTests.cs | 21 +-- .../RankFeatures/RankFeaturesPropertyTests.cs | 21 +-- .../SearchAsYouTypeAttributeTests.cs | 21 +-- .../SearchAsYouTypePropertyTests.cs | 21 +-- ...archAsYouTypeSingleMappingPropertyTests.cs | 21 +-- .../Types/Core/Text/TextAttributeTests.cs | 21 +-- .../Types/Core/Text/TextPropertyTests.cs | 21 +-- .../Geo/GeoPoint/GeoPointAttributeTests.cs | 21 +-- .../Geo/GeoPoint/GeoPointPropertyTests.cs | 21 +-- .../Geo/GeoShape/GeoShapeAttributeTests.cs | 21 +-- .../GeoShapeClusterMetadataApiTests.cs | 21 +-- .../Geo/GeoShape/GeoShapePropertyTests.cs | 25 +--- .../Tests/Mapping/Types/PropertyTestsBase.cs | 21 +-- .../Types/SingleMappingPropertyTestsBase.cs | 21 +-- .../Completion/CompletionAttributeTests.cs | 21 +-- .../Completion/CompletionPropertyTests.cs | 21 +-- .../ConstantKeywordAttributeTests.cs | 21 +-- .../ConstantKeywordPropertyTests.cs | 21 +-- .../FieldAlias/FieldAliasPropertyTests.cs | 21 +-- .../Generic/GenericPropertyTests.cs | 21 +-- .../Histogram/HistogramAttributeTests.cs | 21 +-- .../Histogram/HistogramPropertyTests.cs | 21 +-- .../Types/Specialized/Ip/IpAttributeTests.cs | 21 +-- .../Types/Specialized/Ip/IpPropertyTests.cs | 21 +-- .../Murmur3Hash/Murmur3HashAttributeTests.cs | 21 +-- .../Murmur3Hash/Murmur3HashPropertyTests.cs | 21 +-- .../Point/CartesianPointSerializationTests.cs | 21 +-- .../Specialized/Point/PointAttributeTests.cs | 21 +-- .../Specialized/Point/PointPropertyTests.cs | 21 +-- .../Specialized/Shape/ShapeAttributeTests.cs | 21 +-- .../Specialized/Shape/ShapePropertyTests.cs | 21 +-- .../TokenCount/TokenCountAttributeTests.cs | 21 +-- .../TokenCount/TokenCountPropertyTests.cs | 21 +-- .../Version/VersionAttributeTests.cs | 21 +-- .../Version/VersionPropertyTests.cs | 21 +-- .../Wildcard/WildcardAttributeTests.cs | 21 +-- .../Wildcard/WildcardPropertyTests.cs | 21 +-- .../Tests/MetaHeader/MetaHeaderHelperTests.cs | 21 +-- .../DeleteScript/DeleteScriptApiTests.cs | 21 +-- .../DeleteScript/DeleteScriptUrlTests.cs | 21 +-- .../ExecutePainlessScriptApiTests.cs | 21 +-- .../ExecutePainlessScriptUrlTests.cs | 21 +-- .../Scripting/GetScript/GetScriptApiTests.cs | 21 +-- .../Scripting/GetScript/GetScriptUrlTests.cs | 21 +-- .../Scripting/PutScript/PutScriptApiTests.cs | 21 +-- .../Scripting/PutScript/PutScriptUrlTests.cs | 21 +-- .../Modules/Scripting/ScriptingCrudTests.cs | 21 +-- .../CleanupRepositoryApiTests.cs | 21 +-- .../CleanupRepositoryUrlTests.cs | 21 +-- .../CreateRepositoryApiTests.cs | 21 +-- .../CreateRepositoryUrlTests.cs | 21 +-- .../DeleteRepositoryApiTests.cs | 21 +-- .../DeleteRepositoryUrlTests.cs | 21 +-- .../GetRepository/GetRepositoryApiTests.cs | 21 +-- .../GetRepository/GetRepositoryUrlTests.cs | 21 +-- .../Repositories/RepositoryCrudTests.cs | 21 +-- .../VerifyRepositoryApiTests.cs | 21 +-- .../VerifyRepositoryUrlTests.cs | 21 +-- .../Restore/RestoreApiTests.cs | 21 +-- .../Restore/RestoreUrlTests.cs | 21 +-- .../CloneSnapshot/CloneSnapshotApiTests.cs | 21 +-- .../CloneSnapshot/CloneSnapshotUrlTests.cs | 21 +-- .../Snapshot/CoordinatedSnapshotTests.cs | 21 +-- .../DeleteSnapshot/DeleteSnapshotApiTests.cs | 21 +-- .../DeleteSnapshot/DeleteSnapshotUrlTests.cs | 21 +-- .../GetSnapshot/GetSnapshotApiTests.cs | 21 +-- .../GetSnapshot/GetSnapshotUrlTests.cs | 21 +-- .../Snapshot/Snapshot/SnapshotApiTests.cs | 21 +-- .../Snapshot/Snapshot/SnapshotUrlTests.cs | 21 +-- .../SnapshotStatus/SnapshotStatusApiTests.cs | 21 +-- .../SnapshotStatus/SnapshotStatusUrlTests.cs | 21 +-- tests/Tests/QueryDsl/BoolDsl/BoolApiTests.cs | 21 +-- tests/Tests/QueryDsl/BoolDsl/BoolDsl.doc.cs | 21 +-- .../AndAssignManyManualBoolsTests.cs | 21 +-- .../AndOperatorOnManualBoolsTests.cs | 21 +-- .../Operators/AndOperatorUsageTests.cs | 21 +-- .../Operators/CombinatorialUsageTests.cs | 21 +-- .../Operators/NotOperatorUsageTests.cs | 21 +-- .../BoolDsl/Operators/OperatorUsageBase.cs | 21 +-- .../Operators/OrAssignManyManualBoolsTests.cs | 21 +-- .../Operators/OrOperatorOnManualBoolsTests.cs | 21 +-- .../BoolDsl/Operators/OrOperatorUsageTests.cs | 21 +-- .../Operators/UnaryAddOperatorUsageTests.cs | 21 +-- .../QueryContainerDescriptorExtensions.cs | 21 +-- .../Bool/BoolDslComplexQueryUsageTests.cs | 21 +-- .../Compound/Bool/BoolQueryUsageTests.cs | 21 +-- .../Boosting/BoostingQueryUsageTests.cs | 21 +-- .../ConstantScoreQueryUsageTests.cs | 21 +-- .../Compound/Dismax/DismaxQueryUsageTests.cs | 21 +-- .../FunctionScoreQueryUsageTests.cs | 21 +-- tests/Tests/QueryDsl/ConditionlessWhen.cs | 21 +-- .../CombinedFieldsUsageTests.cs | 21 +-- .../CommonTerms/CommonTermsUsageTests.cs | 21 +-- .../FullText/Intervals/IntervalsUsageTests.cs | 21 +-- .../FullText/Match/MatchUsageTests.cs | 21 +-- .../MatchBoolPrefixUsageTests.cs | 21 +-- .../MatchPhrase/MatchPhraseUsageTests.cs | 21 +-- .../MatchPhrasePrefixUsageTests.cs | 21 +-- .../MultiMatch/MultiMatchUsageTests.cs | 21 +-- .../QueryString/QueryStringUsageTests.cs | 21 +-- .../SimpleQueryStringUsageTests.cs | 21 +-- .../GeoBoundingBoxQueryUsageTests.cs | 21 +-- .../Distance/GeoDistanceQueryUsageTests.cs | 21 +-- .../Geo/GeoShape/GeoShapeQueryUsageTests.cs | 21 +-- .../GeoShape/GeoShapeSerializationTests.cs | 21 +-- .../QueryDsl/Geo/GeoShape/GeoWKTTests.cs | 21 +-- .../Geo/Polygon/GeoPolygonQueryUsageTests.cs | 21 +-- .../HasChild/HasChildQueryUsageTests.cs | 21 +-- .../HasParent/HasParentQueryUsageTests.cs | 21 +-- .../Joining/Nested/NestedQueryUsageTests.cs | 21 +-- .../ParentId/ParentIdQueryUsageTests.cs | 21 +-- .../QueryDsl/MatchNoneQueryUsageTests.cs | 21 +-- .../NestSpecific/Raw/RawCombineUsageTests.cs | 21 +-- .../NestSpecific/Raw/RawQueryUsageTests.cs | 21 +-- tests/Tests/QueryDsl/NotConditionlessWhen.cs | 21 +-- .../QueryDsl/QueryDslIntegrationTestsBase.cs | 21 +-- .../Tests/QueryDsl/QueryDslUsageTestsBase.cs | 21 +-- .../SpanContainingQueryUsageTests.cs | 21 +-- .../SpanFieldMaskingUsageTests.cs | 21 +-- .../Span/First/SpanFirstQueryUsageTests.cs | 21 +-- .../MultiTerm/SpanMultiTermQueryUsageTests.cs | 21 +-- .../Span/Near/SpanNearQueryUsageTests.cs | 21 +-- .../Span/Not/SpanNotQueryUsageTests.cs | 21 +-- .../QueryDsl/Span/Or/SpanOrQueryUsageTests.cs | 21 +-- .../Span/Term/SpanTermQueryUsageTests.cs | 21 +-- .../Span/Within/SpanWithinQueryUsageTests.cs | 21 +-- .../DistanceFeatureQueryUsageTests.cs | 21 +-- ...MoreLikeThisFullDocumentQueryUsageTests.cs | 21 +-- .../MoreLikeThisQueryUsageTests.cs | 21 +-- .../Percolate/PercolateQueryUsageTests.cs | 21 +-- .../Pinned/PinnedQueryUsageTests.cs | 21 +-- .../RankFeature/RankFeatureQueryUsageTests.cs | 21 +-- .../Script/ScriptQueryUsageTests.cs | 21 +-- .../ScriptScore/ScriptScoreQueryUsageTests.cs | 21 +-- .../Specialized/Shape/ShapeQueryUsageTests.cs | 21 +-- .../Shape/ShapeSerializationTests.cs | 21 +-- .../TermLevel/Exists/ExistsQueryUsageTests.cs | 21 +-- .../Fuzzy/FuzzyDateQueryUsageTests.cs | 21 +-- .../Fuzzy/FuzzyNumericQueryUsageTests.cs | 21 +-- .../TermLevel/Fuzzy/FuzzyQueryUsageTests.cs | 21 +-- .../TermLevel/Ids/IdsQueryUsageTests.cs | 21 +-- .../TermLevel/Prefix/PrefixQueryUsageTests.cs | 21 +-- .../Range/DateRangeQueryUsageTests.cs | 21 +-- .../Range/LongRangeQueryUsageTests.cs | 21 +-- .../Range/NumericRangeQueryUsageTests.cs | 21 +-- .../Range/TermRangeQueryUsageTests.cs | 21 +-- .../TermLevel/Regexp/RegexpQueryUsageTests.cs | 21 +-- .../TermLevel/Term/TermQueryUsageTests.cs | 21 +-- .../Terms/TermsListQueryUsageTests.cs | 21 +-- .../Terms/TermsLookupQueryUsageTests.cs | 21 +-- .../TermLevel/Terms/TermsQueryUsageTests.cs | 21 +-- .../TermsSet/TermsSetQueryUsageTests.cs | 21 +-- .../Wildcard/WildcardQueryUsageTests.cs | 21 +-- .../VerbatimAndStrictQueryUsageTests.cs | 21 +-- tests/Tests/Search/Count/CountApiTests.cs | 21 +-- tests/Tests/Search/Count/CountUrlTests.cs | 21 +-- tests/Tests/Search/Explain/ExplainApiTests.cs | 21 +-- tests/Tests/Search/Explain/ExplainUrlTests.cs | 21 +-- .../FieldCapabilitiesApiTests.cs | 21 +-- .../FieldCapabilitiesUrlTests.cs | 21 +-- .../Search/Hits/HitsSerializationTests.cs | 21 +-- .../Search/MultiSearch/MultiSearchApiTests.cs | 21 +-- .../MultiSearch/MultiSearchInvalidApiTests.cs | 21 +-- .../MultiSearchLowLevelPostDataTests.cs | 21 +-- .../MultiSearchTemplateApiTests.cs | 21 +-- .../MultiSearchTemplateUrlTests.cs | 21 +-- .../Search/MultiSearch/MultiSearchUrlTests.cs | 21 +-- .../Search/PointInTime/PointInTimeApiTests.cs | 21 +-- .../Search/PointInTime/PointInTimeUrlTests.cs | 21 +-- .../Tests/Search/Request/ExplainUsageTests.cs | 21 +-- .../Tests/Search/Request/FieldsUsageTests.cs | 21 +-- .../Search/Request/FromAndSizeUsageTests.cs | 21 +-- .../Search/Request/HighlightingUsageTests.cs | 21 +-- .../Request/IndicesBoostSerializationTests.cs | 21 +-- .../Search/Request/IndicesBoostUsageTests.cs | 21 +-- .../Search/Request/InnerHitsUsageTests.cs | 21 +-- .../Search/Request/MinScoreUsageTests.cs | 21 +-- .../Search/Request/PointInTimeUsageTests.cs | 21 +-- .../Search/Request/PostFilterUsageTests.cs | 21 +-- .../Tests/Search/Request/ProfileUsageTests.cs | 21 +-- tests/Tests/Search/Request/QueryUsageTests.cs | 21 +-- .../Search/Request/ScriptFieldsUsageTests.cs | 21 +-- .../Search/Request/SearchAfterUsageTests.cs | 21 +-- .../Request/SlicedScrollSearchUsageTests.cs | 21 +-- tests/Tests/Search/Request/SortUsageTests.cs | 21 +-- .../Request/SourceFilteringUsageTests.cs | 21 +-- .../Tests/Search/Request/SuggestUsageTests.cs | 21 +-- tests/Tests/Search/ReturnedFields.doc.cs | 21 +-- .../Scroll/ClearScroll/ClearScrollApiTests.cs | 21 +-- .../Scroll/ClearScroll/ClearScrollUrlTests.cs | 21 +-- .../Search/Scroll/Scroll/ScrollApiTests.cs | 21 +-- .../Search/Scroll/Scroll/ScrollUrlTests.cs | 21 +-- .../Scroll/SlicedScrollSearchApiTests.cs | 21 +-- tests/Tests/Search/ScrollingDocuments.doc.cs | 21 +-- .../Collapsing/FieldCollapseUsageTests.cs | 21 +-- .../Search/Search/InvalidSearchApiTests.cs | 21 +-- .../Search/Rescoring/RescoreUsageTests.cs | 21 +-- tests/Tests/Search/Search/SearchApiTests.cs | 21 +-- .../Search/Search/SearchProfileApiTests.cs | 21 +-- .../Tests/Search/Search/SearchProfileTests.cs | 21 +-- tests/Tests/Search/Search/SearchUrlTests.cs | 21 +-- .../SearchShards/SearchShardsApiTests.cs | 21 +-- .../SearchShards/SearchShardsUrlTests.cs | 21 +-- .../RenderSearchTemplateApiTests.cs | 21 +-- .../RenderSearchTemplateUrlTests.cs | 21 +-- .../SearchTemplate/SearchTemplateApiTests.cs | 21 +-- .../SearchTemplate/SearchTemplateUrlTests.cs | 21 +-- tests/Tests/Search/SearchUsageTestBase.cs | 21 +-- .../Search/SearchingRuntimeFields.doc.cs | 21 +-- .../Search/Validate/ValidateQueryApiTests.cs | 21 +-- .../Search/Validate/ValidateQueryUrlTests.cs | 21 +-- tests/Tests/Search/WritingQueries.doc.cs | 21 +-- .../XPack/AsyncSearch/AsyncSearchApiTests.cs | 21 +-- .../Delete/AsyncSearchDeleteUrlTests.cs | 21 +-- .../AsyncSearch/Get/AsyncSearchGetUrlTests.cs | 21 +-- .../Status/AsyncSearchStatusUrlTests.cs | 21 +-- .../Submit/AsyncSearchSubmitUrlTests.cs | 21 +-- .../CreateAutoFollowPatternApiTests.cs | 21 +-- .../CreateAutoFollowPatternUrlTests.cs | 21 +-- .../DeleteAutoFollowPatternUrlTests.cs | 21 +-- .../GetAutoFollowPatternApiTests.cs | 21 +-- .../GetAutoFollowPatternUrlTests.cs | 21 +-- .../PauseAutoFollowPatternUrlTests.cs | 21 +-- .../ResumeAutoFollowPatternUrlTests.cs | 21 +-- .../CrossClusterReplicationAutoFollowTests.cs | 21 +-- .../CrossClusterReplicationFollowTests.cs | 21 +-- .../CreateFollowIndexApiTests.cs | 21 +-- .../CreateFollowIndexUrlTests.cs | 21 +-- .../FollowIndexStatsUrlTests.cs | 21 +-- .../ForgetFollowerIndexApiTests.cs | 21 +-- .../ForgetFollowerIndexUrlTests.cs | 21 +-- .../PauseFollowIndexUrlTests.cs | 21 +-- .../ResumeFollowIndexApiTests.cs | 21 +-- .../ResumeFollowIndexUrlTests.cs | 21 +-- .../UnfollowIndex/UnfollowIndexUrlTests.cs | 21 +-- .../Stats/CcrStatsUrlTests.cs | 21 +-- .../Create/CreateDataStreamUrlTests.cs | 21 +-- .../XPack/DataStreams/DataStreamsApiTests.cs | 21 +-- .../Delete/DeleteDataStreamUrlTests.cs | 21 +-- .../DataStreams/Get/GetDataStreamUrlTests.cs | 21 +-- .../Migrate/MigrateToDataStreamUrlTests.cs | 21 +-- .../Promote/PromoteDataStreamUrlTests.cs | 21 +-- .../Stats/DataStreamsStatsUrlTests.cs | 21 +-- .../DeletePolicy/DeletePolicyApiTests.cs | 21 +-- .../DeletePolicy/DeletePolicyUrlTests.cs | 21 +-- tests/Tests/XPack/Enrich/EnrichApiTests.cs | 21 +-- tests/Tests/XPack/Enrich/EnrichCluster.cs | 21 +-- .../ExecutePolicy/ExecutePolicyApiTests.cs | 21 +-- .../ExecutePolicy/ExecutePolicyUrlTests.cs | 21 +-- .../Enrich/GetPolicy/GetPolicyApiTests.cs | 21 +-- .../Enrich/GetPolicy/GetPolicyUrlTests.cs | 21 +-- .../Enrich/PutPolicy/PutPolicyApiTests.cs | 21 +-- .../Enrich/PutPolicy/PutPolicyUrlTests.cs | 21 +-- .../Tests/XPack/Enrich/Stats/StatsApiTests.cs | 21 +-- .../Tests/XPack/Enrich/Stats/StatsUrlTests.cs | 21 +-- .../XPack/Eql/EqlSearchApiCoordinatedTests.cs | 129 +++++++++--------- tests/Tests/XPack/Eql/Get/EqlGetUrlTests.cs | 21 +-- .../XPack/Eql/Search/EqlSearchApiTests.cs | 21 +-- .../XPack/Eql/Search/EqlSearchUrlTests.cs | 21 +-- .../Eql/Status/EqlSearchStatusUrlTests.cs | 21 +-- .../Graph/Explore/GraphExploreApiTests.cs | 21 +-- .../Graph/Explore/GraphExploreUrlTests.cs | 21 +-- tests/Tests/XPack/Ilm/IlmApiTests.cs | 21 +-- tests/Tests/XPack/Ilm/IlmUrlTests.cs | 21 +-- tests/Tests/XPack/Info/XPackInfoApiTests.cs | 21 +-- tests/Tests/XPack/Info/XPackInfoUrlTests.cs | 21 +-- .../DeleteLicense/DeleteLicenseUrlTests.cs | 21 +-- .../GetBasicLicenseStatusApiTests.cs | 21 +-- .../GetBasicLicenseStatusUrlTests.cs | 21 +-- .../License/GetLicense/GetLicenseApiTests.cs | 21 +-- .../License/GetLicense/GetLicenseUrlTests.cs | 21 +-- .../GetTrialLicenseStatusApiTests.cs | 21 +-- .../GetTrialLicenseStatusUrlTests.cs | 21 +-- .../PostLicense/PostLicenseApiTests.cs | 21 +-- .../PostLicense/PostLicenseUrlTests.cs | 21 +-- .../StartBasicLicenseApiTests.cs | 21 +-- .../StartBasicLicenseUrlTests.cs | 21 +-- .../StartTrialLicenseApiTests.cs | 21 +-- .../StartTrialLicenseUrlTests.cs | 21 +-- .../CloseJob/CloseJobApiTests.cs | 21 +-- .../CloseJob/CloseJobUrlTests.cs | 21 +-- .../DeleteCalendar/DeleteCalendarApiTests.cs | 21 +-- .../DeleteCalendar/DeleteCalendarUrlTests.cs | 21 +-- .../DeleteCalendarEventApiTests.cs | 21 +-- .../DeleteCalendarEventUrlTests.cs | 21 +-- .../DeleteCalendarJobApiTests.cs | 21 +-- .../DeleteCalendarJobUrlTests.cs | 21 +-- .../DeleteDatafeed/DeleteDatafeedApiTests.cs | 21 +-- .../DeleteDatafeed/DeleteDatafeedUrlTests.cs | 21 +-- .../DeleteExpiredDataApiTests.cs | 21 +-- .../DeleteExpiredDataUrlTests.cs | 21 +-- .../DeleteFilter/DeleteFilterApiTests.cs | 21 +-- .../DeleteFilter/DeleteFilterUrlTests.cs | 21 +-- .../DeleteForecast/DeleteForecastApiTests.cs | 21 +-- .../DeleteForecast/DeleteForecastUrlTests.cs | 21 +-- .../DeleteJob/DeleteJobApiTests.cs | 21 +-- .../DeleteJob/DeleteJobUrlTests.cs | 21 +-- .../DeleteModelSnapshotApiTests.cs | 21 +-- .../DeleteModelSnapshotUrlTests.cs | 21 +-- .../DetectorSerializationTests.cs | 21 +-- .../EstimateModelMemoryApiTests.cs | 21 +-- .../EstimateModelMemoryUrlTests.cs | 21 +-- .../FlushJob/FlushJobApiTests.cs | 21 +-- .../FlushJob/FlushJobUrlTests.cs | 21 +-- .../ForecastJob/ForecastJobApiTests.cs | 21 +-- .../ForecastJob/ForecastJobUrlTests.cs | 21 +-- .../GetAnomalyRecordsApiTests.cs | 21 +-- .../GetAnomalyRecordsUrlTests.cs | 21 +-- .../GetBuckets/GetBucketsApiTests.cs | 21 +-- .../GetBuckets/GetBucketsUrlTests.cs | 21 +-- .../GetCalendarEventsApiTests.cs | 21 +-- .../GetCalendarEventsUrlTests.cs | 21 +-- .../GetCalendars/GetCalendarsApiTests.cs | 21 +-- .../GetCalendars/GetCalendarsUrlTests.cs | 21 +-- .../GetCategories/GetCategoriesApiTests.cs | 21 +-- .../GetCategories/GetCategoriesUrlTests.cs | 21 +-- .../GetDatafeedStatsApiTests.cs | 21 +-- .../GetDatafeedStatsUrlTests.cs | 21 +-- .../GetDatafeeds/GetDatafeedsApiTests.cs | 21 +-- .../GetDatafeeds/GetDatafeedsUrlTests.cs | 21 +-- .../GetFilters/GetFiltersApiTests.cs | 21 +-- .../GetFilters/GetFiltersUrlTests.cs | 21 +-- .../GetInfluencers/GetInfluencersApiTests.cs | 21 +-- .../GetInfluencers/GetInfluencersUrlTests.cs | 21 +-- .../GetJobStats/GetJobStatsApiTests.cs | 21 +-- .../GetJobStats/GetJobStatsUrlTests.cs | 21 +-- .../GetJobs/GetJobsApiTests.cs | 21 +-- .../GetJobs/GetJobsUrlTests.cs | 21 +-- .../GetModelSnapshotsApiTests.cs | 21 +-- .../GetModelSnapshotsUrlTests.cs | 21 +-- .../GetOverallBucketsApiTests.cs | 21 +-- .../GetOverallBucketsUrlTests.cs | 21 +-- .../MachineLearning/MachineLearningCluster.cs | 21 +-- .../MachineLearningInfoApiTests.cs | 21 +-- .../MachineLearningInfoUrlTests.cs | 21 +-- .../MachineLearningIntegrationTestBase.cs | 21 +-- .../MachineLearning/MachineLearningSeeder.cs | 21 +-- .../OpenJob/OpenJobApiTests.cs | 21 +-- .../OpenJob/OpenJobUrlTests.cs | 21 +-- .../PostCalendarEventsApiTests.cs | 21 +-- .../PostCalendarEventsUrlTests.cs | 21 +-- .../PostJobData/PostJobDataApiTests.cs | 21 +-- .../PostJobData/PostJobDataUrlTests.cs | 21 +-- .../PreviewDataFeedApiTests.cs | 21 +-- .../PreviewDataFeedUrlTests.cs | 21 +-- .../PutCalendar/PutCalendarApiTests.cs | 21 +-- .../PutCalendar/PutCalendarUrlTests.cs | 21 +-- .../PutCalendarJob/PutCalendarJobApiTests.cs | 21 +-- .../PutCalendarJob/PutCalendarJobUrlTests.cs | 21 +-- .../PutDatafeed/PutDatafeedApiTests.cs | 21 +-- .../PutDatafeed/PutDatafeedUrlTests.cs | 21 +-- .../PutFilter/PutFilterApiTests.cs | 21 +-- .../PutFilter/PutFilterUrlTests.cs | 21 +-- .../MachineLearning/PutJob/PutJobApiTests.cs | 21 +-- .../MachineLearning/PutJob/PutJobUrlTests.cs | 21 +-- .../RevertModelSnapshotApiTests.cs | 21 +-- .../RevertModelSnapshotUrlTests.cs | 21 +-- .../SetUpgradeMode/SetUpgradeModeApiTests.cs | 21 +-- .../SetUpgradeMode/SetUpgradeModeUrlTests.cs | 21 +-- .../StartDatafeed/StartDatafeedApiTests.cs | 21 +-- .../StartDatafeed/StartDatafeedUrlTests.cs | 21 +-- .../StopDatafeed/StopDatafeedApiTests.cs | 21 +-- .../StopDatafeed/StopDatafeedUrlTests.cs | 21 +-- .../UpdateDatafeed/UpdateDatafeedApiTests.cs | 21 +-- .../UpdateDatafeed/UpdateDatafeedUrlTests.cs | 21 +-- .../UpdateFilter/UpdateFilterApiTests.cs | 21 +-- .../UpdateFilter/UpdateFilterUrlTests.cs | 21 +-- .../UpdateJob/UpdateJobApiTests.cs | 21 +-- .../UpdateJob/UpdateJobUrlTests.cs | 21 +-- .../UpdateModelSnapshotApiTests.cs | 21 +-- .../UpdateModelSnapshotUrlTests.cs | 21 +-- .../ValidateDetectorApiTests.cs | 21 +-- .../ValidateDetectorUrlTests.cs | 21 +-- .../ValidateJob/ValidateJobApiTests.cs | 21 +-- .../ValidateJob/ValidateJobUrlTests.cs | 21 +-- .../DeprecationInfoApiTests.cs | 21 +-- .../DeprecationInfoUrlTests.cs | 21 +-- .../CreateRollupJob/CreateRollupUrlTests.cs | 21 +-- .../DeleteRollupJob/DeleteRollupUrlTests.cs | 21 +-- .../GetRollupCapabilitiesUrlTests.cs | 21 +-- .../GetRollupIndexCapabilitiesUrlTests.cs | 21 +-- .../Rollup/GetRollupJob/GetRollupUrlTests.cs | 21 +-- .../Tests/XPack/Rollup/RollupJobCrudTests.cs | 21 +-- .../RollupSearch/RollupSearchUrlTests.cs | 21 +-- .../StartRollupJob/StartRollupUrlTests.cs | 21 +-- .../StopRollupJob/StopRollupUrlTests.cs | 21 +-- .../ApiKey/GrantApiKey/GrantApiKeyTests.cs | 21 +-- .../ApiKey/GrantApiKey/GrantApiKeyUrlTests.cs | 21 +-- .../Security/ApiKey/SecurityApiKeyTests.cs | 21 +-- .../Security/ApiKey/SecurityApiKeyUrlTests.cs | 21 +-- .../ApiKey/SecurityApiKeyUsageTests.cs | 21 +-- .../Authenticate/AuthenticateApiTests.cs | 21 +-- .../Authenticate/AuthenticateUrlTests.cs | 21 +-- .../ClearCachedPrivilegesApiTests.cs | 21 +-- .../ClearCachedPrivilegesUrlTests.cs | 21 +-- .../ClearCachedRealmsApiTests.cs | 21 +-- .../ClearCachedRealmsUrlTests.cs | 21 +-- .../GetBuiltinPrivilegesApiTests.cs | 21 +-- .../GetBuiltinPrivilegesUrlTests.cs | 21 +-- .../ApplicationPrivilegesApiTests.cs | 21 +-- .../ClearCachedRolesApiTests.cs | 21 +-- .../ClearCachedRolesUrlTests.cs | 21 +-- .../Role/DeleteRole/DeleteRoleUrlTests.cs | 21 +-- .../Security/Role/GetRole/GetRoleUrlTests.cs | 21 +-- .../Security/Role/PutRole/PutRoleApiTests.cs | 21 +-- .../Security/Role/PutRole/PutRoleUrlTests.cs | 21 +-- .../XPack/Security/Role/RoleCrudTests.cs | 21 +-- .../DeleteRoleMappingUrlTests.cs | 21 +-- .../DistinguishedNamesRoleMappingsTests.cs | 21 +-- .../GetRoleMapping/GetRoleMappingUrlTests.cs | 21 +-- .../PutRoleMapping/PutRoleMappingApiTests.cs | 21 +-- .../PutRoleMapping/PutRoleMappingUrlTests.cs | 21 +-- .../RoleMapping/RoleMappingCrudTests.cs | 21 +-- .../RoleMapping/RoleMappingRules.doc.cs | 21 +-- tests/Tests/XPack/Security/Security.cs | 21 +-- .../ChangePassword/ChangePasswordUrlTests.cs | 21 +-- .../User/DeleteUser/DeleteUserUrlTests.cs | 21 +-- .../User/DisableUser/DisableUserUrlTests.cs | 21 +-- .../User/EnableUser/EnableUserUrlTests.cs | 21 +-- .../Security/User/GetUser/GetUserUrlTests.cs | 21 +-- .../GetUserAccessTokenApiTests.cs | 21 +-- .../GetUserAccessTokenUrlTests.cs | 21 +-- .../InvalidateUserAccessTokenApiTests.cs | 21 +-- .../InvalidateUserAccessTokenUrlTests.cs | 21 +-- .../Security/User/PutUser/PutUserApiTests.cs | 21 +-- .../Security/User/PutUser/PutUserUrlTests.cs | 21 +-- .../XPack/Security/User/UserCrudTests.cs | 21 +-- .../DeleteLifecycleUrlTests.cs | 21 +-- .../ExecuteLifecycleUrlTests.cs | 21 +-- .../Slm/GetLifecycle/GetLifecycleUrlTests.cs | 21 +-- .../GetLifecycleStatsUrlTests.cs | 21 +-- .../GetLifecycleStatusUrlTests.cs | 21 +-- .../Slm/PutLifecycle/PutLifecycleUrlTests.cs | 21 +-- tests/Tests/XPack/Slm/SlmApiTests.cs | 21 +-- tests/Tests/XPack/Slm/SlmCluster.cs | 21 +-- .../StartLifecycle/StartLifecycleUrlTests.cs | 21 +-- .../StopLifecycle/StopLifecycleUrlTests.cs | 21 +-- .../ClearSqlCursor/ClearSqlCursorApiTests.cs | 21 +-- .../ClearSqlCursor/ClearSqlCursorUrlTests.cs | 21 +-- .../XPack/Sql/QuerySql/QuerySqlApiTests.cs | 21 +-- .../XPack/Sql/QuerySql/QuerySqlUrlTests.cs | 21 +-- .../TranslateSql/TranslateSqlQueryApiTests.cs | 21 +-- .../TranslateSql/TranslateSqlQueryUrlTests.cs | 21 +-- .../GetCertificatesApiTests.cs | 21 +-- .../GetCertificatesUrlTests.cs | 21 +-- .../XPack/Transform/TransformApiTests.cs | 21 +-- .../TransformApiWithSettingsTests.cs | 21 +-- .../AcknowledgeWatchApiTests.cs | 21 +-- .../AcknowledgeWatchUrlTests.cs | 21 +-- .../ActivateWatch/ActivateWatchApiTests.cs | 21 +-- .../ActivateWatch/ActivateWatchUrlTests.cs | 21 +-- .../DeactivateWatchApiTests.cs | 21 +-- .../DeactivateWatchUrlTests.cs | 21 +-- .../DeleteWatch/DeleteWatchApiTests.cs | 21 +-- .../DeleteWatch/DeleteWatchUrlTests.cs | 21 +-- .../ExecuteWatch/ExecuteWatchApiTests.cs | 21 +-- .../ExecuteWatch/ExecuteWatchUrlTests.cs | 21 +-- .../Watcher/GetWatch/GetWatchApiTests.cs | 21 +-- .../Watcher/GetWatch/GetWatchUrlTests.cs | 21 +-- .../Watcher/PutWatch/PutWatchApiTests.cs | 21 +-- .../Watcher/PutWatch/PutWatchUrlTests.cs | 21 +-- .../StartWatcher/StartWatcherApiTests.cs | 21 +-- .../StartWatcher/StartWatcherUrlTests.cs | 21 +-- .../StopWatcher/StopWatcherApiTests.cs | 21 +-- .../StopWatcher/StopWatcherUrlTests.cs | 21 +-- tests/Tests/XPack/Watcher/WatcherCluster.cs | 21 +-- .../WatcherStats/WatcherStatsApiTests.cs | 21 +-- .../WatcherStats/WatcherStatsUrlTests.cs | 21 +-- tests/Tests/XunitBootstrap.cs | 21 +-- 3570 files changed, 10775 insertions(+), 64311 deletions(-) diff --git a/.github/license-header.txt b/.github/license-header.txt index 9880b336e76..52c5ed5695c 100644 --- a/.github/license-header.txt +++ b/.github/license-header.txt @@ -1,18 +1,3 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information diff --git a/src/ApiGenerator/CodeTemplatePage.cs b/src/ApiGenerator/CodeTemplatePage.cs index 56046495c9f..8b9d546b237 100644 --- a/src/ApiGenerator/CodeTemplatePage.cs +++ b/src/ApiGenerator/CodeTemplatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/CodeConfiguration.cs b/src/ApiGenerator/Configuration/CodeConfiguration.cs index 22432dfd65e..771287888a8 100644 --- a/src/ApiGenerator/Configuration/CodeConfiguration.cs +++ b/src/ApiGenerator/Configuration/CodeConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/GeneratorLocations.cs b/src/ApiGenerator/Configuration/GeneratorLocations.cs index e979cbe617e..01a6d498eeb 100644 --- a/src/ApiGenerator/Configuration/GeneratorLocations.cs +++ b/src/ApiGenerator/Configuration/GeneratorLocations.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Reflection; diff --git a/src/ApiGenerator/Configuration/Overrides/EndpointOverridesBase.cs b/src/ApiGenerator/Configuration/Overrides/EndpointOverridesBase.cs index 54391f86166..8f7cfdcabc5 100644 --- a/src/ApiGenerator/Configuration/Overrides/EndpointOverridesBase.cs +++ b/src/ApiGenerator/Configuration/Overrides/EndpointOverridesBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/AsyncSearchSubmitOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/AsyncSearchSubmitOverrides.cs index aa0d35ea104..aac461d56b8 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/AsyncSearchSubmitOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/AsyncSearchSubmitOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/DeleteByQueryOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/DeleteByQueryOverrides.cs index 6a8739c578b..7f414be1d52 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/DeleteByQueryOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/DeleteByQueryOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/FlushJobOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/FlushJobOverrides.cs index 9f5af18eaf5..35050f83e7d 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/FlushJobOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/FlushJobOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/ForecastJobOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/ForecastJobOverrides.cs index 66c817b9fdc..d3acfd0e0bc 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/ForecastJobOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/ForecastJobOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetAnomalyRecordsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetAnomalyRecordsOverrides.cs index c839840a2ed..85979e3ca6b 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetAnomalyRecordsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetAnomalyRecordsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetBucketsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetBucketsOverrides.cs index 23a56a5252f..1b5f3489ae8 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetBucketsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetBucketsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarEventsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarEventsOverrides.cs index 4520eca2128..f857253ad96 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarEventsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarEventsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarsOverrides.cs index 2d4a7b59042..45a0ad33888 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCalendarsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetCategoriesOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCategoriesOverrides.cs index 5b3e6857f8a..f96a8f27330 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCategoriesOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetCategoriesOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetInfluencersOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetInfluencersOverrides.cs index 3e062a8d8c2..33fd6bd5d9b 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetInfluencersOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetInfluencersOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetModelSnapshotsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetModelSnapshotsOverrides.cs index 36a91cbb4bf..6fe2b3faa9d 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetModelSnapshotsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetModelSnapshotsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/GetOverallBucketsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetOverallBucketsOverrides.cs index 251137049dd..f32bd26cc7e 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/GetOverallBucketsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/GetOverallBucketsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/IndicesStatsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/IndicesStatsOverrides.cs index c9af79bca0c..d0a6732887f 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/IndicesStatsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/IndicesStatsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/MultiTermVectorsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/MultiTermVectorsOverrides.cs index 73a9a56a9ce..aab2a82b197 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/MultiTermVectorsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/MultiTermVectorsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/NodesHotThreadsOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/NodesHotThreadsOverrides.cs index b1647cf999b..48bfe4b161a 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/NodesHotThreadsOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/NodesHotThreadsOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/PutIndexTemplateOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/PutIndexTemplateOverrides.cs index ab21b18160d..4bc389d4008 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/PutIndexTemplateOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/PutIndexTemplateOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/ReindexOnServerOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/ReindexOnServerOverrides.cs index 16f2d3a7dd9..23fbda39bc2 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/ReindexOnServerOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/ReindexOnServerOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/RevertModelSnapshotOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/RevertModelSnapshotOverrides.cs index cc34f1b3411..e0388e7212e 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/RevertModelSnapshotOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/RevertModelSnapshotOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/ScrollOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/ScrollOverrides.cs index f241d8c2821..4189c17a51b 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/ScrollOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/ScrollOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/SearchOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/SearchOverrides.cs index c68bbb43d81..e324da35f19 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/SearchOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/SearchOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/StartDatafeedOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/StartDatafeedOverrides.cs index 375f1a2337e..52f9345c4b0 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/StartDatafeedOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/StartDatafeedOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/StopDatafeedOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/StopDatafeedOverrides.cs index 278fe7337bd..f7d16d349f8 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/StopDatafeedOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/StopDatafeedOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/UpdateByQueryOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/UpdateByQueryOverrides.cs index 88f70817c76..72cd128264c 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/UpdateByQueryOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/UpdateByQueryOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/UpdateOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/UpdateOverrides.cs index d0f81197b56..165d8a6a88d 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/UpdateOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/UpdateOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/Endpoints/WatcherStatsDescriptorOverrides.cs b/src/ApiGenerator/Configuration/Overrides/Endpoints/WatcherStatsDescriptorOverrides.cs index 078689985e6..ef75ce027c3 100644 --- a/src/ApiGenerator/Configuration/Overrides/Endpoints/WatcherStatsDescriptorOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/Endpoints/WatcherStatsDescriptorOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/GlobalOverrides.cs b/src/ApiGenerator/Configuration/Overrides/GlobalOverrides.cs index 96b83a253e5..e8a6c664e1f 100644 --- a/src/ApiGenerator/Configuration/Overrides/GlobalOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/GlobalOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/Overrides/IEndpointOverrides.cs b/src/ApiGenerator/Configuration/Overrides/IEndpointOverrides.cs index 294a988f608..6f3620d2378 100644 --- a/src/ApiGenerator/Configuration/Overrides/IEndpointOverrides.cs +++ b/src/ApiGenerator/Configuration/Overrides/IEndpointOverrides.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Configuration/ViewLocations.cs b/src/ApiGenerator/Configuration/ViewLocations.cs index cfa18869bc9..39a8d18ce37 100644 --- a/src/ApiGenerator/Configuration/ViewLocations.cs +++ b/src/ApiGenerator/Configuration/ViewLocations.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Configuration { diff --git a/src/ApiGenerator/Domain/ApiQueryParametersPatcher.cs b/src/ApiGenerator/Domain/ApiQueryParametersPatcher.cs index b2582b7f18a..27d003abbe8 100644 --- a/src/ApiGenerator/Domain/ApiQueryParametersPatcher.cs +++ b/src/ApiGenerator/Domain/ApiQueryParametersPatcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/CsharpNames.cs b/src/ApiGenerator/Domain/Code/CsharpNames.cs index def854176f6..31b1902db66 100644 --- a/src/ApiGenerator/Domain/Code/CsharpNames.cs +++ b/src/ApiGenerator/Domain/Code/CsharpNames.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/HighLevel/Methods/BoundFluentMethod.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/BoundFluentMethod.cs index 2207ee341f4..2d60b9ac24a 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/BoundFluentMethod.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/BoundFluentMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/HighLevel/Methods/FluentMethod.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentMethod.cs index 749310048c4..ab2564f18a9 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentMethod.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxBase.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxBase.cs index 41552807dee..af14c1ff5bb 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxBase.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxView.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxView.cs index cd1c80805e2..7c188f8cb89 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxView.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxView.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Domain.Code.HighLevel.Methods { diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Methods/HighLevelModel.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/HighLevelModel.cs index ab8c334eb75..61fdecc6b0c 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/HighLevelModel.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/HighLevelModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Domain.Code.HighLevel.Methods { diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerMethod.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerMethod.cs index f3fdab4e945..b7fbad78ed7 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerMethod.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 ApiGenerator.Configuration; diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerSyntaxView.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerSyntaxView.cs index 6195558b9bf..fe70b1d5a0d 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerSyntaxView.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerSyntaxView.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Domain.Code.HighLevel.Methods { diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Methods/MethodSyntaxBase.cs b/src/ApiGenerator/Domain/Code/HighLevel/Methods/MethodSyntaxBase.cs index fdd451b6fdd..39868f6f6ed 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Methods/MethodSyntaxBase.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Methods/MethodSyntaxBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Domain.Code.HighLevel.Methods { diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Requests/Constructor.cs b/src/ApiGenerator/Domain/Code/HighLevel/Requests/Constructor.cs index 20a3d598606..f4fb40e8f82 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Requests/Constructor.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Requests/Constructor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/HighLevel/Requests/DescriptorPartialImplementation.cs b/src/ApiGenerator/Domain/Code/HighLevel/Requests/DescriptorPartialImplementation.cs index cb95caa97e1..b6569b1e1e4 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Requests/DescriptorPartialImplementation.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Requests/DescriptorPartialImplementation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Code/HighLevel/Requests/FluentRouteSetter.cs b/src/ApiGenerator/Domain/Code/HighLevel/Requests/FluentRouteSetter.cs index 567cf4d80c8..ebc7e68aed8 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Requests/FluentRouteSetter.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Requests/FluentRouteSetter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Domain.Code.HighLevel.Requests { diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestInterface.cs b/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestInterface.cs index 877f2a7eaf3..abca4bb841f 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestInterface.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestInterface.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 ApiGenerator.Configuration; diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestParameterImplementation.cs b/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestParameterImplementation.cs index 9a9157f3bbb..2c6b10e0727 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestParameterImplementation.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestParameterImplementation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 ApiGenerator.Domain.Specification; diff --git a/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestPartialImplementation.cs b/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestPartialImplementation.cs index 5ba169f7e77..2a61ff1073b 100644 --- a/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestPartialImplementation.cs +++ b/src/ApiGenerator/Domain/Code/HighLevel/Requests/RequestPartialImplementation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 ApiGenerator.Configuration; diff --git a/src/ApiGenerator/Domain/Code/LowLevel/LowLevelClientMethod.cs b/src/ApiGenerator/Domain/Code/LowLevel/LowLevelClientMethod.cs index 2ab48fd8fe4..097ae45914f 100644 --- a/src/ApiGenerator/Domain/Code/LowLevel/LowLevelClientMethod.cs +++ b/src/ApiGenerator/Domain/Code/LowLevel/LowLevelClientMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/RestApiSpec.cs b/src/ApiGenerator/Domain/RestApiSpec.cs index 25232e28961..5258629cd8d 100644 --- a/src/ApiGenerator/Domain/RestApiSpec.cs +++ b/src/ApiGenerator/Domain/RestApiSpec.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Collections.Immutable; diff --git a/src/ApiGenerator/Domain/Specification/ApiEndpoint.cs b/src/ApiGenerator/Domain/Specification/ApiEndpoint.cs index 8e06468acc9..72088ec7984 100644 --- a/src/ApiGenerator/Domain/Specification/ApiEndpoint.cs +++ b/src/ApiGenerator/Domain/Specification/ApiEndpoint.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Specification/Body.cs b/src/ApiGenerator/Domain/Specification/Body.cs index cb73b1da1e7..0d27273ae46 100644 --- a/src/ApiGenerator/Domain/Specification/Body.cs +++ b/src/ApiGenerator/Domain/Specification/Body.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace ApiGenerator.Domain.Specification { diff --git a/src/ApiGenerator/Domain/Specification/Documentation.cs b/src/ApiGenerator/Domain/Specification/Documentation.cs index 49651bd0f95..7c4a12d5991 100644 --- a/src/ApiGenerator/Domain/Specification/Documentation.cs +++ b/src/ApiGenerator/Domain/Specification/Documentation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Newtonsoft.Json; diff --git a/src/ApiGenerator/Domain/Specification/QueryParameters.cs b/src/ApiGenerator/Domain/Specification/QueryParameters.cs index f3578b61e11..42327452ae8 100644 --- a/src/ApiGenerator/Domain/Specification/QueryParameters.cs +++ b/src/ApiGenerator/Domain/Specification/QueryParameters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Specification/Stability.cs b/src/ApiGenerator/Domain/Specification/Stability.cs index ce2b974caab..4eef3be69c9 100644 --- a/src/ApiGenerator/Domain/Specification/Stability.cs +++ b/src/ApiGenerator/Domain/Specification/Stability.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Specification/UrlInformation.cs b/src/ApiGenerator/Domain/Specification/UrlInformation.cs index 0b5fe9d0bc7..fda5ce279ae 100644 --- a/src/ApiGenerator/Domain/Specification/UrlInformation.cs +++ b/src/ApiGenerator/Domain/Specification/UrlInformation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Specification/UrlPart.cs b/src/ApiGenerator/Domain/Specification/UrlPart.cs index ef792199fc3..a5c28e1c6c4 100644 --- a/src/ApiGenerator/Domain/Specification/UrlPart.cs +++ b/src/ApiGenerator/Domain/Specification/UrlPart.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Domain/Specification/UrlPath.cs b/src/ApiGenerator/Domain/Specification/UrlPath.cs index 3e0f5fdf2b5..ac3fd59a61e 100644 --- a/src/ApiGenerator/Domain/Specification/UrlPath.cs +++ b/src/ApiGenerator/Domain/Specification/UrlPath.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Extensions.cs b/src/ApiGenerator/Extensions.cs index b13e3aae6e0..b7d05d92a9d 100644 --- a/src/ApiGenerator/Extensions.cs +++ b/src/ApiGenerator/Extensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/ApiEndpointFactory.cs b/src/ApiGenerator/Generator/ApiEndpointFactory.cs index 34b28e22b30..a41f9192a13 100644 --- a/src/ApiGenerator/Generator/ApiEndpointFactory.cs +++ b/src/ApiGenerator/Generator/ApiEndpointFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/ApiGenerator.cs b/src/ApiGenerator/Generator/ApiGenerator.cs index 067fd15c6d7..a39ccb8b582 100644 --- a/src/ApiGenerator/Generator/ApiGenerator.cs +++ b/src/ApiGenerator/Generator/ApiGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/CodeGenerator.cs b/src/ApiGenerator/Generator/CodeGenerator.cs index 810487bae5d..5f90b207c9e 100644 --- a/src/ApiGenerator/Generator/CodeGenerator.cs +++ b/src/ApiGenerator/Generator/CodeGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/Razor/ApiUrlsLookupsGenerator.cs b/src/ApiGenerator/Generator/Razor/ApiUrlsLookupsGenerator.cs index cefc4f64e14..c93d51373d1 100644 --- a/src/ApiGenerator/Generator/Razor/ApiUrlsLookupsGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/ApiUrlsLookupsGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/Razor/DescriptorsGenerator.cs b/src/ApiGenerator/Generator/Razor/DescriptorsGenerator.cs index 106178b3f2b..2ae79e1d4d0 100644 --- a/src/ApiGenerator/Generator/Razor/DescriptorsGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/DescriptorsGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/src/ApiGenerator/Generator/Razor/EnumsGenerator.cs b/src/ApiGenerator/Generator/Razor/EnumsGenerator.cs index 28bba00c18b..2004a2258f5 100644 --- a/src/ApiGenerator/Generator/Razor/EnumsGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/EnumsGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/Razor/HighLevelClientImplementationGenerator.cs b/src/ApiGenerator/Generator/Razor/HighLevelClientImplementationGenerator.cs index 0e6106e9aed..074411aae66 100644 --- a/src/ApiGenerator/Generator/Razor/HighLevelClientImplementationGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/HighLevelClientImplementationGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/src/ApiGenerator/Generator/Razor/HighLevelClientInterfaceGenerator.cs b/src/ApiGenerator/Generator/Razor/HighLevelClientInterfaceGenerator.cs index c9ad5cb8e47..d0eee31e07b 100644 --- a/src/ApiGenerator/Generator/Razor/HighLevelClientInterfaceGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/HighLevelClientInterfaceGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/Razor/LowLevelClientImplementationGenerator.cs b/src/ApiGenerator/Generator/Razor/LowLevelClientImplementationGenerator.cs index 7a1d4f57f37..36628100b99 100644 --- a/src/ApiGenerator/Generator/Razor/LowLevelClientImplementationGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/LowLevelClientImplementationGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/src/ApiGenerator/Generator/Razor/LowLevelClientInterfaceGenerator.cs b/src/ApiGenerator/Generator/Razor/LowLevelClientInterfaceGenerator.cs index 5bdfcc9a546..0833a0d1a3e 100644 --- a/src/ApiGenerator/Generator/Razor/LowLevelClientInterfaceGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/LowLevelClientInterfaceGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/Razor/RazorGeneratorBase.cs b/src/ApiGenerator/Generator/Razor/RazorGeneratorBase.cs index 055e22a66d4..de95e0be0f2 100644 --- a/src/ApiGenerator/Generator/Razor/RazorGeneratorBase.cs +++ b/src/ApiGenerator/Generator/Razor/RazorGeneratorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Generator/Razor/RequestParametersGenerator.cs b/src/ApiGenerator/Generator/Razor/RequestParametersGenerator.cs index 2d490647332..64ce17cf491 100644 --- a/src/ApiGenerator/Generator/Razor/RequestParametersGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/RequestParametersGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/src/ApiGenerator/Generator/Razor/RequestsGenerator.cs b/src/ApiGenerator/Generator/Razor/RequestsGenerator.cs index 95616040747..3d8ff0e6e57 100644 --- a/src/ApiGenerator/Generator/Razor/RequestsGenerator.cs +++ b/src/ApiGenerator/Generator/Razor/RequestsGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/src/ApiGenerator/Program.cs b/src/ApiGenerator/Program.cs index 44b49289996..bc4b0a46eb9 100644 --- a/src/ApiGenerator/Program.cs +++ b/src/ApiGenerator/Program.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/RestSpecDownloader.cs b/src/ApiGenerator/RestSpecDownloader.cs index bdd0680e2bd..289d20e2902 100644 --- a/src/ApiGenerator/RestSpecDownloader.cs +++ b/src/ApiGenerator/RestSpecDownloader.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ApiGenerator/Views/GeneratorNotice.cshtml b/src/ApiGenerator/Views/GeneratorNotice.cshtml index cbc6ab15801..65c22b3267d 100644 --- a/src/ApiGenerator/Views/GeneratorNotice.cshtml +++ b/src/ApiGenerator/Views/GeneratorNotice.cshtml @@ -1,23 +1,8 @@ @using ApiGenerator @inherits CodeTemplatePage -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• diff --git a/src/DocGenerator/AsciiDoc/GeneratedAsciidocVisitor.cs b/src/DocGenerator/AsciiDoc/GeneratedAsciidocVisitor.cs index 2493e577589..92162dd302a 100644 --- a/src/DocGenerator/AsciiDoc/GeneratedAsciidocVisitor.cs +++ b/src/DocGenerator/AsciiDoc/GeneratedAsciidocVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/AsciiDoc/RawAsciidocVisitor.cs b/src/DocGenerator/AsciiDoc/RawAsciidocVisitor.cs index 382c24118d9..4633e674ec8 100644 --- a/src/DocGenerator/AsciiDoc/RawAsciidocVisitor.cs +++ b/src/DocGenerator/AsciiDoc/RawAsciidocVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Documentation/Blocks/BlockCallOutHelper.cs b/src/DocGenerator/Documentation/Blocks/BlockCallOutHelper.cs index c3f1f261c5a..2f7a7e89235 100644 --- a/src/DocGenerator/Documentation/Blocks/BlockCallOutHelper.cs +++ b/src/DocGenerator/Documentation/Blocks/BlockCallOutHelper.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Documentation/Blocks/CSharpBlock.cs b/src/DocGenerator/Documentation/Blocks/CSharpBlock.cs index f1040cd6d39..38a3113209d 100644 --- a/src/DocGenerator/Documentation/Blocks/CSharpBlock.cs +++ b/src/DocGenerator/Documentation/Blocks/CSharpBlock.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Microsoft.CodeAnalysis; diff --git a/src/DocGenerator/Documentation/Blocks/CodeBlock.cs b/src/DocGenerator/Documentation/Blocks/CodeBlock.cs index 4fc8dd7f7d3..222d2bed73f 100644 --- a/src/DocGenerator/Documentation/Blocks/CodeBlock.cs +++ b/src/DocGenerator/Documentation/Blocks/CodeBlock.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Documentation/Blocks/IDocumentationBlock.cs b/src/DocGenerator/Documentation/Blocks/IDocumentationBlock.cs index a440df5a80e..89bab75741a 100644 --- a/src/DocGenerator/Documentation/Blocks/IDocumentationBlock.cs +++ b/src/DocGenerator/Documentation/Blocks/IDocumentationBlock.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace DocGenerator.Documentation.Blocks { diff --git a/src/DocGenerator/Documentation/Blocks/JavaScriptBlock.cs b/src/DocGenerator/Documentation/Blocks/JavaScriptBlock.cs index cbc9aafe7a0..49313041321 100644 --- a/src/DocGenerator/Documentation/Blocks/JavaScriptBlock.cs +++ b/src/DocGenerator/Documentation/Blocks/JavaScriptBlock.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; diff --git a/src/DocGenerator/Documentation/Blocks/TextBlock.cs b/src/DocGenerator/Documentation/Blocks/TextBlock.cs index 08826ef50fb..643d8484f01 100644 --- a/src/DocGenerator/Documentation/Blocks/TextBlock.cs +++ b/src/DocGenerator/Documentation/Blocks/TextBlock.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace DocGenerator.Documentation.Blocks { diff --git a/src/DocGenerator/Documentation/Files/CSharpDocumentationFile.cs b/src/DocGenerator/Documentation/Files/CSharpDocumentationFile.cs index 0e390f2df53..256a8621b91 100644 --- a/src/DocGenerator/Documentation/Files/CSharpDocumentationFile.cs +++ b/src/DocGenerator/Documentation/Files/CSharpDocumentationFile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.IO; diff --git a/src/DocGenerator/Documentation/Files/DocumentationFile.cs b/src/DocGenerator/Documentation/Files/DocumentationFile.cs index 82469f4ec4f..7937295bae2 100644 --- a/src/DocGenerator/Documentation/Files/DocumentationFile.cs +++ b/src/DocGenerator/Documentation/Files/DocumentationFile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Documentation/Files/ImageDocumentationFile.cs b/src/DocGenerator/Documentation/Files/ImageDocumentationFile.cs index 13c90034824..3cd3afb0db8 100644 --- a/src/DocGenerator/Documentation/Files/ImageDocumentationFile.cs +++ b/src/DocGenerator/Documentation/Files/ImageDocumentationFile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Text.RegularExpressions; diff --git a/src/DocGenerator/Documentation/Files/RawDocumentationFile.cs b/src/DocGenerator/Documentation/Files/RawDocumentationFile.cs index c9baf28d9c6..994ea03a309 100644 --- a/src/DocGenerator/Documentation/Files/RawDocumentationFile.cs +++ b/src/DocGenerator/Documentation/Files/RawDocumentationFile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Text.RegularExpressions; diff --git a/src/DocGenerator/LitUp.cs b/src/DocGenerator/LitUp.cs index 942114c518b..59eafb879d7 100644 --- a/src/DocGenerator/LitUp.cs +++ b/src/DocGenerator/LitUp.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/MethodInfoExtensions.cs b/src/DocGenerator/MethodInfoExtensions.cs index 37d6ecd45e2..81fb801f976 100644 --- a/src/DocGenerator/MethodInfoExtensions.cs +++ b/src/DocGenerator/MethodInfoExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Program.cs b/src/DocGenerator/Program.cs index 2eb07fda82b..48fbfe485ca 100644 --- a/src/DocGenerator/Program.cs +++ b/src/DocGenerator/Program.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/DocGenerator/StringExtensions.cs b/src/DocGenerator/StringExtensions.cs index b1f7497693b..d6398ea8950 100644 --- a/src/DocGenerator/StringExtensions.cs +++ b/src/DocGenerator/StringExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/SyntaxNodeExtensions.cs b/src/DocGenerator/SyntaxNodeExtensions.cs index b488cb27328..8cd1550433e 100644 --- a/src/DocGenerator/SyntaxNodeExtensions.cs +++ b/src/DocGenerator/SyntaxNodeExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Text.RegularExpressions; diff --git a/src/DocGenerator/Walkers/CSharpDocumentationFileWalker.cs b/src/DocGenerator/Walkers/CSharpDocumentationFileWalker.cs index 08ea28fe350..2ede58c3ac9 100644 --- a/src/DocGenerator/Walkers/CSharpDocumentationFileWalker.cs +++ b/src/DocGenerator/Walkers/CSharpDocumentationFileWalker.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Walkers/Constants.cs b/src/DocGenerator/Walkers/Constants.cs index d98c351c2ef..7d24116bdc2 100644 --- a/src/DocGenerator/Walkers/Constants.cs +++ b/src/DocGenerator/Walkers/Constants.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace DocGenerator.Walkers { diff --git a/src/DocGenerator/Walkers/DocConverter.cs b/src/DocGenerator/Walkers/DocConverter.cs index 43e6adc289b..7a86fd081a5 100644 --- a/src/DocGenerator/Walkers/DocConverter.cs +++ b/src/DocGenerator/Walkers/DocConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Walkers/JsonCallOutHelper.cs b/src/DocGenerator/Walkers/JsonCallOutHelper.cs index 04ecbfa1ad7..5541b15b53a 100644 --- a/src/DocGenerator/Walkers/JsonCallOutHelper.cs +++ b/src/DocGenerator/Walkers/JsonCallOutHelper.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/Walkers/UsageTestsWalker.cs b/src/DocGenerator/Walkers/UsageTestsWalker.cs index d608680aad4..b8cf83c3c4c 100644 --- a/src/DocGenerator/Walkers/UsageTestsWalker.cs +++ b/src/DocGenerator/Walkers/UsageTestsWalker.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/DocGenerator/XmlDocs/XmlDocsVisitor.cs b/src/DocGenerator/XmlDocs/XmlDocsVisitor.cs index fc3b47a80d1..1385aba280b 100644 --- a/src/DocGenerator/XmlDocs/XmlDocsVisitor.cs +++ b/src/DocGenerator/XmlDocs/XmlDocsVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Audit/Auditor.cs b/src/Elasticsearch.Net.VirtualizedCluster/Audit/Auditor.cs index 54ad13ad4e4..0e277644986 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Audit/Auditor.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Audit/Auditor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Audit/Audits.cs b/src/Elasticsearch.Net.VirtualizedCluster/Audit/Audits.cs index e2fe2adf9eb..6dc5d1f2c6e 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Audit/Audits.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Audit/Audits.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Extensions/NumericExtensions.cs b/src/Elasticsearch.Net.VirtualizedCluster/Extensions/NumericExtensions.cs index e10f4b520e8..3991a732cff 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Extensions/NumericExtensions.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Extensions/NumericExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net.VirtualizedCluster.Extensions { diff --git a/src/Elasticsearch.Net.VirtualizedCluster/FixedPipelineFactory.cs b/src/Elasticsearch.Net.VirtualizedCluster/FixedPipelineFactory.cs index 7ac9c0e263f..afa127a0f15 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/FixedPipelineFactory.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/FixedPipelineFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net.VirtualizedCluster { diff --git a/src/Elasticsearch.Net.VirtualizedCluster/MockResponses/SniffResponseBytes.cs b/src/Elasticsearch.Net.VirtualizedCluster/MockResponses/SniffResponseBytes.cs index 15dc43de1b9..aa06f4e338d 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/MockResponses/SniffResponseBytes.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/MockResponses/SniffResponseBytes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Providers/TestableDateTimeProvider.cs b/src/Elasticsearch.Net.VirtualizedCluster/Providers/TestableDateTimeProvider.cs index 074e69b9915..71bb9de786a 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Providers/TestableDateTimeProvider.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Providers/TestableDateTimeProvider.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Rules/ClientCallRule.cs b/src/Elasticsearch.Net.VirtualizedCluster/Rules/ClientCallRule.cs index aeb173a0256..ff32e9051b0 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Rules/ClientCallRule.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Rules/ClientCallRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; #if DOTNETCORE diff --git a/src/Elasticsearch.Net.VirtualizedCluster/Rules/PingRule.cs b/src/Elasticsearch.Net.VirtualizedCluster/Rules/PingRule.cs index f59e1ecae5c..09ccea12852 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Rules/PingRule.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Rules/PingRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Rules/RuleBase.cs b/src/Elasticsearch.Net.VirtualizedCluster/Rules/RuleBase.cs index 9e3bf139495..d9cccc47f31 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Rules/RuleBase.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Rules/RuleBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Rules/RuleOption.cs b/src/Elasticsearch.Net.VirtualizedCluster/Rules/RuleOption.cs index 4354a206197..8fc0603cb75 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Rules/RuleOption.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Rules/RuleOption.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Rules/SniffRule.cs b/src/Elasticsearch.Net.VirtualizedCluster/Rules/SniffRule.cs index 92cd34934d2..d8e49a28dc6 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Rules/SniffRule.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Rules/SniffRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/Rules/TimesHelper.cs b/src/Elasticsearch.Net.VirtualizedCluster/Rules/TimesHelper.cs index 718517991d9..f0010024c24 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/Rules/TimesHelper.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/Rules/TimesHelper.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/SealedVirtualCluster.cs b/src/Elasticsearch.Net.VirtualizedCluster/SealedVirtualCluster.cs index 2d4596232cf..00860e5834b 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/SealedVirtualCluster.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/SealedVirtualCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.VirtualizedCluster.Providers; diff --git a/src/Elasticsearch.Net.VirtualizedCluster/VirtualCluster.cs b/src/Elasticsearch.Net.VirtualizedCluster/VirtualCluster.cs index 681b0536a7d..08ec7e63cc7 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/VirtualCluster.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/VirtualCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/VirtualClusterConnection.cs b/src/Elasticsearch.Net.VirtualizedCluster/VirtualClusterConnection.cs index 4f5a9d764e4..d8c5d3a1a94 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/VirtualClusterConnection.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/VirtualClusterConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/VirtualClusterWith.cs b/src/Elasticsearch.Net.VirtualizedCluster/VirtualClusterWith.cs index 8c94799140b..4bd18496380 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/VirtualClusterWith.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/VirtualClusterWith.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net.VirtualizedCluster/VirtualizedCluster.cs b/src/Elasticsearch.Net.VirtualizedCluster/VirtualizedCluster.cs index a522b0ec48e..b1d9a6c5443 100644 --- a/src/Elasticsearch.Net.VirtualizedCluster/VirtualizedCluster.cs +++ b/src/Elasticsearch.Net.VirtualizedCluster/VirtualizedCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Api/Enums.Generated.cs b/src/Elasticsearch.Net/Api/Enums.Generated.cs index 0730603004a..4797e9b1237 100644 --- a/src/Elasticsearch.Net/Api/Enums.Generated.cs +++ b/src/Elasticsearch.Net/Api/Enums.Generated.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/NativeMethods.cs b/src/Elasticsearch.Net/Api/NativeMethods.cs index 9d21d83ce02..2c759e46539 100644 --- a/src/Elasticsearch.Net/Api/NativeMethods.cs +++ b/src/Elasticsearch.Net/Api/NativeMethods.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Api/RequestParameters/IRequestParameters.cs b/src/Elasticsearch.Net/Api/RequestParameters/IRequestParameters.cs index 3295026066a..87c54a7739c 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/IRequestParameters.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/IRequestParameters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Api/RequestParameters/RequestParameters.AsyncSearch.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.AsyncSearch.cs index c53f870f0ec..57ba2e2dfce 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.AsyncSearch.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.AsyncSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Autoscaling.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Autoscaling.cs index 43a6e9fbdbb..03c2e8c6b7e 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Autoscaling.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Autoscaling.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cat.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cat.cs index e07d12bde28..e7050d2ae57 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cat.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cluster.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cluster.cs index 00c00e2a2bc..56c30989b27 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cluster.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Cluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.CrossClusterReplication.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.CrossClusterReplication.cs index 3e98da45d60..4e6665a5e8a 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.CrossClusterReplication.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.CrossClusterReplication.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.DanglingIndices.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.DanglingIndices.cs index b73f1453ead..63c19e0f103 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.DanglingIndices.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.DanglingIndices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Enrich.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Enrich.cs index 7ee4320164f..1896ebb3fae 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Enrich.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Enrich.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Eql.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Eql.cs index 17131583926..99e16165007 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Eql.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Eql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Features.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Features.cs index 5bea9e360c2..f16c1ee22d3 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Features.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Features.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Fleet.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Fleet.cs index a0aa9a6b651..4e7e05a5f33 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Fleet.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Fleet.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Graph.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Graph.cs index 0bf9f531c55..5b6b63066ed 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Graph.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Graph.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.IndexLifecycleManagement.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.IndexLifecycleManagement.cs index 0939da60fa5..7d6b6f98601 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.IndexLifecycleManagement.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.IndexLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Indices.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Indices.cs index 17a6962806e..22cc2d8daf3 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Indices.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Indices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Ingest.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Ingest.cs index 11460631c62..172babe2313 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Ingest.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Ingest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.License.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.License.cs index 8bd7e990742..b02a00157e5 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.License.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.License.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Logstash.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Logstash.cs index eeaaf88cf14..288e96eca0e 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Logstash.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Logstash.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.MachineLearning.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.MachineLearning.cs index 5c9855837db..da48165b4b2 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.MachineLearning.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.MachineLearning.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Migration.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Migration.cs index bda5abbc554..4f7db9bec90 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Migration.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Migration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.NoNamespace.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.NoNamespace.cs index 5a36cfc5206..0a840cccdab 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.NoNamespace.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.NoNamespace.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Nodes.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Nodes.cs index 925f0e925db..3c15ff4bb11 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Nodes.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Nodes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Rollup.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Rollup.cs index 6b2d1fdce28..44b14eaff16 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Rollup.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Rollup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SearchableSnapshots.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SearchableSnapshots.cs index dc26866ff08..2153fb2f61c 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SearchableSnapshots.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SearchableSnapshots.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Security.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Security.cs index 3b659d8147e..bebc416740e 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Security.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Security.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Shutdown.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Shutdown.cs index c4528e45982..29476cbdeb2 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Shutdown.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Shutdown.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs index e0d947e154f..99f6146fb77 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SnapshotLifecycleManagement.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SnapshotLifecycleManagement.cs index 452f48ab5cf..2eb5fb76180 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SnapshotLifecycleManagement.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SnapshotLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Sql.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Sql.cs index 384ca56eb5a..8cc115f9d3e 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Sql.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Sql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Tasks.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Tasks.cs index 068e78324a1..d3e5698be58 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Tasks.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Tasks.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.TextStructure.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.TextStructure.cs index 2afa299e2c2..84a4b31940a 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.TextStructure.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.TextStructure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Transform.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Transform.cs index 5f04d92c42d..52dbc58a62c 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Transform.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Transform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Watcher.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Watcher.cs index 5c4fbe81a1f..1438d0b6e8c 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Watcher.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Watcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.XPack.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.XPack.cs index 40f39c521a8..0f779cc3240 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.XPack.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.XPack.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.cs index ab3bf342a86..5524f57bdd4 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 static Elasticsearch.Net.ElasticsearchUrlFormatter; diff --git a/src/Elasticsearch.Net/Api/RequestParameters/RequestParametersExtensions.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParametersExtensions.cs index 6a7ae25eea5..56b567f37f9 100644 --- a/src/Elasticsearch.Net/Api/RequestParameters/RequestParametersExtensions.cs +++ b/src/Elasticsearch.Net/Api/RequestParameters/RequestParametersExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Api/RuntimeInformation.cs b/src/Elasticsearch.Net/Api/RuntimeInformation.cs index 6bef56a7410..bfcee5fbf51 100644 --- a/src/Elasticsearch.Net/Api/RuntimeInformation.cs +++ b/src/Elasticsearch.Net/Api/RuntimeInformation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Auditing/Audit.cs b/src/Elasticsearch.Net/Auditing/Audit.cs index c688ac8fa30..3fae178cb9d 100644 --- a/src/Elasticsearch.Net/Auditing/Audit.cs +++ b/src/Elasticsearch.Net/Auditing/Audit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Auditing/AuditEvent.cs b/src/Elasticsearch.Net/Auditing/AuditEvent.cs index 94660a65efa..90716aa1e86 100644 --- a/src/Elasticsearch.Net/Auditing/AuditEvent.cs +++ b/src/Elasticsearch.Net/Auditing/AuditEvent.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 static Elasticsearch.Net.AuditEvent; diff --git a/src/Elasticsearch.Net/Auditing/Auditable.cs b/src/Elasticsearch.Net/Auditing/Auditable.cs index e7b1fd7a342..2f1f107c6d9 100644 --- a/src/Elasticsearch.Net/Auditing/Auditable.cs +++ b/src/Elasticsearch.Net/Auditing/Auditable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs b/src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs index 54207f1ebbd..8b5b0c65ea2 100644 --- a/src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs +++ b/src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs b/src/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs index 5d896d2b082..1344b3b274e 100644 --- a/src/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs +++ b/src/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/RequestConfiguration.cs b/src/Elasticsearch.Net/Configuration/RequestConfiguration.cs index 21b1ccfd6bd..5b2987e0fb2 100644 --- a/src/Elasticsearch.Net/Configuration/RequestConfiguration.cs +++ b/src/Elasticsearch.Net/Configuration/RequestConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/RequestConfigurationExtensions.cs b/src/Elasticsearch.Net/Configuration/RequestConfigurationExtensions.cs index 21bad0ce26f..377479b1ac8 100644 --- a/src/Elasticsearch.Net/Configuration/RequestConfigurationExtensions.cs +++ b/src/Elasticsearch.Net/Configuration/RequestConfigurationExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/RequestMetaData.cs b/src/Elasticsearch.Net/Configuration/RequestMetaData.cs index f9b7704b7a6..a6f398b5a09 100644 --- a/src/Elasticsearch.Net/Configuration/RequestMetaData.cs +++ b/src/Elasticsearch.Net/Configuration/RequestMetaData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/Security/ApiKeyAuthenticationCredentials.cs b/src/Elasticsearch.Net/Configuration/Security/ApiKeyAuthenticationCredentials.cs index 6ff0761f751..1eeaf3deb97 100644 --- a/src/Elasticsearch.Net/Configuration/Security/ApiKeyAuthenticationCredentials.cs +++ b/src/Elasticsearch.Net/Configuration/Security/ApiKeyAuthenticationCredentials.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Configuration/Security/BasicAuthenticationCredentials.cs b/src/Elasticsearch.Net/Configuration/Security/BasicAuthenticationCredentials.cs index 6e22b666ca9..15a8ab9dd06 100644 --- a/src/Elasticsearch.Net/Configuration/Security/BasicAuthenticationCredentials.cs +++ b/src/Elasticsearch.Net/Configuration/Security/BasicAuthenticationCredentials.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/CertificateValidations.cs b/src/Elasticsearch.Net/Connection/CertificateValidations.cs index 9f85f7419aa..f894a23eeb7 100644 --- a/src/Elasticsearch.Net/Connection/CertificateValidations.cs +++ b/src/Elasticsearch.Net/Connection/CertificateValidations.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Security; diff --git a/src/Elasticsearch.Net/Connection/ConnectionInfo.cs b/src/Elasticsearch.Net/Connection/ConnectionInfo.cs index 6b85dd7fa54..7580304c6d5 100644 --- a/src/Elasticsearch.Net/Connection/ConnectionInfo.cs +++ b/src/Elasticsearch.Net/Connection/ConnectionInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; #if DOTNETCORE diff --git a/src/Elasticsearch.Net/Connection/Content/RequestDataContent.cs b/src/Elasticsearch.Net/Connection/Content/RequestDataContent.cs index ee289733e23..c53418f7a9d 100644 --- a/src/Elasticsearch.Net/Connection/Content/RequestDataContent.cs +++ b/src/Elasticsearch.Net/Connection/Content/RequestDataContent.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. diff --git a/src/Elasticsearch.Net/Connection/HandlerTracking/ActiveHandlerTrackingEntry.cs b/src/Elasticsearch.Net/Connection/HandlerTracking/ActiveHandlerTrackingEntry.cs index f00b0e09960..02829749ceb 100644 --- a/src/Elasticsearch.Net/Connection/HandlerTracking/ActiveHandlerTrackingEntry.cs +++ b/src/Elasticsearch.Net/Connection/HandlerTracking/ActiveHandlerTrackingEntry.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Connection/HandlerTracking/ExpiredHandlerTrackingEntry.cs b/src/Elasticsearch.Net/Connection/HandlerTracking/ExpiredHandlerTrackingEntry.cs index d0cbdc5a9f8..58ddee7ee13 100644 --- a/src/Elasticsearch.Net/Connection/HandlerTracking/ExpiredHandlerTrackingEntry.cs +++ b/src/Elasticsearch.Net/Connection/HandlerTracking/ExpiredHandlerTrackingEntry.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Connection/HandlerTracking/LifetimeTrackingHttpMessageHandler.cs b/src/Elasticsearch.Net/Connection/HandlerTracking/LifetimeTrackingHttpMessageHandler.cs index 6011e08422e..b404acea59d 100644 --- a/src/Elasticsearch.Net/Connection/HandlerTracking/LifetimeTrackingHttpMessageHandler.cs +++ b/src/Elasticsearch.Net/Connection/HandlerTracking/LifetimeTrackingHttpMessageHandler.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Connection/HandlerTracking/RequestDataHttpClientFactory.cs b/src/Elasticsearch.Net/Connection/HandlerTracking/RequestDataHttpClientFactory.cs index aa7116b5194..f5f7834c887 100644 --- a/src/Elasticsearch.Net/Connection/HandlerTracking/RequestDataHttpClientFactory.cs +++ b/src/Elasticsearch.Net/Connection/HandlerTracking/RequestDataHttpClientFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Connection/HandlerTracking/ValueStopWatch.cs b/src/Elasticsearch.Net/Connection/HandlerTracking/ValueStopWatch.cs index 36a62cbf09b..b9775805312 100644 --- a/src/Elasticsearch.Net/Connection/HandlerTracking/ValueStopWatch.cs +++ b/src/Elasticsearch.Net/Connection/HandlerTracking/ValueStopWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Connection/HttpConnection-FullFramework.cs b/src/Elasticsearch.Net/Connection/HttpConnection-FullFramework.cs index fc73bf6e4df..9dea0a70c0a 100644 --- a/src/Elasticsearch.Net/Connection/HttpConnection-FullFramework.cs +++ b/src/Elasticsearch.Net/Connection/HttpConnection-FullFramework.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #if !DOTNETCORE using System.Net; diff --git a/src/Elasticsearch.Net/Connection/HttpConnection.cs b/src/Elasticsearch.Net/Connection/HttpConnection.cs index cece72ce8db..634d2a911bc 100644 --- a/src/Elasticsearch.Net/Connection/HttpConnection.cs +++ b/src/Elasticsearch.Net/Connection/HttpConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #if DOTNETCORE using System; diff --git a/src/Elasticsearch.Net/Connection/HttpMethod.cs b/src/Elasticsearch.Net/Connection/HttpMethod.cs index b64d7a111c6..308571af176 100644 --- a/src/Elasticsearch.Net/Connection/HttpMethod.cs +++ b/src/Elasticsearch.Net/Connection/HttpMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/HttpWebRequestConnection.cs b/src/Elasticsearch.Net/Connection/HttpWebRequestConnection.cs index f90236bf535..071f1a03486 100644 --- a/src/Elasticsearch.Net/Connection/HttpWebRequestConnection.cs +++ b/src/Elasticsearch.Net/Connection/HttpWebRequestConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/IConnection.cs b/src/Elasticsearch.Net/Connection/IConnection.cs index 6e9c64ed43b..3c132a2c230 100644 --- a/src/Elasticsearch.Net/Connection/IConnection.cs +++ b/src/Elasticsearch.Net/Connection/IConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/InMemoryConnection.cs b/src/Elasticsearch.Net/Connection/InMemoryConnection.cs index c47ce6f78db..0d47859b767 100644 --- a/src/Elasticsearch.Net/Connection/InMemoryConnection.cs +++ b/src/Elasticsearch.Net/Connection/InMemoryConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/MetaData/ClientVersionInfo.cs b/src/Elasticsearch.Net/Connection/MetaData/ClientVersionInfo.cs index d09c3f03e0b..9a7eec06441 100644 --- a/src/Elasticsearch.Net/Connection/MetaData/ClientVersionInfo.cs +++ b/src/Elasticsearch.Net/Connection/MetaData/ClientVersionInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/MetaData/MetaDataHeader.cs b/src/Elasticsearch.Net/Connection/MetaData/MetaDataHeader.cs index 4dbb53b8443..2d332817c85 100644 --- a/src/Elasticsearch.Net/Connection/MetaData/MetaDataHeader.cs +++ b/src/Elasticsearch.Net/Connection/MetaData/MetaDataHeader.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; diff --git a/src/Elasticsearch.Net/Connection/MetaData/MetaHeaderProvider.cs b/src/Elasticsearch.Net/Connection/MetaData/MetaHeaderProvider.cs index 3b60055e42e..c4d7fb3dd97 100644 --- a/src/Elasticsearch.Net/Connection/MetaData/MetaHeaderProvider.cs +++ b/src/Elasticsearch.Net/Connection/MetaData/MetaHeaderProvider.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Connection/MetaData/RuntimeVersionInfo.cs b/src/Elasticsearch.Net/Connection/MetaData/RuntimeVersionInfo.cs index bdcbe100fb4..daaafc09847 100644 --- a/src/Elasticsearch.Net/Connection/MetaData/RuntimeVersionInfo.cs +++ b/src/Elasticsearch.Net/Connection/MetaData/RuntimeVersionInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Adapted from BenchmarkDotNet source https://github.com/dotnet/BenchmarkDotNet/blob/master/src/BenchmarkDotNet/Environments/Runtimes/CoreRuntime.cs #region BenchmarkDotNet License https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md diff --git a/src/Elasticsearch.Net/Connection/MetaData/VersionInfo.cs b/src/Elasticsearch.Net/Connection/MetaData/VersionInfo.cs index 0982f47bb05..aaf5764c610 100644 --- a/src/Elasticsearch.Net/Connection/MetaData/VersionInfo.cs +++ b/src/Elasticsearch.Net/Connection/MetaData/VersionInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Connection/SecureStrings.cs b/src/Elasticsearch.Net/Connection/SecureStrings.cs index b6f1a096993..b7b04ab7c06 100644 --- a/src/Elasticsearch.Net/Connection/SecureStrings.cs +++ b/src/Elasticsearch.Net/Connection/SecureStrings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/CloudConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/CloudConnectionPool.cs index 532b3d703f0..d0cccd913ea 100644 --- a/src/Elasticsearch.Net/ConnectionPool/CloudConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/CloudConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/IConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/IConnectionPool.cs index 4cc4ea315ca..50948e61dfa 100644 --- a/src/Elasticsearch.Net/ConnectionPool/IConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/IConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/Node.cs b/src/Elasticsearch.Net/ConnectionPool/Node.cs index 24c009b4928..f5652beb095 100644 --- a/src/Elasticsearch.Net/ConnectionPool/Node.cs +++ b/src/Elasticsearch.Net/ConnectionPool/Node.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/SingleNodeConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/SingleNodeConnectionPool.cs index ce88e7de2c2..ae4d6139966 100644 --- a/src/Elasticsearch.Net/ConnectionPool/SingleNodeConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/SingleNodeConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/SniffingConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/SniffingConnectionPool.cs index 94fde1cf848..4f94ab4f030 100644 --- a/src/Elasticsearch.Net/ConnectionPool/SniffingConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/SniffingConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/StaticConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/StaticConnectionPool.cs index bfb0f517fe8..bdb01e247a0 100644 --- a/src/Elasticsearch.Net/ConnectionPool/StaticConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/StaticConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/StickyConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/StickyConnectionPool.cs index 27be79a2cd2..ddfeebfa74c 100644 --- a/src/Elasticsearch.Net/ConnectionPool/StickyConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/StickyConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ConnectionPool/StickySniffingConnectionPool.cs b/src/Elasticsearch.Net/ConnectionPool/StickySniffingConnectionPool.cs index 69ebe0f0681..ca5e55cbaff 100644 --- a/src/Elasticsearch.Net/ConnectionPool/StickySniffingConnectionPool.cs +++ b/src/Elasticsearch.Net/ConnectionPool/StickySniffingConnectionPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/AuditDiagnosticObserver.cs b/src/Elasticsearch.Net/Diagnostics/AuditDiagnosticObserver.cs index 9987b4c4381..aa2516c040d 100644 --- a/src/Elasticsearch.Net/Diagnostics/AuditDiagnosticObserver.cs +++ b/src/Elasticsearch.Net/Diagnostics/AuditDiagnosticObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/Diagnostic.cs b/src/Elasticsearch.Net/Diagnostics/Diagnostic.cs index da7a79a8cdd..57b11fef65a 100644 --- a/src/Elasticsearch.Net/Diagnostics/Diagnostic.cs +++ b/src/Elasticsearch.Net/Diagnostics/Diagnostic.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/DiagnosticSources.cs b/src/Elasticsearch.Net/Diagnostics/DiagnosticSources.cs index 92b5adb7653..8eddfe0b21f 100644 --- a/src/Elasticsearch.Net/Diagnostics/DiagnosticSources.cs +++ b/src/Elasticsearch.Net/Diagnostics/DiagnosticSources.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/HttpConnectionDiagnosticObserver.cs b/src/Elasticsearch.Net/Diagnostics/HttpConnectionDiagnosticObserver.cs index b290b7733b0..31a6a37c69f 100644 --- a/src/Elasticsearch.Net/Diagnostics/HttpConnectionDiagnosticObserver.cs +++ b/src/Elasticsearch.Net/Diagnostics/HttpConnectionDiagnosticObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/RequestPipelineDiagnosticObserver.cs b/src/Elasticsearch.Net/Diagnostics/RequestPipelineDiagnosticObserver.cs index 7b97c48a146..f2d7e04aea6 100644 --- a/src/Elasticsearch.Net/Diagnostics/RequestPipelineDiagnosticObserver.cs +++ b/src/Elasticsearch.Net/Diagnostics/RequestPipelineDiagnosticObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/SerializerDiagnosticObserver.cs b/src/Elasticsearch.Net/Diagnostics/SerializerDiagnosticObserver.cs index 1d6c8f900e8..966dfac4971 100644 --- a/src/Elasticsearch.Net/Diagnostics/SerializerDiagnosticObserver.cs +++ b/src/Elasticsearch.Net/Diagnostics/SerializerDiagnosticObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/TcpStats.cs b/src/Elasticsearch.Net/Diagnostics/TcpStats.cs index 6af0ab17403..c69a4faa56a 100644 --- a/src/Elasticsearch.Net/Diagnostics/TcpStats.cs +++ b/src/Elasticsearch.Net/Diagnostics/TcpStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Diagnostics/ThreadpoolStats.cs b/src/Elasticsearch.Net/Diagnostics/ThreadpoolStats.cs index cb5caf06547..774922c2a1b 100644 --- a/src/Elasticsearch.Net/Diagnostics/ThreadpoolStats.cs +++ b/src/Elasticsearch.Net/Diagnostics/ThreadpoolStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Collections.ObjectModel; diff --git a/src/Elasticsearch.Net/Diagnostics/TypedDiagnosticObserverBase.cs b/src/Elasticsearch.Net/Diagnostics/TypedDiagnosticObserverBase.cs index d3645253a10..95bd8c9246d 100644 --- a/src/Elasticsearch.Net/Diagnostics/TypedDiagnosticObserverBase.cs +++ b/src/Elasticsearch.Net/Diagnostics/TypedDiagnosticObserverBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/ElasticLowLevelClient.AsyncSearch.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.AsyncSearch.cs index b9d31286691..67bb4d9547e 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.AsyncSearch.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.AsyncSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Autoscaling.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Autoscaling.cs index a0624fd8de1..dc7d07644fa 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Autoscaling.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Autoscaling.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Cat.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Cat.cs index 97fa14aed1c..5d61a66aa50 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Cat.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Cat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Cluster.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Cluster.cs index d178f53869c..e7f1f1bbeba 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Cluster.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Cluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.CrossClusterReplication.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.CrossClusterReplication.cs index 8dd7193aded..af478ea011c 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.CrossClusterReplication.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.CrossClusterReplication.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.DanglingIndices.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.DanglingIndices.cs index e1b5d4cebd5..237d974e38c 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.DanglingIndices.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.DanglingIndices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Enrich.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Enrich.cs index f2998189f7b..284b9506066 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Enrich.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Enrich.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Eql.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Eql.cs index 929e33f8116..4df005ef693 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Eql.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Eql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Features.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Features.cs index 8dc38834bc3..7a7cff4f189 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Features.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Features.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Fleet.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Fleet.cs index cf715996612..d2cf9feb13c 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Fleet.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Fleet.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Graph.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Graph.cs index 6d19d874765..f7a015cbfd0 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Graph.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Graph.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.IndexLifecycleManagement.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.IndexLifecycleManagement.cs index b9ab69b3e47..cfa1f25917b 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.IndexLifecycleManagement.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.IndexLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Indices.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Indices.cs index 5ef78c54c8d..7d324d28ee8 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Indices.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Indices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Ingest.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Ingest.cs index 7ab52b89b27..9f5b69fcf8b 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Ingest.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Ingest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.License.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.License.cs index 11424f5b796..8c49c14d34c 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.License.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.License.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Logstash.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Logstash.cs index cf40bf36e1b..25c6eb2ab8e 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Logstash.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Logstash.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.MachineLearning.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.MachineLearning.cs index 0b12f515f21..060bbcd4bc8 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.MachineLearning.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.MachineLearning.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Migration.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Migration.cs index c8860ea948f..00ba967190d 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Migration.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Migration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.NoNamespace.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.NoNamespace.cs index f3d31fe5d8e..e5b8d75da0b 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.NoNamespace.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.NoNamespace.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Nodes.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Nodes.cs index 2c497249b19..8e82d6524f1 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Nodes.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Nodes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Rollup.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Rollup.cs index 92ef83005d4..ff21a602edb 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Rollup.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Rollup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.SearchableSnapshots.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.SearchableSnapshots.cs index 060a6565383..0a3f6ab1f2e 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.SearchableSnapshots.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.SearchableSnapshots.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Security.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Security.cs index 9cee60cbe9c..f7f3dfcaf4a 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Security.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Security.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Shutdown.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Shutdown.cs index e6df8450f2a..3ad19551c30 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Shutdown.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Shutdown.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Snapshot.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Snapshot.cs index 38f3bcdbfce..ea6f9cc08ba 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Snapshot.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Snapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.SnapshotLifecycleManagement.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.SnapshotLifecycleManagement.cs index 5bde89b24f8..dbb6e30d2f4 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.SnapshotLifecycleManagement.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.SnapshotLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Sql.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Sql.cs index 5e0b234a68e..28c85baaad5 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Sql.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Sql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Tasks.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Tasks.cs index a050e2826a3..a39113fa632 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Tasks.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Tasks.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.TextStructure.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.TextStructure.cs index d0ce98d0ce2..afbc2a51920 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.TextStructure.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.TextStructure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Transform.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Transform.cs index 420e03d4cf8..315988d7848 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Transform.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Transform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.Watcher.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.Watcher.cs index e5036427a7c..8de3651aa5c 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.Watcher.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.Watcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.XPack.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.XPack.cs index d08e0df7b84..854d054535f 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.XPack.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.XPack.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.cs index 3cc22cf6d54..843ae644904 100644 --- a/src/Elasticsearch.Net/ElasticLowLevelClient.cs +++ b/src/Elasticsearch.Net/ElasticLowLevelClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/src/Elasticsearch.Net/ElasticsearchUrlFormatter.cs b/src/Elasticsearch.Net/ElasticsearchUrlFormatter.cs index 6a018256b28..6a96eb0777b 100644 --- a/src/Elasticsearch.Net/ElasticsearchUrlFormatter.cs +++ b/src/Elasticsearch.Net/ElasticsearchUrlFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Exceptions/ElasticsearchClientException.cs b/src/Elasticsearch.Net/Exceptions/ElasticsearchClientException.cs index 789255bd05b..6455b723c02 100644 --- a/src/Elasticsearch.Net/Exceptions/ElasticsearchClientException.cs +++ b/src/Elasticsearch.Net/Exceptions/ElasticsearchClientException.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs b/src/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs index 8d1125858de..532d0f9900b 100644 --- a/src/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs +++ b/src/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/ArraySegmentBytesExtensions.cs b/src/Elasticsearch.Net/Extensions/ArraySegmentBytesExtensions.cs index ec0c56a35c5..b13b82eef78 100644 --- a/src/Elasticsearch.Net/Extensions/ArraySegmentBytesExtensions.cs +++ b/src/Elasticsearch.Net/Extensions/ArraySegmentBytesExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Elasticsearch.Net/Extensions/CharUtils.cs b/src/Elasticsearch.Net/Extensions/CharUtils.cs index fb2a038f472..8807cca0284 100644 --- a/src/Elasticsearch.Net/Extensions/CharUtils.cs +++ b/src/Elasticsearch.Net/Extensions/CharUtils.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net.Extensions { diff --git a/src/Elasticsearch.Net/Extensions/DateTimeUtil.cs b/src/Elasticsearch.Net/Extensions/DateTimeUtil.cs index 8db79e893c9..b23f0c68860 100644 --- a/src/Elasticsearch.Net/Extensions/DateTimeUtil.cs +++ b/src/Elasticsearch.Net/Extensions/DateTimeUtil.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/EmptyReadonly.cs b/src/Elasticsearch.Net/Extensions/EmptyReadonly.cs index 362e26106c8..527489fb633 100644 --- a/src/Elasticsearch.Net/Extensions/EmptyReadonly.cs +++ b/src/Elasticsearch.Net/Extensions/EmptyReadonly.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Collections.ObjectModel; diff --git a/src/Elasticsearch.Net/Extensions/EnumExtensions.cs b/src/Elasticsearch.Net/Extensions/EnumExtensions.cs index b2b436d4af6..458770c736d 100644 --- a/src/Elasticsearch.Net/Extensions/EnumExtensions.cs +++ b/src/Elasticsearch.Net/Extensions/EnumExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/Fluent.cs b/src/Elasticsearch.Net/Extensions/Fluent.cs index 22549542aef..63011a226fb 100644 --- a/src/Elasticsearch.Net/Extensions/Fluent.cs +++ b/src/Elasticsearch.Net/Extensions/Fluent.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/MapsApiAttribute.cs b/src/Elasticsearch.Net/Extensions/MapsApiAttribute.cs index 86bad8e812d..d1c248b4ea5 100644 --- a/src/Elasticsearch.Net/Extensions/MapsApiAttribute.cs +++ b/src/Elasticsearch.Net/Extensions/MapsApiAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.ObjectModel; diff --git a/src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs b/src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs index f54398c14d7..77f98dcb897 100644 --- a/src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs +++ b/src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/StringBuilderCache.cs b/src/Elasticsearch.Net/Extensions/StringBuilderCache.cs index 33f2c041ec6..461a806c93c 100644 --- a/src/Elasticsearch.Net/Extensions/StringBuilderCache.cs +++ b/src/Elasticsearch.Net/Extensions/StringBuilderCache.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Elasticsearch.Net/Extensions/TypeExtensions.cs b/src/Elasticsearch.Net/Extensions/TypeExtensions.cs index 19ac184d657..ea1292c9a8f 100644 --- a/src/Elasticsearch.Net/Extensions/TypeExtensions.cs +++ b/src/Elasticsearch.Net/Extensions/TypeExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/UtilExtensions.cs b/src/Elasticsearch.Net/Extensions/UtilExtensions.cs index 111bbe83559..77cac1e0394 100644 --- a/src/Elasticsearch.Net/Extensions/UtilExtensions.cs +++ b/src/Elasticsearch.Net/Extensions/UtilExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Extensions/X509CertificateExtensions.cs b/src/Elasticsearch.Net/Extensions/X509CertificateExtensions.cs index ef6a3dcaefd..02d4775b350 100644 --- a/src/Elasticsearch.Net/Extensions/X509CertificateExtensions.cs +++ b/src/Elasticsearch.Net/Extensions/X509CertificateExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/GlobalSuppressions.cs b/src/Elasticsearch.Net/GlobalSuppressions.cs index d1908d2e075..bcd96041aa0 100644 --- a/src/Elasticsearch.Net/GlobalSuppressions.cs +++ b/src/Elasticsearch.Net/GlobalSuppressions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/src/Elasticsearch.Net/IElasticLowLevelClient.Generated.cs b/src/Elasticsearch.Net/IElasticLowLevelClient.Generated.cs index 324781fc191..db436933ee4 100644 --- a/src/Elasticsearch.Net/IElasticLowLevelClient.Generated.cs +++ b/src/Elasticsearch.Net/IElasticLowLevelClient.Generated.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Elasticsearch.Net/IElasticLowLevelClient.cs b/src/Elasticsearch.Net/IElasticLowLevelClient.cs index effd27d7403..f1ffa4dd000 100644 --- a/src/Elasticsearch.Net/IElasticLowLevelClient.cs +++ b/src/Elasticsearch.Net/IElasticLowLevelClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/NamespacedClientProxy.cs b/src/Elasticsearch.Net/NamespacedClientProxy.cs index 7b96e2c2292..66b360cae32 100644 --- a/src/Elasticsearch.Net/NamespacedClientProxy.cs +++ b/src/Elasticsearch.Net/NamespacedClientProxy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Patch.ElasticLowLevelClient.MachineLearning.cs b/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.MachineLearning.cs index 25a856106b4..b52d9ed31cb 100644 --- a/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.MachineLearning.cs +++ b/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.MachineLearning.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Patch.ElasticLowLevelClient.Nodes.cs b/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.Nodes.cs index d58c1a1ec17..f6dcdffc53c 100644 --- a/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.Nodes.cs +++ b/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.Nodes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Patch.ElasticLowLevelClient.cs b/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.cs index 456fb27b55b..b65aff46d09 100644 --- a/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.cs +++ b/src/Elasticsearch.Net/Patch.ElasticLowLevelClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Patch.IElasticLowLevelClient.cs b/src/Elasticsearch.Net/Patch.IElasticLowLevelClient.cs index f00142ad3e6..e451df1e600 100644 --- a/src/Elasticsearch.Net/Patch.IElasticLowLevelClient.cs +++ b/src/Elasticsearch.Net/Patch.IElasticLowLevelClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Properties/ClsCompliancy.cs b/src/Elasticsearch.Net/Properties/ClsCompliancy.cs index ca151eb9e32..dbec3d321f7 100644 --- a/src/Elasticsearch.Net/Properties/ClsCompliancy.cs +++ b/src/Elasticsearch.Net/Properties/ClsCompliancy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Providers/DateTimeProvider.cs b/src/Elasticsearch.Net/Providers/DateTimeProvider.cs index 4d66ab5a4b8..b8c98f36bc7 100644 --- a/src/Elasticsearch.Net/Providers/DateTimeProvider.cs +++ b/src/Elasticsearch.Net/Providers/DateTimeProvider.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Providers/IDateTimeProvider.cs b/src/Elasticsearch.Net/Providers/IDateTimeProvider.cs index 206e3958bcf..7550a570570 100644 --- a/src/Elasticsearch.Net/Providers/IDateTimeProvider.cs +++ b/src/Elasticsearch.Net/Providers/IDateTimeProvider.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Providers/IMemoryStreamFactory.cs b/src/Elasticsearch.Net/Providers/IMemoryStreamFactory.cs index 5ce5abcdfd2..de56042c3c9 100644 --- a/src/Elasticsearch.Net/Providers/IMemoryStreamFactory.cs +++ b/src/Elasticsearch.Net/Providers/IMemoryStreamFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Providers/IRequestPipelineFactory.cs b/src/Elasticsearch.Net/Providers/IRequestPipelineFactory.cs index 3f5e4b53275..c625dcde097 100644 --- a/src/Elasticsearch.Net/Providers/IRequestPipelineFactory.cs +++ b/src/Elasticsearch.Net/Providers/IRequestPipelineFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Providers/MemoryStreamFactory.cs b/src/Elasticsearch.Net/Providers/MemoryStreamFactory.cs index 7d837750969..20f6b1f95a8 100644 --- a/src/Elasticsearch.Net/Providers/MemoryStreamFactory.cs +++ b/src/Elasticsearch.Net/Providers/MemoryStreamFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Providers/RecyclableMemoryStream.cs b/src/Elasticsearch.Net/Providers/RecyclableMemoryStream.cs index f2493cf4142..54e5fdbb71c 100644 --- a/src/Elasticsearch.Net/Providers/RecyclableMemoryStream.cs +++ b/src/Elasticsearch.Net/Providers/RecyclableMemoryStream.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // The MIT License (MIT) // diff --git a/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamFactory.cs b/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamFactory.cs index 661920ea026..febc7c07e14 100644 --- a/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamFactory.cs +++ b/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamFactory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager-Events.cs b/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager-Events.cs index dbae4aca376..087a14f2990 100644 --- a/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager-Events.cs +++ b/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager-Events.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // --------------------------------------------------------------------- // Copyright (c) 2015 Microsoft diff --git a/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager.cs b/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager.cs index c203cfa58b6..abc8ab40664 100644 --- a/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager.cs +++ b/src/Elasticsearch.Net/Providers/RecyclableMemoryStreamManager.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // --------------------------------------------------------------------- // Copyright (c) 2015-2016 Microsoft diff --git a/src/Elasticsearch.Net/Responses/Dynamic/DynamicDictionary.cs b/src/Elasticsearch.Net/Responses/Dynamic/DynamicDictionary.cs index 12472dcaa07..b43654f2024 100644 --- a/src/Elasticsearch.Net/Responses/Dynamic/DynamicDictionary.cs +++ b/src/Elasticsearch.Net/Responses/Dynamic/DynamicDictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information //This is nancyfx's dynamicdictionary //it is slightly modified to add the ability to chain dynamic property access of arbitrary depth diff --git a/src/Elasticsearch.Net/Responses/Dynamic/DynamicResponse.cs b/src/Elasticsearch.Net/Responses/Dynamic/DynamicResponse.cs index 1b753e9c367..39439f3cdac 100644 --- a/src/Elasticsearch.Net/Responses/Dynamic/DynamicResponse.cs +++ b/src/Elasticsearch.Net/Responses/Dynamic/DynamicResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Responses/Dynamic/DynamicValue.cs b/src/Elasticsearch.Net/Responses/Dynamic/DynamicValue.cs index dfa9c9b4107..3e3fa197454 100644 --- a/src/Elasticsearch.Net/Responses/Dynamic/DynamicValue.cs +++ b/src/Elasticsearch.Net/Responses/Dynamic/DynamicValue.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/ElasticsearchResponse.cs b/src/Elasticsearch.Net/Responses/ElasticsearchResponse.cs index 094d31b1db2..18f335e5c44 100644 --- a/src/Elasticsearch.Net/Responses/ElasticsearchResponse.cs +++ b/src/Elasticsearch.Net/Responses/ElasticsearchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/HttpDetails/ApiCallDetails.cs b/src/Elasticsearch.Net/Responses/HttpDetails/ApiCallDetails.cs index 17c8a951015..4737b20f106 100644 --- a/src/Elasticsearch.Net/Responses/HttpDetails/ApiCallDetails.cs +++ b/src/Elasticsearch.Net/Responses/HttpDetails/ApiCallDetails.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/HttpDetails/IApiCallDetails.cs b/src/Elasticsearch.Net/Responses/HttpDetails/IApiCallDetails.cs index 445e2928b45..c2e68970db1 100644 --- a/src/Elasticsearch.Net/Responses/HttpDetails/IApiCallDetails.cs +++ b/src/Elasticsearch.Net/Responses/HttpDetails/IApiCallDetails.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/IElasticsearchResponse.cs b/src/Elasticsearch.Net/Responses/IElasticsearchResponse.cs index 37779a4c0c9..aae2d464818 100644 --- a/src/Elasticsearch.Net/Responses/IElasticsearchResponse.cs +++ b/src/Elasticsearch.Net/Responses/IElasticsearchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Responses/ResponseStatics.cs b/src/Elasticsearch.Net/Responses/ResponseStatics.cs index 19478f1d183..ccc133ddc40 100644 --- a/src/Elasticsearch.Net/Responses/ResponseStatics.cs +++ b/src/Elasticsearch.Net/Responses/ResponseStatics.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/ServerException/Error.cs b/src/Elasticsearch.Net/Responses/ServerException/Error.cs index 925ccddf191..0df942565d0 100644 --- a/src/Elasticsearch.Net/Responses/ServerException/Error.cs +++ b/src/Elasticsearch.Net/Responses/ServerException/Error.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/ServerException/ErrorCause.cs b/src/Elasticsearch.Net/Responses/ServerException/ErrorCause.cs index d63eb41b031..47dc198c20b 100644 --- a/src/Elasticsearch.Net/Responses/ServerException/ErrorCause.cs +++ b/src/Elasticsearch.Net/Responses/ServerException/ErrorCause.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/ServerException/ServerError.cs b/src/Elasticsearch.Net/Responses/ServerException/ServerError.cs index a616127fe93..0d725891ad4 100644 --- a/src/Elasticsearch.Net/Responses/ServerException/ServerError.cs +++ b/src/Elasticsearch.Net/Responses/ServerException/ServerError.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Runtime.Serialization; diff --git a/src/Elasticsearch.Net/Responses/ServerException/ShardFailure.cs b/src/Elasticsearch.Net/Responses/ServerException/ShardFailure.cs index f50dc4883a9..7da089a49d6 100644 --- a/src/Elasticsearch.Net/Responses/ServerException/ShardFailure.cs +++ b/src/Elasticsearch.Net/Responses/ServerException/ShardFailure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/Sniff/SniffResponse.cs b/src/Elasticsearch.Net/Responses/Sniff/SniffResponse.cs index aa8aeec7e1e..729ad7d7fe0 100644 --- a/src/Elasticsearch.Net/Responses/Sniff/SniffResponse.cs +++ b/src/Elasticsearch.Net/Responses/Sniff/SniffResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Responses/Special/BytesResponse.cs b/src/Elasticsearch.Net/Responses/Special/BytesResponse.cs index 37a73ece1dc..e11687e2dfb 100644 --- a/src/Elasticsearch.Net/Responses/Special/BytesResponse.cs +++ b/src/Elasticsearch.Net/Responses/Special/BytesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Responses/Special/StringResponse.cs b/src/Elasticsearch.Net/Responses/Special/StringResponse.cs index 57c1dd6e6c3..21bc9a15b65 100644 --- a/src/Elasticsearch.Net/Responses/Special/StringResponse.cs +++ b/src/Elasticsearch.Net/Responses/Special/StringResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; diff --git a/src/Elasticsearch.Net/Responses/Special/VoidResponse.cs b/src/Elasticsearch.Net/Responses/Special/VoidResponse.cs index 0f294072a9c..9801146958f 100644 --- a/src/Elasticsearch.Net/Responses/Special/VoidResponse.cs +++ b/src/Elasticsearch.Net/Responses/Special/VoidResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Serialization/CustomResponseBuilderBase.cs b/src/Elasticsearch.Net/Serialization/CustomResponseBuilderBase.cs index e6ce6eabda7..dfd762f4701 100644 --- a/src/Elasticsearch.Net/Serialization/CustomResponseBuilderBase.cs +++ b/src/Elasticsearch.Net/Serialization/CustomResponseBuilderBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Elasticsearch.Net/Serialization/DiagnosticsSerializerProxy.cs b/src/Elasticsearch.Net/Serialization/DiagnosticsSerializerProxy.cs index 65a3df04134..5513af4bb2e 100644 --- a/src/Elasticsearch.Net/Serialization/DiagnosticsSerializerProxy.cs +++ b/src/Elasticsearch.Net/Serialization/DiagnosticsSerializerProxy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Serialization/ElasticsearchSerializerExtensions.cs b/src/Elasticsearch.Net/Serialization/ElasticsearchSerializerExtensions.cs index bbdee78952c..1bff1d3bc06 100644 --- a/src/Elasticsearch.Net/Serialization/ElasticsearchSerializerExtensions.cs +++ b/src/Elasticsearch.Net/Serialization/ElasticsearchSerializerExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Extensions; using Elasticsearch.Net.Utf8Json; diff --git a/src/Elasticsearch.Net/Serialization/Formatters/DynamicDictionaryFormatter.cs b/src/Elasticsearch.Net/Serialization/Formatters/DynamicDictionaryFormatter.cs index 3389201abca..31fc101d2fb 100644 --- a/src/Elasticsearch.Net/Serialization/Formatters/DynamicDictionaryFormatter.cs +++ b/src/Elasticsearch.Net/Serialization/Formatters/DynamicDictionaryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Elasticsearch.Net/Serialization/Formatters/ElasticsearchNetEnumResolver.cs b/src/Elasticsearch.Net/Serialization/Formatters/ElasticsearchNetEnumResolver.cs index e7c4075caa9..e40a502f8b5 100644 --- a/src/Elasticsearch.Net/Serialization/Formatters/ElasticsearchNetEnumResolver.cs +++ b/src/Elasticsearch.Net/Serialization/Formatters/ElasticsearchNetEnumResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Serialization/Formatters/ExceptionFormatter.cs b/src/Elasticsearch.Net/Serialization/Formatters/ExceptionFormatter.cs index a558c8b8d9e..99407263f74 100644 --- a/src/Elasticsearch.Net/Serialization/Formatters/ExceptionFormatter.cs +++ b/src/Elasticsearch.Net/Serialization/Formatters/ExceptionFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Serialization/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs b/src/Elasticsearch.Net/Serialization/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs index 284c57f42c1..6623cce48ca 100644 --- a/src/Elasticsearch.Net/Serialization/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs +++ b/src/Elasticsearch.Net/Serialization/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Collections.ObjectModel; diff --git a/src/Elasticsearch.Net/Serialization/Formatters/NullableStringIntFormatter.cs b/src/Elasticsearch.Net/Serialization/Formatters/NullableStringIntFormatter.cs index 6bf5d270abf..fa0571d2b80 100644 --- a/src/Elasticsearch.Net/Serialization/Formatters/NullableStringIntFormatter.cs +++ b/src/Elasticsearch.Net/Serialization/Formatters/NullableStringIntFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Elasticsearch.Net/Serialization/IElasticsearchSerializer.cs b/src/Elasticsearch.Net/Serialization/IElasticsearchSerializer.cs index 15d4953f539..86429fa74b2 100644 --- a/src/Elasticsearch.Net/Serialization/IElasticsearchSerializer.cs +++ b/src/Elasticsearch.Net/Serialization/IElasticsearchSerializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Serialization/IInternalSerializerWithFormatter.cs b/src/Elasticsearch.Net/Serialization/IInternalSerializerWithFormatter.cs index 7c34a79d982..817a9b8e36d 100644 --- a/src/Elasticsearch.Net/Serialization/IInternalSerializerWithFormatter.cs +++ b/src/Elasticsearch.Net/Serialization/IInternalSerializerWithFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Elasticsearch.Net/Serialization/IUrlParameter.cs b/src/Elasticsearch.Net/Serialization/IUrlParameter.cs index 08f2c5eda5f..c761c0a9b4f 100644 --- a/src/Elasticsearch.Net/Serialization/IUrlParameter.cs +++ b/src/Elasticsearch.Net/Serialization/IUrlParameter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Serialization/LowLevelRequestResponseSerializer.cs b/src/Elasticsearch.Net/Serialization/LowLevelRequestResponseSerializer.cs index 73324e555df..acfd95ed300 100644 --- a/src/Elasticsearch.Net/Serialization/LowLevelRequestResponseSerializer.cs +++ b/src/Elasticsearch.Net/Serialization/LowLevelRequestResponseSerializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Serialization/Resolvers/ElasticsearchNetFormatterResolver.cs b/src/Elasticsearch.Net/Serialization/Resolvers/ElasticsearchNetFormatterResolver.cs index 19b40010046..7791efcacd1 100644 --- a/src/Elasticsearch.Net/Serialization/Resolvers/ElasticsearchNetFormatterResolver.cs +++ b/src/Elasticsearch.Net/Serialization/Resolvers/ElasticsearchNetFormatterResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Serialization/SerializationFormatting.cs b/src/Elasticsearch.Net/Serialization/SerializationFormatting.cs index 10cf95eb3a4..e6f6ddd9ed7 100644 --- a/src/Elasticsearch.Net/Serialization/SerializationFormatting.cs +++ b/src/Elasticsearch.Net/Serialization/SerializationFormatting.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Serialization/StringEnumAttribute.cs b/src/Elasticsearch.Net/Serialization/StringEnumAttribute.cs index f7c54fa1b3a..62edccd33ba 100644 --- a/src/Elasticsearch.Net/Serialization/StringEnumAttribute.cs +++ b/src/Elasticsearch.Net/Serialization/StringEnumAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/ITransport.cs b/src/Elasticsearch.Net/Transport/ITransport.cs index ebac4406877..db46be4f739 100644 --- a/src/Elasticsearch.Net/Transport/ITransport.cs +++ b/src/Elasticsearch.Net/Transport/ITransport.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/Pipeline/IRequestPipeline.cs b/src/Elasticsearch.Net/Transport/Pipeline/IRequestPipeline.cs index 4f7e1e9794a..f5ca84d3c87 100644 --- a/src/Elasticsearch.Net/Transport/Pipeline/IRequestPipeline.cs +++ b/src/Elasticsearch.Net/Transport/Pipeline/IRequestPipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/Pipeline/PipelineException.cs b/src/Elasticsearch.Net/Transport/Pipeline/PipelineException.cs index ebd3d06cc48..22ba53c8729 100644 --- a/src/Elasticsearch.Net/Transport/Pipeline/PipelineException.cs +++ b/src/Elasticsearch.Net/Transport/Pipeline/PipelineException.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/Pipeline/PipelineFailure.cs b/src/Elasticsearch.Net/Transport/Pipeline/PipelineFailure.cs index f10ce381db6..a286aebbc89 100644 --- a/src/Elasticsearch.Net/Transport/Pipeline/PipelineFailure.cs +++ b/src/Elasticsearch.Net/Transport/Pipeline/PipelineFailure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Elasticsearch.Net { diff --git a/src/Elasticsearch.Net/Transport/Pipeline/RequestData.cs b/src/Elasticsearch.Net/Transport/Pipeline/RequestData.cs index 68225653e94..a5e4eab5474 100644 --- a/src/Elasticsearch.Net/Transport/Pipeline/RequestData.cs +++ b/src/Elasticsearch.Net/Transport/Pipeline/RequestData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/Pipeline/RequestPipeline.cs b/src/Elasticsearch.Net/Transport/Pipeline/RequestPipeline.cs index 7cef72cde70..04ff87207d6 100644 --- a/src/Elasticsearch.Net/Transport/Pipeline/RequestPipeline.cs +++ b/src/Elasticsearch.Net/Transport/Pipeline/RequestPipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/Pipeline/ResponseBuilder.cs b/src/Elasticsearch.Net/Transport/Pipeline/ResponseBuilder.cs index 174123ba834..e7e5868e5aa 100644 --- a/src/Elasticsearch.Net/Transport/Pipeline/ResponseBuilder.cs +++ b/src/Elasticsearch.Net/Transport/Pipeline/ResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/PostData.cs b/src/Elasticsearch.Net/Transport/PostData.cs index 21630a02e11..95039c7ae53 100644 --- a/src/Elasticsearch.Net/Transport/PostData.cs +++ b/src/Elasticsearch.Net/Transport/PostData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/SerializableData.cs b/src/Elasticsearch.Net/Transport/SerializableData.cs index 74caa9790cb..5305563496f 100644 --- a/src/Elasticsearch.Net/Transport/SerializableData.cs +++ b/src/Elasticsearch.Net/Transport/SerializableData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Elasticsearch.Net/Transport/StreamableData.cs b/src/Elasticsearch.Net/Transport/StreamableData.cs index bc084951fcf..6200d511b21 100644 --- a/src/Elasticsearch.Net/Transport/StreamableData.cs +++ b/src/Elasticsearch.Net/Transport/StreamableData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Transport/Transport.cs b/src/Elasticsearch.Net/Transport/Transport.cs index 6bcb8bf7766..08573d2904f 100644 --- a/src/Elasticsearch.Net/Transport/Transport.cs +++ b/src/Elasticsearch.Net/Transport/Transport.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Elasticsearch.Net/Utf8Json/Attributes.cs b/src/Elasticsearch.Net/Utf8Json/Attributes.cs index 9884cbcfa98..59d60111a42 100644 --- a/src/Elasticsearch.Net/Utf8Json/Attributes.cs +++ b/src/Elasticsearch.Net/Utf8Json/Attributes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/AnonymousFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/AnonymousFormatter.cs index 6bc35dcf3b7..327576f9681 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/AnonymousFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/AnonymousFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/CollectionFormatters.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/CollectionFormatters.cs index 34613404e6b..65b5161aa4e 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/CollectionFormatters.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/CollectionFormatters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/DateTimeFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/DateTimeFormatter.cs index 4b4b8aba658..08108967959 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/DateTimeFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/DateTimeFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/DictionaryFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/DictionaryFormatter.cs index 5ed4a744565..4510c8c661b 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/DictionaryFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/DictionaryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs index 3f04d7e17ff..3a4e9d04cc5 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/EnumFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/EnumFormatter.cs index 8c1b463ecae..9fa6af73bc6 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/EnumFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/EnumFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs index 5e2b6358204..5c5c648db56 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/NullableFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/NullableFormatter.cs index e7162399183..c2ebaaa8c3e 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/NullableFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/NullableFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveFormatter.cs index dddd21f2e35..76a82595c5e 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveObjectFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveObjectFormatter.cs index 79ad6d8259c..c2f23192f0b 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveObjectFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveObjectFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/StandardClassLibraryFormatters.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/StandardClassLibraryFormatters.cs index c252b8153de..88641435963 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/StandardClassLibraryFormatters.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/StandardClassLibraryFormatters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/TupleFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/TupleFormatter.cs index 988851f4b87..62ac7c72c0e 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/TupleFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/TupleFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Formatters/ValueTupleFormatter.cs b/src/Elasticsearch.Net/Utf8Json/Formatters/ValueTupleFormatter.cs index b26084ca168..559cdb49b94 100644 --- a/src/Elasticsearch.Net/Utf8Json/Formatters/ValueTupleFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Formatters/ValueTupleFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/IJsonFormatter.cs b/src/Elasticsearch.Net/Utf8Json/IJsonFormatter.cs index e9e52e37362..48217e42fcc 100644 --- a/src/Elasticsearch.Net/Utf8Json/IJsonFormatter.cs +++ b/src/Elasticsearch.Net/Utf8Json/IJsonFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/IJsonFormatterResolver.cs b/src/Elasticsearch.Net/Utf8Json/IJsonFormatterResolver.cs index b3d162d25b4..9cc6c0843b2 100644 --- a/src/Elasticsearch.Net/Utf8Json/IJsonFormatterResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/IJsonFormatterResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/IJsonProperty.cs b/src/Elasticsearch.Net/Utf8Json/IJsonProperty.cs index 8e32dfa3a79..58e5a32f881 100644 --- a/src/Elasticsearch.Net/Utf8Json/IJsonProperty.cs +++ b/src/Elasticsearch.Net/Utf8Json/IJsonProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/ArrayBuffer.cs b/src/Elasticsearch.Net/Utf8Json/Internal/ArrayBuffer.cs index 1851efd96d6..c148e910897 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/ArrayBuffer.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/ArrayBuffer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/ArrayPool.cs b/src/Elasticsearch.Net/Utf8Json/Internal/ArrayPool.cs index 0da50021605..d2180ff92e6 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/ArrayPool.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/ArrayPool.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/AutomataDictionary.cs b/src/Elasticsearch.Net/Utf8Json/Internal/AutomataDictionary.cs index 7c390a36202..f8c9dc844de 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/AutomataDictionary.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/AutomataDictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/BinaryUtil.cs b/src/Elasticsearch.Net/Utf8Json/Internal/BinaryUtil.cs index 48aaf383342..74435c2b9ba 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/BinaryUtil.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/BinaryUtil.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayComparer.cs b/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayComparer.cs index 9f9a19191b6..1aa7a866e09 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayComparer.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayComparer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayStringHashTable.cs b/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayStringHashTable.cs index 8a33f31d8c6..211bf025d3d 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayStringHashTable.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/ByteArrayStringHashTable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DiyFp.cs b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DiyFp.cs index 215e0b1ef46..78b8db029d3 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DiyFp.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DiyFp.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs index 90c7015062b..99d8866ac2a 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/IEEE.cs b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/IEEE.cs index a115aa185f9..93279c7efe7 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/IEEE.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/IEEE.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs index 5fc6f65b1ae..32347da87de 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDouble.cs b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDouble.cs index 898cbd55f39..c6485629bf9 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDouble.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDouble.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs index 906d66a0058..d62d91986a7 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/DynamicAssembly.cs b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/DynamicAssembly.cs index f0ada28d07d..0387df43043 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/DynamicAssembly.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/DynamicAssembly.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ExpressionUtility.cs b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ExpressionUtility.cs index 404831f0769..39383767cf9 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ExpressionUtility.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ExpressionUtility.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs index 0543d903ac7..1af0a2efa08 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILViewer.cs b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILViewer.cs index 57e67b7c7fe..fa2ebeda889 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILViewer.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/ILViewer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaMember.cs b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaMember.cs index a198b8747bc..9cda3c48eb6 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaMember.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaMember.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaType.cs b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaType.cs index 3da651150a2..dc394cc30f1 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaType.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/Emit/MetaType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/FarmHash.cs b/src/Elasticsearch.Net/Utf8Json/Internal/FarmHash.cs index 72b0a113003..35e2e132792 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/FarmHash.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/FarmHash.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/FuncExtensions.cs b/src/Elasticsearch.Net/Utf8Json/Internal/FuncExtensions.cs index 69e9e23e341..986e8897fab 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/FuncExtensions.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/FuncExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/GuidBits.cs b/src/Elasticsearch.Net/Utf8Json/Internal/GuidBits.cs index ccf1aa1732b..f1396175c77 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/GuidBits.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/GuidBits.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/NumberConverter.cs b/src/Elasticsearch.Net/Utf8Json/Internal/NumberConverter.cs index ad6480461e4..8d5f702b4f5 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/NumberConverter.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/NumberConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/ReflectionExtensions.cs b/src/Elasticsearch.Net/Utf8Json/Internal/ReflectionExtensions.cs index bf0ae1e6342..20ccdf5b4da 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/ReflectionExtensions.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/ReflectionExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/StringEncoding.cs b/src/Elasticsearch.Net/Utf8Json/Internal/StringEncoding.cs index 8b0d420ec8c..6232fa722fe 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/StringEncoding.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/StringEncoding.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/StringMutator.cs b/src/Elasticsearch.Net/Utf8Json/Internal/StringMutator.cs index f0c276b5d53..17238aa9207 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/StringMutator.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/StringMutator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs b/src/Elasticsearch.Net/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs index 632c1227953..7f045297f71 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.Low.cs b/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.Low.cs index 3ea704ca1b1..13d06c7e605 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.Low.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.Low.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.cs b/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.cs index 8cad46c7331..4a29115b856 100644 --- a/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.cs +++ b/src/Elasticsearch.Net/Utf8Json/Internal/UnsafeMemory.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/JsonReader.cs b/src/Elasticsearch.Net/Utf8Json/JsonReader.cs index 70168fc6221..23049e8c199 100644 --- a/src/Elasticsearch.Net/Utf8Json/JsonReader.cs +++ b/src/Elasticsearch.Net/Utf8Json/JsonReader.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/JsonSerializer.NonGeneric.cs b/src/Elasticsearch.Net/Utf8Json/JsonSerializer.NonGeneric.cs index 971aa04d080..0bb12785cb9 100644 --- a/src/Elasticsearch.Net/Utf8Json/JsonSerializer.NonGeneric.cs +++ b/src/Elasticsearch.Net/Utf8Json/JsonSerializer.NonGeneric.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/JsonSerializer.cs b/src/Elasticsearch.Net/Utf8Json/JsonSerializer.cs index 73d4fedecbd..a643fb857b7 100644 --- a/src/Elasticsearch.Net/Utf8Json/JsonSerializer.cs +++ b/src/Elasticsearch.Net/Utf8Json/JsonSerializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/JsonToken.cs b/src/Elasticsearch.Net/Utf8Json/JsonToken.cs index 256febce36b..191b35a9e40 100644 --- a/src/Elasticsearch.Net/Utf8Json/JsonToken.cs +++ b/src/Elasticsearch.Net/Utf8Json/JsonToken.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/JsonWriter.cs b/src/Elasticsearch.Net/Utf8Json/JsonWriter.cs index b60bcfe96c2..e0b785c29a0 100644 --- a/src/Elasticsearch.Net/Utf8Json/JsonWriter.cs +++ b/src/Elasticsearch.Net/Utf8Json/JsonWriter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/AttributeFormatterResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/AttributeFormatterResolver.cs index fa648469593..55bfbae2a9d 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/AttributeFormatterResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/AttributeFormatterResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/BuiltinResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/BuiltinResolver.cs index 95bac75c296..3b74eb15ede 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/BuiltinResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/BuiltinResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/CompositeResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/CompositeResolver.cs index 6c3326e1524..413a5ebd87a 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/CompositeResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/CompositeResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicGenericResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicGenericResolver.cs index c681fd5aa9f..86d0f643e96 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicGenericResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicGenericResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicObjectResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicObjectResolver.cs index 45174e07eff..6be0ba4eb2c 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicObjectResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/DynamicObjectResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/EnumResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/EnumResolver.cs index 80e958b82d5..053135db281 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/EnumResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/EnumResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Elasticsearch.Net/Utf8Json/Resolvers/StandardResolver.cs b/src/Elasticsearch.Net/Utf8Json/Resolvers/StandardResolver.cs index d9931141dc0..dd714008c2a 100644 --- a/src/Elasticsearch.Net/Utf8Json/Resolvers/StandardResolver.cs +++ b/src/Elasticsearch.Net/Utf8Json/Resolvers/StandardResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region Utf8Json License https://github.com/neuecc/Utf8Json/blob/master/LICENSE // MIT License diff --git a/src/Nest.JsonNetSerializer/ConnectionSettingsAwareContractResolver.cs b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareContractResolver.cs index a3e8cf9a14f..4ce0759dc09 100644 --- a/src/Nest.JsonNetSerializer/ConnectionSettingsAwareContractResolver.cs +++ b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareContractResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Customization.cs b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Customization.cs index bbab3efdc1d..c33039351c4 100644 --- a/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Customization.cs +++ b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Customization.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.PropertyMappingProvider.cs b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.PropertyMappingProvider.cs index 592fee010eb..0512b5d82ff 100644 --- a/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.PropertyMappingProvider.cs +++ b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.PropertyMappingProvider.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Reflection; diff --git a/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Serializer.cs b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Serializer.cs index 741234f3dc9..aeee975da39 100644 --- a/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Serializer.cs +++ b/src/Nest.JsonNetSerializer/ConnectionSettingsAwareSerializerBase.Serializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest.JsonNetSerializer/Converters/HandleNestTypesOnSourceJsonConverter.cs b/src/Nest.JsonNetSerializer/Converters/HandleNestTypesOnSourceJsonConverter.cs index 5e0f53f410c..bb70b476f64 100644 --- a/src/Nest.JsonNetSerializer/Converters/HandleNestTypesOnSourceJsonConverter.cs +++ b/src/Nest.JsonNetSerializer/Converters/HandleNestTypesOnSourceJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest.JsonNetSerializer/Converters/TimeSpanToStringConverter.cs b/src/Nest.JsonNetSerializer/Converters/TimeSpanToStringConverter.cs index 2217c64f2de..ba8af70f7f2 100644 --- a/src/Nest.JsonNetSerializer/Converters/TimeSpanToStringConverter.cs +++ b/src/Nest.JsonNetSerializer/Converters/TimeSpanToStringConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Newtonsoft.Json; diff --git a/src/Nest.JsonNetSerializer/JTokenExtensions.cs b/src/Nest.JsonNetSerializer/JTokenExtensions.cs index 7bc46a53186..0d0d6d9bda3 100644 --- a/src/Nest.JsonNetSerializer/JTokenExtensions.cs +++ b/src/Nest.JsonNetSerializer/JTokenExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest.JsonNetSerializer/JsonNetSerializer.cs b/src/Nest.JsonNetSerializer/JsonNetSerializer.cs index 8b57f0c408e..f8d834a0e65 100644 --- a/src/Nest.JsonNetSerializer/JsonNetSerializer.cs +++ b/src/Nest.JsonNetSerializer/JsonNetSerializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest.JsonNetSerializer/JsonReaderExtensions.cs b/src/Nest.JsonNetSerializer/JsonReaderExtensions.cs index 56d77de6043..c912fe516f5 100644 --- a/src/Nest.JsonNetSerializer/JsonReaderExtensions.cs +++ b/src/Nest.JsonNetSerializer/JsonReaderExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Aggregate.cs b/src/Nest/Aggregations/Aggregate.cs index 5a517df6752..99c48f056e6 100644 --- a/src/Nest/Aggregations/Aggregate.cs +++ b/src/Nest/Aggregations/Aggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/AggregateDictionary.cs b/src/Nest/Aggregations/AggregateDictionary.cs index 556fa9f9bb3..956ee5dc1ba 100644 --- a/src/Nest/Aggregations/AggregateDictionary.cs +++ b/src/Nest/Aggregations/AggregateDictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/AggregateDictionaryFormatter.cs b/src/Nest/Aggregations/AggregateDictionaryFormatter.cs index 6d88a5ed6ba..1c2c4f1dca9 100644 --- a/src/Nest/Aggregations/AggregateDictionaryFormatter.cs +++ b/src/Nest/Aggregations/AggregateDictionaryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/AggregateFormatter.cs b/src/Nest/Aggregations/AggregateFormatter.cs index 65921b5e7dd..b784ab24fee 100644 --- a/src/Nest/Aggregations/AggregateFormatter.cs +++ b/src/Nest/Aggregations/AggregateFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Aggregation.cs b/src/Nest/Aggregations/Aggregation.cs index c7c9cb7e67c..d466bc6025f 100644 --- a/src/Nest/Aggregations/Aggregation.cs +++ b/src/Nest/Aggregations/Aggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/AggregationContainer.cs b/src/Nest/Aggregations/AggregationContainer.cs index 12295c7d47d..2e49ce0f0ed 100644 --- a/src/Nest/Aggregations/AggregationContainer.cs +++ b/src/Nest/Aggregations/AggregationContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixAggregation.cs b/src/Nest/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixAggregation.cs index acc5c04c08a..14224c90fca 100644 --- a/src/Nest/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixAggregation.cs +++ b/src/Nest/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregation.cs b/src/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregation.cs index 35f03e32f77..ecda1aba502 100644 --- a/src/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregation.cs +++ b/src/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramBucket.cs b/src/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramBucket.cs index f32381c98f6..32f0c754c2f 100644 --- a/src/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramBucket.cs +++ b/src/Nest/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/AutoDateHistogram/MinimumInterval.cs b/src/Nest/Aggregations/Bucket/AutoDateHistogram/MinimumInterval.cs index 944cb066889..575145c22c8 100644 --- a/src/Nest/Aggregations/Bucket/AutoDateHistogram/MinimumInterval.cs +++ b/src/Nest/Aggregations/Bucket/AutoDateHistogram/MinimumInterval.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Bucket/Bucket.cs b/src/Nest/Aggregations/Bucket/Bucket.cs index 4b65a8c398b..507420136cf 100644 --- a/src/Nest/Aggregations/Bucket/Bucket.cs +++ b/src/Nest/Aggregations/Bucket/Bucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/BucketAggregate.cs b/src/Nest/Aggregations/Bucket/BucketAggregate.cs index 10710453a6a..ad5b726fdb3 100644 --- a/src/Nest/Aggregations/Bucket/BucketAggregate.cs +++ b/src/Nest/Aggregations/Bucket/BucketAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/BucketAggregation.cs b/src/Nest/Aggregations/Bucket/BucketAggregation.cs index 3d2629edde4..92304378c2e 100644 --- a/src/Nest/Aggregations/Bucket/BucketAggregation.cs +++ b/src/Nest/Aggregations/Bucket/BucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Children/ChildrenAggregation.cs b/src/Nest/Aggregations/Bucket/Children/ChildrenAggregation.cs index 3c5fbdd1d4a..00d5425d344 100644 --- a/src/Nest/Aggregations/Bucket/Children/ChildrenAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Children/ChildrenAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Composite/CompositeAggregation.cs b/src/Nest/Aggregations/Bucket/Composite/CompositeAggregation.cs index c3df98e48fb..0963345a018 100644 --- a/src/Nest/Aggregations/Bucket/Composite/CompositeAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Composite/CompositeAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Composite/CompositeAggregationSource.cs b/src/Nest/Aggregations/Bucket/Composite/CompositeAggregationSource.cs index 8927a298af2..a3eee37fde0 100644 --- a/src/Nest/Aggregations/Bucket/Composite/CompositeAggregationSource.cs +++ b/src/Nest/Aggregations/Bucket/Composite/CompositeAggregationSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Composite/CompositeBucket.cs b/src/Nest/Aggregations/Bucket/Composite/CompositeBucket.cs index 271642bb1c3..c1930a69a6f 100644 --- a/src/Nest/Aggregations/Bucket/Composite/CompositeBucket.cs +++ b/src/Nest/Aggregations/Bucket/Composite/CompositeBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Composite/DateHistogramCompositeAggregationSource.cs b/src/Nest/Aggregations/Bucket/Composite/DateHistogramCompositeAggregationSource.cs index 43553b213a9..658f1d8af0d 100644 --- a/src/Nest/Aggregations/Bucket/Composite/DateHistogramCompositeAggregationSource.cs +++ b/src/Nest/Aggregations/Bucket/Composite/DateHistogramCompositeAggregationSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Composite/GeoTileGridCompositeAggregationSource.cs b/src/Nest/Aggregations/Bucket/Composite/GeoTileGridCompositeAggregationSource.cs index d7a8f8b352d..61901e00724 100644 --- a/src/Nest/Aggregations/Bucket/Composite/GeoTileGridCompositeAggregationSource.cs +++ b/src/Nest/Aggregations/Bucket/Composite/GeoTileGridCompositeAggregationSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Composite/HistogramCompositeAggregationSource.cs b/src/Nest/Aggregations/Bucket/Composite/HistogramCompositeAggregationSource.cs index 6c45c99d727..6e53d38d31d 100644 --- a/src/Nest/Aggregations/Bucket/Composite/HistogramCompositeAggregationSource.cs +++ b/src/Nest/Aggregations/Bucket/Composite/HistogramCompositeAggregationSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Composite/TermsCompositeAggregationSource.cs b/src/Nest/Aggregations/Bucket/Composite/TermsCompositeAggregationSource.cs index bf4b0a01a75..41e3a3cdc6e 100644 --- a/src/Nest/Aggregations/Bucket/Composite/TermsCompositeAggregationSource.cs +++ b/src/Nest/Aggregations/Bucket/Composite/TermsCompositeAggregationSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/DateHistogram/DateHistogramAggregation.cs b/src/Nest/Aggregations/Bucket/DateHistogram/DateHistogramAggregation.cs index b1eca4b87c4..dc4d3aea1e2 100644 --- a/src/Nest/Aggregations/Bucket/DateHistogram/DateHistogramAggregation.cs +++ b/src/Nest/Aggregations/Bucket/DateHistogram/DateHistogramAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/DateHistogram/DateHistogramBucket.cs b/src/Nest/Aggregations/Bucket/DateHistogram/DateHistogramBucket.cs index 8ea773c0ef2..51d43ef9ad9 100644 --- a/src/Nest/Aggregations/Bucket/DateHistogram/DateHistogramBucket.cs +++ b/src/Nest/Aggregations/Bucket/DateHistogram/DateHistogramBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/DateHistogram/DateInterval.cs b/src/Nest/Aggregations/Bucket/DateHistogram/DateInterval.cs index 84d493bcca0..762d783d407 100644 --- a/src/Nest/Aggregations/Bucket/DateHistogram/DateInterval.cs +++ b/src/Nest/Aggregations/Bucket/DateHistogram/DateInterval.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Bucket/DateRange/DateRangeAggregation.cs b/src/Nest/Aggregations/Bucket/DateRange/DateRangeAggregation.cs index 0c70fb17fc9..525a80c4a44 100644 --- a/src/Nest/Aggregations/Bucket/DateRange/DateRangeAggregation.cs +++ b/src/Nest/Aggregations/Bucket/DateRange/DateRangeAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/DateRange/DateRangeExpression.cs b/src/Nest/Aggregations/Bucket/DateRange/DateRangeExpression.cs index 88f399df98a..dc6dc8c8a5e 100644 --- a/src/Nest/Aggregations/Bucket/DateRange/DateRangeExpression.cs +++ b/src/Nest/Aggregations/Bucket/DateRange/DateRangeExpression.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregation.cs b/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregation.cs index a8637d501d3..60db028809e 100644 --- a/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregation.cs +++ b/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationExecutionHint.cs b/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationExecutionHint.cs index 05261d4e0a6..37d6f66955d 100644 --- a/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationExecutionHint.cs +++ b/src/Nest/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationExecutionHint.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Bucket/Filter/FilterAggregation.cs b/src/Nest/Aggregations/Bucket/Filter/FilterAggregation.cs index 814aeefd59b..fd8f22edb2c 100644 --- a/src/Nest/Aggregations/Bucket/Filter/FilterAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Filter/FilterAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Filter/FilterAggregationJsonConverter.cs b/src/Nest/Aggregations/Bucket/Filter/FilterAggregationJsonConverter.cs index 9d23abb86da..29137d4e2c5 100644 --- a/src/Nest/Aggregations/Bucket/Filter/FilterAggregationJsonConverter.cs +++ b/src/Nest/Aggregations/Bucket/Filter/FilterAggregationJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Filters/FiltersAggregate.cs b/src/Nest/Aggregations/Bucket/Filters/FiltersAggregate.cs index 000e3ea91ee..2f083ccb4fc 100644 --- a/src/Nest/Aggregations/Bucket/Filters/FiltersAggregate.cs +++ b/src/Nest/Aggregations/Bucket/Filters/FiltersAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Filters/FiltersAggregation.cs b/src/Nest/Aggregations/Bucket/Filters/FiltersAggregation.cs index 125455927ad..46f70a1b2b0 100644 --- a/src/Nest/Aggregations/Bucket/Filters/FiltersAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Filters/FiltersAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Filters/NamedFiltersContainer.cs b/src/Nest/Aggregations/Bucket/Filters/NamedFiltersContainer.cs index f2e3d8246e6..f9929567a77 100644 --- a/src/Nest/Aggregations/Bucket/Filters/NamedFiltersContainer.cs +++ b/src/Nest/Aggregations/Bucket/Filters/NamedFiltersContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/GeoDistance/GeoDistanceAggregation.cs b/src/Nest/Aggregations/Bucket/GeoDistance/GeoDistanceAggregation.cs index 2e2439d7101..dff6d14630d 100644 --- a/src/Nest/Aggregations/Bucket/GeoDistance/GeoDistanceAggregation.cs +++ b/src/Nest/Aggregations/Bucket/GeoDistance/GeoDistanceAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregation.cs b/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregation.cs index 3f570835c79..18c0047da44 100644 --- a/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregation.cs +++ b/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashPrecision.cs b/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashPrecision.cs index dec68932194..3299f119eeb 100644 --- a/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashPrecision.cs +++ b/src/Nest/Aggregations/Bucket/GeoHashGrid/GeoHashPrecision.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregation.cs b/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregation.cs index 8104e5cda39..ebd8d09db59 100644 --- a/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregation.cs +++ b/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTilePrecision.cs b/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTilePrecision.cs index b9ab7318b8f..d1587c79cb2 100644 --- a/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTilePrecision.cs +++ b/src/Nest/Aggregations/Bucket/GeoTileGrid/GeoTilePrecision.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Bucket/Global/GlobalAggregation.cs b/src/Nest/Aggregations/Bucket/Global/GlobalAggregation.cs index 49e0e7c994f..20dcb4e173a 100644 --- a/src/Nest/Aggregations/Bucket/Global/GlobalAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Global/GlobalAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Histogram/ExtendedBounds.cs b/src/Nest/Aggregations/Bucket/Histogram/ExtendedBounds.cs index dfc76f5595c..e2093e32c77 100644 --- a/src/Nest/Aggregations/Bucket/Histogram/ExtendedBounds.cs +++ b/src/Nest/Aggregations/Bucket/Histogram/ExtendedBounds.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Histogram/HardBounds.cs b/src/Nest/Aggregations/Bucket/Histogram/HardBounds.cs index 8fdbf723cce..3ac59c1af80 100644 --- a/src/Nest/Aggregations/Bucket/Histogram/HardBounds.cs +++ b/src/Nest/Aggregations/Bucket/Histogram/HardBounds.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Histogram/HistogramAggregation.cs b/src/Nest/Aggregations/Bucket/Histogram/HistogramAggregation.cs index d3205b503e7..7d60fda170d 100644 --- a/src/Nest/Aggregations/Bucket/Histogram/HistogramAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Histogram/HistogramAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/Histogram/HistogramOrder.cs b/src/Nest/Aggregations/Bucket/Histogram/HistogramOrder.cs index 4cb4718d5d6..c8ad620c418 100644 --- a/src/Nest/Aggregations/Bucket/Histogram/HistogramOrder.cs +++ b/src/Nest/Aggregations/Bucket/Histogram/HistogramOrder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregation.cs b/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregation.cs index d7182cc11de..fbb66fae754 100644 --- a/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregation.cs +++ b/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/IpRange/IpRangeAggregationRange.cs b/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregationRange.cs index 6f4113ae6a4..d2ba89ff7b1 100644 --- a/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregationRange.cs +++ b/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregationRange.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/IpRange/IpRangeBucket.cs b/src/Nest/Aggregations/Bucket/IpRange/IpRangeBucket.cs index f2b15c5afac..33de818e939 100644 --- a/src/Nest/Aggregations/Bucket/IpRange/IpRangeBucket.cs +++ b/src/Nest/Aggregations/Bucket/IpRange/IpRangeBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/KeyedBucket.cs b/src/Nest/Aggregations/Bucket/KeyedBucket.cs index c6568a294db..233a4bdcf0f 100644 --- a/src/Nest/Aggregations/Bucket/KeyedBucket.cs +++ b/src/Nest/Aggregations/Bucket/KeyedBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Missing/MissingAggregation.cs b/src/Nest/Aggregations/Bucket/Missing/MissingAggregation.cs index bd4a8d0f961..2e7d5ccc82c 100644 --- a/src/Nest/Aggregations/Bucket/Missing/MissingAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Missing/MissingAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregate.cs b/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregate.cs index fab223e3c9d..72e6eaba07f 100644 --- a/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregate.cs +++ b/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregation.cs b/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregation.cs index 563656278db..33728d5dc9a 100644 --- a/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregation.cs +++ b/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/MultiTerms/MultiTermsBucket.cs b/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsBucket.cs index 88db26cfdcf..e261647a41b 100644 --- a/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsBucket.cs +++ b/src/Nest/Aggregations/Bucket/MultiTerms/MultiTermsBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/MultiTerms/Term.cs b/src/Nest/Aggregations/Bucket/MultiTerms/Term.cs index a5253060015..4d22e826077 100644 --- a/src/Nest/Aggregations/Bucket/MultiTerms/Term.cs +++ b/src/Nest/Aggregations/Bucket/MultiTerms/Term.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/Nested/NestedAggregation.cs b/src/Nest/Aggregations/Bucket/Nested/NestedAggregation.cs index d88367e7647..5c8d16b804c 100644 --- a/src/Nest/Aggregations/Bucket/Nested/NestedAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Nested/NestedAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/Parent/ParentAggregation.cs b/src/Nest/Aggregations/Bucket/Parent/ParentAggregation.cs index e3b07c811ad..7eaee2eb38d 100644 --- a/src/Nest/Aggregations/Bucket/Parent/ParentAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Parent/ParentAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Range/RangeAggregation.cs b/src/Nest/Aggregations/Bucket/Range/RangeAggregation.cs index 90ea91df5a8..af78f58c29a 100644 --- a/src/Nest/Aggregations/Bucket/Range/RangeAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Range/RangeAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Range/RangeBucket.cs b/src/Nest/Aggregations/Bucket/Range/RangeBucket.cs index 30354c12863..2b1f3cdafab 100644 --- a/src/Nest/Aggregations/Bucket/Range/RangeBucket.cs +++ b/src/Nest/Aggregations/Bucket/Range/RangeBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/RareTerms/RareTermsAggregation.cs b/src/Nest/Aggregations/Bucket/RareTerms/RareTermsAggregation.cs index 0911b92976b..2bdc43ed5d0 100644 --- a/src/Nest/Aggregations/Bucket/RareTerms/RareTermsAggregation.cs +++ b/src/Nest/Aggregations/Bucket/RareTerms/RareTermsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/RareTerms/RareTermsBucket.cs b/src/Nest/Aggregations/Bucket/RareTerms/RareTermsBucket.cs index 09de30abf5a..fef85b46b10 100644 --- a/src/Nest/Aggregations/Bucket/RareTerms/RareTermsBucket.cs +++ b/src/Nest/Aggregations/Bucket/RareTerms/RareTermsBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/ReverseNested/ReverseNestedAggregation.cs b/src/Nest/Aggregations/Bucket/ReverseNested/ReverseNestedAggregation.cs index ecd19e4e1c7..699bdf6cc09 100644 --- a/src/Nest/Aggregations/Bucket/ReverseNested/ReverseNestedAggregation.cs +++ b/src/Nest/Aggregations/Bucket/ReverseNested/ReverseNestedAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregation.cs b/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregation.cs index 1b1774f3842..f8fca14ddbc 100644 --- a/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Sampler/SamplerAggregationExecutionHint.cs b/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregationExecutionHint.cs index 977a624c44a..2ada29ed478 100644 --- a/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregationExecutionHint.cs +++ b/src/Nest/Aggregations/Bucket/Sampler/SamplerAggregationExecutionHint.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ChiSquareHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ChiSquareHeuristic.cs index 41fc0b642b6..fb281bfc4a1 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ChiSquareHeuristic.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ChiSquareHeuristic.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/GoogleNormalizedDistanceHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/GoogleNormalizedDistanceHeuristic.cs index 60bb99566da..0311ceeaa5a 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/GoogleNormalizedDistanceHeuristic.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/GoogleNormalizedDistanceHeuristic.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/MutualInformationHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/MutualInformationHeuristic.cs index 6d18e09f35a..a3245d82236 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/MutualInformationHeuristic.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/MutualInformationHeuristic.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/PercentageScoreHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/PercentageScoreHeuristic.cs index 29d031284d0..e3374b11a06 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/PercentageScoreHeuristic.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/PercentageScoreHeuristic.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ScriptedHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ScriptedHeuristic.cs index 4574d8daf9f..a736b686da7 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ScriptedHeuristic.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ScriptedHeuristic.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/SignificantTerms/IncludeExclude.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/IncludeExclude.cs index b55fb4f0ca5..6d21868819a 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/IncludeExclude.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/IncludeExclude.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregate.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregate.cs index 61ba6a5b2d2..c58ebc6d9d0 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregate.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregation.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregation.cs index 3edcb5bef9f..d6b3109bd0f 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregation.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsBucket.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsBucket.cs index edac9b78154..9e76662179c 100644 --- a/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsBucket.cs +++ b/src/Nest/Aggregations/Bucket/SignificantTerms/SignificantTermsBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/SignificantText/SignificantTextAggregation.cs b/src/Nest/Aggregations/Bucket/SignificantText/SignificantTextAggregation.cs index 8e5ac5637ad..54d717354ce 100644 --- a/src/Nest/Aggregations/Bucket/SignificantText/SignificantTextAggregation.cs +++ b/src/Nest/Aggregations/Bucket/SignificantText/SignificantTextAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Terms/TermsAggregate.cs b/src/Nest/Aggregations/Bucket/Terms/TermsAggregate.cs index 198ed7ee936..8b1bf989c14 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsAggregate.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsAggregation.cs b/src/Nest/Aggregations/Bucket/Terms/TermsAggregation.cs index 23306480a06..e243749605e 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsAggregation.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Terms/TermsAggregationCollectMode.cs b/src/Nest/Aggregations/Bucket/Terms/TermsAggregationCollectMode.cs index 2083b158233..af9bdb36961 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsAggregationCollectMode.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsAggregationCollectMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsAggregationExecutionHint.cs b/src/Nest/Aggregations/Bucket/Terms/TermsAggregationExecutionHint.cs index 32cf5332667..28f850c15a0 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsAggregationExecutionHint.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsAggregationExecutionHint.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsExclude.cs b/src/Nest/Aggregations/Bucket/Terms/TermsExclude.cs index 6b9fb2d9af6..4eec05c49c1 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsExclude.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsExclude.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsExcludeFormatter.cs b/src/Nest/Aggregations/Bucket/Terms/TermsExcludeFormatter.cs index 1badb9416d2..6807828e0c6 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsExcludeFormatter.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsExcludeFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Terms/TermsInclude.cs b/src/Nest/Aggregations/Bucket/Terms/TermsInclude.cs index fb5137865f1..c9453f69d30 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsInclude.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsInclude.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsIncludeFormatter.cs b/src/Nest/Aggregations/Bucket/Terms/TermsIncludeFormatter.cs index ce00afb77ac..220a243a989 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsIncludeFormatter.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsIncludeFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/Terms/TermsOrder.cs b/src/Nest/Aggregations/Bucket/Terms/TermsOrder.cs index 1487dea59c0..2ae7a6a12e1 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsOrder.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsOrder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsOrderDescriptor.cs b/src/Nest/Aggregations/Bucket/Terms/TermsOrderDescriptor.cs index abb835fb0fc..8231e72a45d 100644 --- a/src/Nest/Aggregations/Bucket/Terms/TermsOrderDescriptor.cs +++ b/src/Nest/Aggregations/Bucket/Terms/TermsOrderDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramAggregation.cs b/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramAggregation.cs index a627bfa4885..6408435ecf3 100644 --- a/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramAggregation.cs +++ b/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramBucket.cs b/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramBucket.cs index 5e8dd31a64f..7662917235b 100644 --- a/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramBucket.cs +++ b/src/Nest/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Matrix/MatrixAggregate.cs b/src/Nest/Aggregations/Matrix/MatrixAggregate.cs index 0090b7b12ea..1c5e1994f64 100644 --- a/src/Nest/Aggregations/Matrix/MatrixAggregate.cs +++ b/src/Nest/Aggregations/Matrix/MatrixAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Matrix/MatrixAggregation.cs b/src/Nest/Aggregations/Matrix/MatrixAggregation.cs index b4bddb57db5..0878e5add27 100644 --- a/src/Nest/Aggregations/Matrix/MatrixAggregation.cs +++ b/src/Nest/Aggregations/Matrix/MatrixAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregate.cs b/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregate.cs index 434773ea717..1faecd8d11e 100644 --- a/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregate.cs +++ b/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregation.cs b/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregation.cs index fd5eb108ec7..6d81f992d73 100644 --- a/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregation.cs +++ b/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsMode.cs b/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsMode.cs index 7dbc4ee8654..43f8814b3bc 100644 --- a/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsMode.cs +++ b/src/Nest/Aggregations/Matrix/MatrixStats/MatrixStatsMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Metric/Average/AverageAggregation.cs b/src/Nest/Aggregations/Metric/Average/AverageAggregation.cs index b2855edb8fb..e3b69356da4 100644 --- a/src/Nest/Aggregations/Metric/Average/AverageAggregation.cs +++ b/src/Nest/Aggregations/Metric/Average/AverageAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregate.cs b/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregate.cs index df92bbc9a3d..97c96c7c009 100644 --- a/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregate.cs +++ b/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregation.cs b/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregation.cs index 9019b234ef5..342b8ebf13a 100644 --- a/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregation.cs +++ b/src/Nest/Aggregations/Metric/Boxplot/BoxplotAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/Cardinality/CardinalityAggregation.cs b/src/Nest/Aggregations/Metric/Cardinality/CardinalityAggregation.cs index 85c2f5edecb..724bf4fcf55 100644 --- a/src/Nest/Aggregations/Metric/Cardinality/CardinalityAggregation.cs +++ b/src/Nest/Aggregations/Metric/Cardinality/CardinalityAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregate.cs b/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregate.cs index 97089720157..63a5003a138 100644 --- a/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregate.cs +++ b/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregation.cs b/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregation.cs index de739390bf9..0e57e0cfb19 100644 --- a/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregation.cs +++ b/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregate.cs b/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregate.cs index cd8a99e079d..596d6027642 100644 --- a/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregate.cs +++ b/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregation.cs b/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregation.cs index 740a294abaf..558947453c8 100644 --- a/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregation.cs +++ b/src/Nest/Aggregations/Metric/GeoBounds/GeoBoundsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregate.cs b/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregate.cs index 27cafe18c78..873f15a899c 100644 --- a/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregate.cs +++ b/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregation.cs b/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregation.cs index d856bec8dc5..6bff2126bc6 100644 --- a/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregation.cs +++ b/src/Nest/Aggregations/Metric/GeoCentroid/GeoCentroidAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregate.cs b/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregate.cs index 429aabbdf04..c0757dd0564 100644 --- a/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregate.cs +++ b/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregation.cs b/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregation.cs index 2a39d1f9d40..542f29ee552 100644 --- a/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregation.cs +++ b/src/Nest/Aggregations/Metric/GeoLine/GeoLineAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Max/MaxAggregation.cs b/src/Nest/Aggregations/Metric/Max/MaxAggregation.cs index 5c43fedafd4..e9ab15ded03 100644 --- a/src/Nest/Aggregations/Metric/Max/MaxAggregation.cs +++ b/src/Nest/Aggregations/Metric/Max/MaxAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregation.cs b/src/Nest/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregation.cs index f406553274f..80b3515b316 100644 --- a/src/Nest/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregation.cs +++ b/src/Nest/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/MetricAggregate.cs b/src/Nest/Aggregations/Metric/MetricAggregate.cs index 271a67ca361..85339d2862a 100644 --- a/src/Nest/Aggregations/Metric/MetricAggregate.cs +++ b/src/Nest/Aggregations/Metric/MetricAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Aggregations/Metric/MetricAggregation.cs b/src/Nest/Aggregations/Metric/MetricAggregation.cs index 500a018b4db..a9e1793a289 100644 --- a/src/Nest/Aggregations/Metric/MetricAggregation.cs +++ b/src/Nest/Aggregations/Metric/MetricAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Min/MinAggregation.cs b/src/Nest/Aggregations/Metric/Min/MinAggregation.cs index 678068336b5..a9e21dcc0c6 100644 --- a/src/Nest/Aggregations/Metric/Min/MinAggregation.cs +++ b/src/Nest/Aggregations/Metric/Min/MinAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregation.cs b/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregation.cs index 5b7f81278c2..1669e438746 100644 --- a/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregation.cs +++ b/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationFormatter.cs b/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationFormatter.cs index 8246d5be6af..53d11c33fdd 100644 --- a/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationFormatter.cs +++ b/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Percentiles/Methods/HdrHistogramMethod.cs b/src/Nest/Aggregations/Metric/Percentiles/Methods/HdrHistogramMethod.cs index 7eeb0255e49..85e98b0b3f6 100644 --- a/src/Nest/Aggregations/Metric/Percentiles/Methods/HdrHistogramMethod.cs +++ b/src/Nest/Aggregations/Metric/Percentiles/Methods/HdrHistogramMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/Percentiles/Methods/IPercentilesMethod.cs b/src/Nest/Aggregations/Metric/Percentiles/Methods/IPercentilesMethod.cs index 6366c0362e3..697b91f3df3 100644 --- a/src/Nest/Aggregations/Metric/Percentiles/Methods/IPercentilesMethod.cs +++ b/src/Nest/Aggregations/Metric/Percentiles/Methods/IPercentilesMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Percentiles/Methods/TDigestMethod.cs b/src/Nest/Aggregations/Metric/Percentiles/Methods/TDigestMethod.cs index fb3f929ee9a..fcf6da604fc 100644 --- a/src/Nest/Aggregations/Metric/Percentiles/Methods/TDigestMethod.cs +++ b/src/Nest/Aggregations/Metric/Percentiles/Methods/TDigestMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregation.cs b/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregation.cs index a1014daf2d3..97a8ab8b310 100644 --- a/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregation.cs +++ b/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Percentiles/PercentilesAggregationFormatter.cs b/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregationFormatter.cs index 711cdb4c060..b37e42880ce 100644 --- a/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregationFormatter.cs +++ b/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregationFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Percentiles/PercentilesMetricAggregate.cs b/src/Nest/Aggregations/Metric/Percentiles/PercentilesMetricAggregate.cs index f13a3c21f0c..9fb86b21eb9 100644 --- a/src/Nest/Aggregations/Metric/Percentiles/PercentilesMetricAggregate.cs +++ b/src/Nest/Aggregations/Metric/Percentiles/PercentilesMetricAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Rate/RateAggregation.cs b/src/Nest/Aggregations/Metric/Rate/RateAggregation.cs index 11b77a6c3f9..8d450ceb3c0 100644 --- a/src/Nest/Aggregations/Metric/Rate/RateAggregation.cs +++ b/src/Nest/Aggregations/Metric/Rate/RateAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregate.cs b/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregate.cs index 95d59df5b2f..63ecceeb220 100644 --- a/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregate.cs +++ b/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregation.cs b/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregation.cs index 883e8f8234b..2ee0f00a48e 100644 --- a/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregation.cs +++ b/src/Nest/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Stats/StatsAggregate.cs b/src/Nest/Aggregations/Metric/Stats/StatsAggregate.cs index 5c34b6c0e35..4f8d55d0ab1 100644 --- a/src/Nest/Aggregations/Metric/Stats/StatsAggregate.cs +++ b/src/Nest/Aggregations/Metric/Stats/StatsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Metric/Stats/StatsAggregation.cs b/src/Nest/Aggregations/Metric/Stats/StatsAggregation.cs index 5246353f0cd..a5109f14d96 100644 --- a/src/Nest/Aggregations/Metric/Stats/StatsAggregation.cs +++ b/src/Nest/Aggregations/Metric/Stats/StatsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregate.cs b/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregate.cs index dae534b4c08..a8bcee21200 100644 --- a/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregate.cs +++ b/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregation.cs b/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregation.cs index 5eb796b75ff..381a2d9cce7 100644 --- a/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregation.cs +++ b/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/Sum/SumAggregation.cs b/src/Nest/Aggregations/Metric/Sum/SumAggregation.cs index 1562c83fc1b..30f12457613 100644 --- a/src/Nest/Aggregations/Metric/Sum/SumAggregation.cs +++ b/src/Nest/Aggregations/Metric/Sum/SumAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/TTest/TTestAggregation.cs b/src/Nest/Aggregations/Metric/TTest/TTestAggregation.cs index 7c41bcd806d..e44c1d7bf3e 100644 --- a/src/Nest/Aggregations/Metric/TTest/TTestAggregation.cs +++ b/src/Nest/Aggregations/Metric/TTest/TTestAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/TTest/TTestGroup.cs b/src/Nest/Aggregations/Metric/TTest/TTestGroup.cs index 7698b806fa1..48a8ad31df8 100644 --- a/src/Nest/Aggregations/Metric/TTest/TTestGroup.cs +++ b/src/Nest/Aggregations/Metric/TTest/TTestGroup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregate.cs b/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregate.cs index bc19b46b7f8..dcc3d10b0fb 100644 --- a/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregate.cs +++ b/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/TopHits/TopHitsAggregation.cs b/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregation.cs index 7638ad49653..b54de249b4a 100644 --- a/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregation.cs +++ b/src/Nest/Aggregations/Metric/TopHits/TopHitsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregate.cs b/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregate.cs index 06517eded79..86c7c7e03b2 100644 --- a/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregate.cs +++ b/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregation.cs b/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregation.cs index 2cdabf883ad..58518e0fd12 100644 --- a/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregation.cs +++ b/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/TopMetrics/TopMetricsValue.cs b/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsValue.cs index 19195e38f07..2cbf4bae214 100644 --- a/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsValue.cs +++ b/src/Nest/Aggregations/Metric/TopMetrics/TopMetricsValue.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/ValueAggregate.cs b/src/Nest/Aggregations/Metric/ValueAggregate.cs index 0180ce6e0ff..221c6fc298e 100644 --- a/src/Nest/Aggregations/Metric/ValueAggregate.cs +++ b/src/Nest/Aggregations/Metric/ValueAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Metric/ValueCount/ValueCountAggregation.cs b/src/Nest/Aggregations/Metric/ValueCount/ValueCountAggregation.cs index f088d279d0c..8292dd8eaab 100644 --- a/src/Nest/Aggregations/Metric/ValueCount/ValueCountAggregation.cs +++ b/src/Nest/Aggregations/Metric/ValueCount/ValueCountAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageAggregation.cs b/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageAggregation.cs index 2afbdb8ab00..ca93ee002ad 100644 --- a/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageAggregation.cs +++ b/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageValue.cs b/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageValue.cs index 65324d890c2..1ce2dd314f8 100644 --- a/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageValue.cs +++ b/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageValue.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Aggregations/Pipeline/AverageBucket/AverageBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/AverageBucket/AverageBucketAggregation.cs index aa260c9dbfa..92c00e84853 100644 --- a/src/Nest/Aggregations/Pipeline/AverageBucket/AverageBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/AverageBucket/AverageBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/BucketScript/BucketScriptAggregation.cs b/src/Nest/Aggregations/Pipeline/BucketScript/BucketScriptAggregation.cs index 38c2d0caeb3..d3b707773c7 100644 --- a/src/Nest/Aggregations/Pipeline/BucketScript/BucketScriptAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/BucketScript/BucketScriptAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregation.cs b/src/Nest/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregation.cs index 7e1397ca8a5..5caa7ee1b59 100644 --- a/src/Nest/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/BucketSort/BucketSortAggregation.cs b/src/Nest/Aggregations/Pipeline/BucketSort/BucketSortAggregation.cs index 143af98ac15..f3f7e08656f 100644 --- a/src/Nest/Aggregations/Pipeline/BucketSort/BucketSortAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/BucketSort/BucketSortAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/BucketsPath.cs b/src/Nest/Aggregations/Pipeline/BucketsPath.cs index 882e1a46834..9744e6d1863 100644 --- a/src/Nest/Aggregations/Pipeline/BucketsPath.cs +++ b/src/Nest/Aggregations/Pipeline/BucketsPath.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregation.cs b/src/Nest/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregation.cs index f8e7a38aad1..eedf50fe3a2 100644 --- a/src/Nest/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregation.cs b/src/Nest/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregation.cs index dade34cd270..51833a46a6e 100644 --- a/src/Nest/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/Derivative/DerivativeAggregation.cs b/src/Nest/Aggregations/Pipeline/Derivative/DerivativeAggregation.cs index 9ed0bcd553a..61f2f1ae8ce 100644 --- a/src/Nest/Aggregations/Pipeline/Derivative/DerivativeAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/Derivative/DerivativeAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregation.cs index 033fef7c6f0..fd2713c773a 100644 --- a/src/Nest/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/GapPolicy.cs b/src/Nest/Aggregations/Pipeline/GapPolicy.cs index 35e4eb219df..f41818a3f52 100644 --- a/src/Nest/Aggregations/Pipeline/GapPolicy.cs +++ b/src/Nest/Aggregations/Pipeline/GapPolicy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Pipeline/KeyedValueAggregate.cs b/src/Nest/Aggregations/Pipeline/KeyedValueAggregate.cs index 413e41bb9e9..18a524194ac 100644 --- a/src/Nest/Aggregations/Pipeline/KeyedValueAggregate.cs +++ b/src/Nest/Aggregations/Pipeline/KeyedValueAggregate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/MaxBucket/MaxBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/MaxBucket/MaxBucketAggregation.cs index 692a56638ed..83ef16da5f3 100644 --- a/src/Nest/Aggregations/Pipeline/MaxBucket/MaxBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/MaxBucket/MaxBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MinBucket/MinBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/MinBucket/MinBucketAggregation.cs index 8b864aaceb0..b6148e03933 100644 --- a/src/Nest/Aggregations/Pipeline/MinBucket/MinBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/MinBucket/MinBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/EwmaModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/EwmaModel.cs index 83d67884292..e57147efe4f 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/EwmaModel.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/EwmaModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltLinearModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltLinearModel.cs index 5b0427fb2ae..40331e94ae7 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltLinearModel.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltLinearModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltWintersModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltWintersModel.cs index ea31d590810..5474b5075a8 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltWintersModel.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltWintersModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/IMovingAverageModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/IMovingAverageModel.cs index eeacf1ab60c..2da43e64c5a 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/IMovingAverageModel.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/IMovingAverageModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/MovingAverage/Models/LinearModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/LinearModel.cs index 544dda3556a..a484eafcffc 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/LinearModel.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/LinearModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/SimpleModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/SimpleModel.cs index b0620b75e16..0af31ce0b0f 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/SimpleModel.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/SimpleModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregation.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregation.cs index f1e6e22e910..5b235484955 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregationFormatter.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregationFormatter.cs index c22ecfd57ea..07226a8353b 100644 --- a/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregationFormatter.cs +++ b/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregationFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregation.cs b/src/Nest/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregation.cs index c211274ee94..cc2b2e96468 100644 --- a/src/Nest/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregation.cs b/src/Nest/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregation.cs index b96df2f640b..56530126e13 100644 --- a/src/Nest/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/Normalize/NormalizeAggregation.cs b/src/Nest/Aggregations/Pipeline/Normalize/NormalizeAggregation.cs index 1c52dd72433..7953ea05ca1 100644 --- a/src/Nest/Aggregations/Pipeline/Normalize/NormalizeAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/Normalize/NormalizeAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregation.cs index 65974ee79c8..7a642a5c78a 100644 --- a/src/Nest/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/PipelineAggregationBase.cs b/src/Nest/Aggregations/Pipeline/PipelineAggregationBase.cs index 9c804d67e6e..3d55de1f317 100644 --- a/src/Nest/Aggregations/Pipeline/PipelineAggregationBase.cs +++ b/src/Nest/Aggregations/Pipeline/PipelineAggregationBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregation.cs b/src/Nest/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregation.cs index 239ec1f027d..9639ffdfaab 100644 --- a/src/Nest/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/StatsBucket/StatsBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/StatsBucket/StatsBucketAggregation.cs index 7e48ac75335..1fb69f8c2b7 100644 --- a/src/Nest/Aggregations/Pipeline/StatsBucket/StatsBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/StatsBucket/StatsBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/SumBucket/SumBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/SumBucket/SumBucketAggregation.cs index 8e6b9941477..d3a35524b98 100644 --- a/src/Nest/Aggregations/Pipeline/SumBucket/SumBucketAggregation.cs +++ b/src/Nest/Aggregations/Pipeline/SumBucket/SumBucketAggregation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Aggregations/VerbatimDictionaryKeysFormatter.cs b/src/Nest/Aggregations/VerbatimDictionaryKeysFormatter.cs index 9efbb1c0ee6..0ddca7d0df3 100644 --- a/src/Nest/Aggregations/VerbatimDictionaryKeysFormatter.cs +++ b/src/Nest/Aggregations/VerbatimDictionaryKeysFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Aggregations/Visitor/AggregationVisitor.cs b/src/Nest/Aggregations/Visitor/AggregationVisitor.cs index 9e52544b094..df7bf32ee8d 100644 --- a/src/Nest/Aggregations/Visitor/AggregationVisitor.cs +++ b/src/Nest/Aggregations/Visitor/AggregationVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Visitor/AggregationVisitorScope.cs b/src/Nest/Aggregations/Visitor/AggregationVisitorScope.cs index 8ae63433ee8..f6c994c0a2c 100644 --- a/src/Nest/Aggregations/Visitor/AggregationVisitorScope.cs +++ b/src/Nest/Aggregations/Visitor/AggregationVisitorScope.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Aggregations/Visitor/AggregationWalker.cs b/src/Nest/Aggregations/Visitor/AggregationWalker.cs index c6d1dba02c3..8f98a8a9e50 100644 --- a/src/Nest/Aggregations/Visitor/AggregationWalker.cs +++ b/src/Nest/Aggregations/Visitor/AggregationWalker.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Analysis.cs b/src/Nest/Analysis/Analysis.cs index 3e51d6a54e4..5fba24d583b 100644 --- a/src/Nest/Analysis/Analysis.cs +++ b/src/Nest/Analysis/Analysis.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Analyzers/AnalyzerBase.cs b/src/Nest/Analysis/Analyzers/AnalyzerBase.cs index 2c6b48f9288..99e5b0b3098 100644 --- a/src/Nest/Analysis/Analyzers/AnalyzerBase.cs +++ b/src/Nest/Analysis/Analyzers/AnalyzerBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Analyzers/AnalyzerFormatter.cs b/src/Nest/Analysis/Analyzers/AnalyzerFormatter.cs index 85a1928035a..61f1aafd744 100644 --- a/src/Nest/Analysis/Analyzers/AnalyzerFormatter.cs +++ b/src/Nest/Analysis/Analyzers/AnalyzerFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Analyzers/Analyzers.cs b/src/Nest/Analysis/Analyzers/Analyzers.cs index 839f517ff67..294e05b427d 100644 --- a/src/Nest/Analysis/Analyzers/Analyzers.cs +++ b/src/Nest/Analysis/Analyzers/Analyzers.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Analyzers/CustomAnalyzer.cs b/src/Nest/Analysis/Analyzers/CustomAnalyzer.cs index 33f0101f5c0..6e9a72ecc47 100644 --- a/src/Nest/Analysis/Analyzers/CustomAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/CustomAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Analyzers/FingerprintAnalyzer.cs b/src/Nest/Analysis/Analyzers/FingerprintAnalyzer.cs index 0e43442d1d7..a55aef6b2b1 100644 --- a/src/Nest/Analysis/Analyzers/FingerprintAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/FingerprintAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Analyzers/KeywordAnalyzer.cs b/src/Nest/Analysis/Analyzers/KeywordAnalyzer.cs index 0f103df1196..e68c80b7994 100644 --- a/src/Nest/Analysis/Analyzers/KeywordAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/KeywordAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/Analyzers/LanguageAnalyzer.cs b/src/Nest/Analysis/Analyzers/LanguageAnalyzer.cs index b17e0d571ba..78bec92dc6a 100644 --- a/src/Nest/Analysis/Analyzers/LanguageAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/LanguageAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Analysis/Analyzers/NoriAnalyzer.cs b/src/Nest/Analysis/Analyzers/NoriAnalyzer.cs index 9982e67c36d..549bd728303 100644 --- a/src/Nest/Analysis/Analyzers/NoriAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/NoriAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Analyzers/PatternAnalyzer.cs b/src/Nest/Analysis/Analyzers/PatternAnalyzer.cs index 9f34d5a34c0..f7277a3cb59 100644 --- a/src/Nest/Analysis/Analyzers/PatternAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/PatternAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Analyzers/SimpleAnalyzer.cs b/src/Nest/Analysis/Analyzers/SimpleAnalyzer.cs index bcb7d1ef9e7..3761e972b5c 100644 --- a/src/Nest/Analysis/Analyzers/SimpleAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/SimpleAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/Analyzers/SnowballAnalyzer.cs b/src/Nest/Analysis/Analyzers/SnowballAnalyzer.cs index 3e9e2a036f8..7043c3992cd 100644 --- a/src/Nest/Analysis/Analyzers/SnowballAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/SnowballAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Analyzers/StandardAnalyzer.cs b/src/Nest/Analysis/Analyzers/StandardAnalyzer.cs index 9105f98e95d..b5d7f74e952 100644 --- a/src/Nest/Analysis/Analyzers/StandardAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/StandardAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Analyzers/StopAnalyzer.cs b/src/Nest/Analysis/Analyzers/StopAnalyzer.cs index c8f5371ebfb..a12b7ebbbc6 100644 --- a/src/Nest/Analysis/Analyzers/StopAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/StopAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Analyzers/WhitespaceAnalyzer.cs b/src/Nest/Analysis/Analyzers/WhitespaceAnalyzer.cs index 165a7378b6d..74400dad160 100644 --- a/src/Nest/Analysis/Analyzers/WhitespaceAnalyzer.cs +++ b/src/Nest/Analysis/Analyzers/WhitespaceAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/CharFilters/CharFilterBase.cs b/src/Nest/Analysis/CharFilters/CharFilterBase.cs index 4472ae26e8f..6508823762e 100644 --- a/src/Nest/Analysis/CharFilters/CharFilterBase.cs +++ b/src/Nest/Analysis/CharFilters/CharFilterBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/CharFilters/CharFilterFormatter.cs b/src/Nest/Analysis/CharFilters/CharFilterFormatter.cs index 74e56df4d79..db2853ee137 100644 --- a/src/Nest/Analysis/CharFilters/CharFilterFormatter.cs +++ b/src/Nest/Analysis/CharFilters/CharFilterFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/CharFilters/CharFilters.cs b/src/Nest/Analysis/CharFilters/CharFilters.cs index e4a8a3f5818..4bc9980cfd0 100644 --- a/src/Nest/Analysis/CharFilters/CharFilters.cs +++ b/src/Nest/Analysis/CharFilters/CharFilters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/CharFilters/HtmlStripCharFilter.cs b/src/Nest/Analysis/CharFilters/HtmlStripCharFilter.cs index bccacdca42c..d9e8b800f81 100644 --- a/src/Nest/Analysis/CharFilters/HtmlStripCharFilter.cs +++ b/src/Nest/Analysis/CharFilters/HtmlStripCharFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/CharFilters/MappingCharFilter.cs b/src/Nest/Analysis/CharFilters/MappingCharFilter.cs index 150b0a93333..888bd0f3455 100644 --- a/src/Nest/Analysis/CharFilters/MappingCharFilter.cs +++ b/src/Nest/Analysis/CharFilters/MappingCharFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/CharFilters/PatternReplaceCharFilter.cs b/src/Nest/Analysis/CharFilters/PatternReplaceCharFilter.cs index 43edd3c6783..e0bfc7bf596 100644 --- a/src/Nest/Analysis/CharFilters/PatternReplaceCharFilter.cs +++ b/src/Nest/Analysis/CharFilters/PatternReplaceCharFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Languages/Language.cs b/src/Nest/Analysis/Languages/Language.cs index d07c22d87d4..442a39ca4b1 100644 --- a/src/Nest/Analysis/Languages/Language.cs +++ b/src/Nest/Analysis/Languages/Language.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Languages/SnowballLanguage.cs b/src/Nest/Analysis/Languages/SnowballLanguage.cs index d840acbaad7..e3909965636 100644 --- a/src/Nest/Analysis/Languages/SnowballLanguage.cs +++ b/src/Nest/Analysis/Languages/SnowballLanguage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Normalizers/CustomNormalizer.cs b/src/Nest/Analysis/Normalizers/CustomNormalizer.cs index 83217dab4a0..05c3abd92d2 100644 --- a/src/Nest/Analysis/Normalizers/CustomNormalizer.cs +++ b/src/Nest/Analysis/Normalizers/CustomNormalizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Normalizers/NormalizerBase.cs b/src/Nest/Analysis/Normalizers/NormalizerBase.cs index e28c9e29372..410676b4392 100644 --- a/src/Nest/Analysis/Normalizers/NormalizerBase.cs +++ b/src/Nest/Analysis/Normalizers/NormalizerBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Normalizers/NormalizerFormatter.cs b/src/Nest/Analysis/Normalizers/NormalizerFormatter.cs index c7b296c9f35..0b192542d6f 100644 --- a/src/Nest/Analysis/Normalizers/NormalizerFormatter.cs +++ b/src/Nest/Analysis/Normalizers/NormalizerFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Resolvers; diff --git a/src/Nest/Analysis/Normalizers/Normalizers.cs b/src/Nest/Analysis/Normalizers/Normalizers.cs index b275d1f791d..5ad40c35796 100644 --- a/src/Nest/Analysis/Normalizers/Normalizers.cs +++ b/src/Nest/Analysis/Normalizers/Normalizers.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/Collation/IcuCollationAlternate.cs b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationAlternate.cs index 853ed4f7f50..07f15bfe805 100644 --- a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationAlternate.cs +++ b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationAlternate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationCaseFirst.cs b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationCaseFirst.cs index 9bfec1cbca3..9cdc33eedfe 100644 --- a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationCaseFirst.cs +++ b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationCaseFirst.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationDecomposition.cs b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationDecomposition.cs index 35287fdb970..51cbea82549 100644 --- a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationDecomposition.cs +++ b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationDecomposition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationStrength.cs b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationStrength.cs index a583c68447a..8228bf7b249 100644 --- a/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationStrength.cs +++ b/src/Nest/Analysis/Plugins/Icu/Collation/IcuCollationStrength.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Icu/IcuAnalyzer.cs b/src/Nest/Analysis/Plugins/Icu/IcuAnalyzer.cs index f55d6428dc4..538ac302d7e 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuAnalyzer.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/IcuCollationTokenFilter.cs b/src/Nest/Analysis/Plugins/Icu/IcuCollationTokenFilter.cs index e7b0a3c9499..61bf3a8a745 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuCollationTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuCollationTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Plugins/Icu/IcuFoldingTokenFilter.cs b/src/Nest/Analysis/Plugins/Icu/IcuFoldingTokenFilter.cs index b4c8fb95360..8d49ad66142 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuFoldingTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuFoldingTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/IcuNormalizationCharFilter.cs b/src/Nest/Analysis/Plugins/Icu/IcuNormalizationCharFilter.cs index 151e0581d03..c33befac13c 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuNormalizationCharFilter.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuNormalizationCharFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/IcuNormalizationTokenFilter.cs b/src/Nest/Analysis/Plugins/Icu/IcuNormalizationTokenFilter.cs index 87bbf4713a2..17faa9808c7 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuNormalizationTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuNormalizationTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/IcuTokenizer.cs b/src/Nest/Analysis/Plugins/Icu/IcuTokenizer.cs index 11ebb851281..c460d1ba4ba 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuTokenizer.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/IcuTransformTokenFilter.cs b/src/Nest/Analysis/Plugins/Icu/IcuTransformTokenFilter.cs index 224c8992398..0e36b2fc89a 100644 --- a/src/Nest/Analysis/Plugins/Icu/IcuTransformTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Icu/IcuTransformTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationMode.cs b/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationMode.cs index 9216271b40c..967bcaca774 100644 --- a/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationMode.cs +++ b/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationType.cs b/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationType.cs index b0e19122d4f..e5173bd4108 100644 --- a/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationType.cs +++ b/src/Nest/Analysis/Plugins/Icu/Normalization/IcuNormalizationType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Icu/Transform/IcuNormalizationType.cs b/src/Nest/Analysis/Plugins/Icu/Transform/IcuNormalizationType.cs index 8db497c06ac..09325542c8b 100644 --- a/src/Nest/Analysis/Plugins/Icu/Transform/IcuNormalizationType.cs +++ b/src/Nest/Analysis/Plugins/Icu/Transform/IcuNormalizationType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiAnalyzer.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiAnalyzer.cs index c4cf928040b..6edce44a8b3 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiAnalyzer.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Plugins/Kuromoji/KuromojiIterationMarkCharFilter.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiIterationMarkCharFilter.cs index 32e969bffa8..7a7d5bdf7b3 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiIterationMarkCharFilter.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiIterationMarkCharFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiPartOfSpeechTokenFilter.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiPartOfSpeechTokenFilter.cs index fa2e209929e..8e2977d9548 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiPartOfSpeechTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiPartOfSpeechTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiReadingFormTokenFilter.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiReadingFormTokenFilter.cs index 1ca2979a0db..bb323277646 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiReadingFormTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiReadingFormTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiStemmerTokenFilter.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiStemmerTokenFilter.cs index 4a8740e38b0..8d7f7a4409b 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiStemmerTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiStemmerTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizationMode.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizationMode.cs index be73083d12d..31d252e8709 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizationMode.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizationMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizer.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizer.cs index a4c2f683873..38c6fdf6128 100644 --- a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizer.cs +++ b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Plugins/Phonetic/PhoneticEncoder.cs b/src/Nest/Analysis/Plugins/Phonetic/PhoneticEncoder.cs index fed7c96c58e..ffe98c3f717 100644 --- a/src/Nest/Analysis/Plugins/Phonetic/PhoneticEncoder.cs +++ b/src/Nest/Analysis/Plugins/Phonetic/PhoneticEncoder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Phonetic/PhoneticLanguage.cs b/src/Nest/Analysis/Plugins/Phonetic/PhoneticLanguage.cs index b18c4c6c904..1baf6f1c486 100644 --- a/src/Nest/Analysis/Plugins/Phonetic/PhoneticLanguage.cs +++ b/src/Nest/Analysis/Plugins/Phonetic/PhoneticLanguage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Phonetic/PhoneticNameType.cs b/src/Nest/Analysis/Plugins/Phonetic/PhoneticNameType.cs index a517fb0152c..1dfcfb9d7cd 100644 --- a/src/Nest/Analysis/Plugins/Phonetic/PhoneticNameType.cs +++ b/src/Nest/Analysis/Plugins/Phonetic/PhoneticNameType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Phonetic/PhoneticRuleType.cs b/src/Nest/Analysis/Plugins/Phonetic/PhoneticRuleType.cs index 7e2402ac157..359705b8334 100644 --- a/src/Nest/Analysis/Plugins/Phonetic/PhoneticRuleType.cs +++ b/src/Nest/Analysis/Plugins/Phonetic/PhoneticRuleType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Plugins/Phonetic/PhoneticTokenFilter.cs b/src/Nest/Analysis/Plugins/Phonetic/PhoneticTokenFilter.cs index fdf8b0b8d63..a935d327f19 100644 --- a/src/Nest/Analysis/Plugins/Phonetic/PhoneticTokenFilter.cs +++ b/src/Nest/Analysis/Plugins/Phonetic/PhoneticTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/StopWords.cs b/src/Nest/Analysis/StopWords.cs index 86b5acfe90d..35084d8ac4c 100644 --- a/src/Nest/Analysis/StopWords.cs +++ b/src/Nest/Analysis/StopWords.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/AsciiFoldingTokenFilter.cs b/src/Nest/Analysis/TokenFilters/AsciiFoldingTokenFilter.cs index 74fe87cfb1c..3c527ba7595 100644 --- a/src/Nest/Analysis/TokenFilters/AsciiFoldingTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/AsciiFoldingTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/CommonGramsTokenFilter.cs b/src/Nest/Analysis/TokenFilters/CommonGramsTokenFilter.cs index f68b8c0323b..87de7a4a729 100644 --- a/src/Nest/Analysis/TokenFilters/CommonGramsTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/CommonGramsTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/CompoundWord/CompoundWordTokenFilterBase.cs b/src/Nest/Analysis/TokenFilters/CompoundWord/CompoundWordTokenFilterBase.cs index f6bbf3ff6fa..429acb6b234 100644 --- a/src/Nest/Analysis/TokenFilters/CompoundWord/CompoundWordTokenFilterBase.cs +++ b/src/Nest/Analysis/TokenFilters/CompoundWord/CompoundWordTokenFilterBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/CompoundWord/DictionaryDecompounderTokenFilter.cs b/src/Nest/Analysis/TokenFilters/CompoundWord/DictionaryDecompounderTokenFilter.cs index 583181ae010..83fe784ed94 100644 --- a/src/Nest/Analysis/TokenFilters/CompoundWord/DictionaryDecompounderTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/CompoundWord/DictionaryDecompounderTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/CompoundWord/HyphenationDecompounderTokenFilter.cs b/src/Nest/Analysis/TokenFilters/CompoundWord/HyphenationDecompounderTokenFilter.cs index 8e51590067a..e637d8d2870 100644 --- a/src/Nest/Analysis/TokenFilters/CompoundWord/HyphenationDecompounderTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/CompoundWord/HyphenationDecompounderTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/ConditionTokenFilter.cs b/src/Nest/Analysis/TokenFilters/ConditionTokenFilter.cs index fe8e48cfdeb..04c56afd8f7 100644 --- a/src/Nest/Analysis/TokenFilters/ConditionTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/ConditionTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadEncoding.cs b/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadEncoding.cs index ef45ee307da..bb21eec97fc 100644 --- a/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadEncoding.cs +++ b/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadEncoding.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadTokenFilter.cs b/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadTokenFilter.cs index ae6c0803ab6..358639752ee 100644 --- a/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/DelimitedPayload/DelimitedPayloadTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramSide.cs b/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramSide.cs index dda67a587f2..f70c3e2b26f 100644 --- a/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramSide.cs +++ b/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramSide.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramTokenFilter.cs b/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramTokenFilter.cs index 238eed76411..1f409b27be1 100644 --- a/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/EdgeNGram/EdgeNGramTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/ElisionTokenFilter.cs b/src/Nest/Analysis/TokenFilters/ElisionTokenFilter.cs index ebc059ac44d..75817a4ace7 100644 --- a/src/Nest/Analysis/TokenFilters/ElisionTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/ElisionTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/FingerprintTokenFilter.cs b/src/Nest/Analysis/TokenFilters/FingerprintTokenFilter.cs index 203b64df494..91ed45654db 100644 --- a/src/Nest/Analysis/TokenFilters/FingerprintTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/FingerprintTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/HunspellTokenFilter.cs b/src/Nest/Analysis/TokenFilters/HunspellTokenFilter.cs index 0f072ac1fd4..cb7584a0b91 100644 --- a/src/Nest/Analysis/TokenFilters/HunspellTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/HunspellTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/KStemTokenFilter.cs b/src/Nest/Analysis/TokenFilters/KStemTokenFilter.cs index 876b3c73ad7..d73f69b46c8 100644 --- a/src/Nest/Analysis/TokenFilters/KStemTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/KStemTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/KeepTypesTokenFilter.cs b/src/Nest/Analysis/TokenFilters/KeepTypesTokenFilter.cs index 1d1351c281b..50f7acaa88c 100644 --- a/src/Nest/Analysis/TokenFilters/KeepTypesTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/KeepTypesTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/KeepWordsTokenFilter.cs b/src/Nest/Analysis/TokenFilters/KeepWordsTokenFilter.cs index 877383f8da6..a74bd10b395 100644 --- a/src/Nest/Analysis/TokenFilters/KeepWordsTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/KeepWordsTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/KeywordMarkerTokenFilter.cs b/src/Nest/Analysis/TokenFilters/KeywordMarkerTokenFilter.cs index 766bdf0cf97..f20d0948f07 100644 --- a/src/Nest/Analysis/TokenFilters/KeywordMarkerTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/KeywordMarkerTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/LengthTokenFilter.cs b/src/Nest/Analysis/TokenFilters/LengthTokenFilter.cs index 398baf24e61..32d95151c8f 100644 --- a/src/Nest/Analysis/TokenFilters/LengthTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/LengthTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/LimitTokenCountTokenFilter.cs b/src/Nest/Analysis/TokenFilters/LimitTokenCountTokenFilter.cs index e194071b069..52fcfb92c55 100644 --- a/src/Nest/Analysis/TokenFilters/LimitTokenCountTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/LimitTokenCountTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/LowercaseTokenFilter.cs b/src/Nest/Analysis/TokenFilters/LowercaseTokenFilter.cs index d05fe77aef4..2d858a1ecef 100644 --- a/src/Nest/Analysis/TokenFilters/LowercaseTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/LowercaseTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/MultiplexerTokenFilter.cs b/src/Nest/Analysis/TokenFilters/MultiplexerTokenFilter.cs index 316bea6be2e..db2cf68f22f 100644 --- a/src/Nest/Analysis/TokenFilters/MultiplexerTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/MultiplexerTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/NgramTokenFilter.cs b/src/Nest/Analysis/TokenFilters/NgramTokenFilter.cs index 790105da524..d741038bd5c 100644 --- a/src/Nest/Analysis/TokenFilters/NgramTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/NgramTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/NoriPartOfSpeechTokenFilter.cs b/src/Nest/Analysis/TokenFilters/NoriPartOfSpeechTokenFilter.cs index 6c8b01d0ef4..0e38b61f4f7 100644 --- a/src/Nest/Analysis/TokenFilters/NoriPartOfSpeechTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/NoriPartOfSpeechTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/PatternCaptureTokenFilter.cs b/src/Nest/Analysis/TokenFilters/PatternCaptureTokenFilter.cs index 65a4b98ba9e..f5d08985afb 100644 --- a/src/Nest/Analysis/TokenFilters/PatternCaptureTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/PatternCaptureTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/PatternReplaceTokenFilter.cs b/src/Nest/Analysis/TokenFilters/PatternReplaceTokenFilter.cs index 5a85bed800c..b741a5ff95a 100644 --- a/src/Nest/Analysis/TokenFilters/PatternReplaceTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/PatternReplaceTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/PorterStemTokenFilter.cs b/src/Nest/Analysis/TokenFilters/PorterStemTokenFilter.cs index 2c2ae01175b..4af1e06fe26 100644 --- a/src/Nest/Analysis/TokenFilters/PorterStemTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/PorterStemTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/PredicateTokenFilter.cs b/src/Nest/Analysis/TokenFilters/PredicateTokenFilter.cs index b837aad6f53..b6a2ede1676 100644 --- a/src/Nest/Analysis/TokenFilters/PredicateTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/PredicateTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/RemoveDuplicatesTokenFilter.cs b/src/Nest/Analysis/TokenFilters/RemoveDuplicatesTokenFilter.cs index fe32198be7f..5f4946cde81 100644 --- a/src/Nest/Analysis/TokenFilters/RemoveDuplicatesTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/RemoveDuplicatesTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/ReverseTokenFilter.cs b/src/Nest/Analysis/TokenFilters/ReverseTokenFilter.cs index ab1e0f14d6f..1730af2ecc3 100644 --- a/src/Nest/Analysis/TokenFilters/ReverseTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/ReverseTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/Shingle/ShingleTokenFilter.cs b/src/Nest/Analysis/TokenFilters/Shingle/ShingleTokenFilter.cs index 1102fd20bcb..c1c45f029b3 100644 --- a/src/Nest/Analysis/TokenFilters/Shingle/ShingleTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/Shingle/ShingleTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/SnowballTokenFilter.cs b/src/Nest/Analysis/TokenFilters/SnowballTokenFilter.cs index 363cb19478f..bd13039da8c 100644 --- a/src/Nest/Analysis/TokenFilters/SnowballTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/SnowballTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/StemmerOverrideTokenFilter.cs b/src/Nest/Analysis/TokenFilters/StemmerOverrideTokenFilter.cs index 3b90dd0cc71..72d0baabe23 100644 --- a/src/Nest/Analysis/TokenFilters/StemmerOverrideTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/StemmerOverrideTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/StemmerTokenFilter.cs b/src/Nest/Analysis/TokenFilters/StemmerTokenFilter.cs index 08ca5e3c184..f43255f9cb9 100644 --- a/src/Nest/Analysis/TokenFilters/StemmerTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/StemmerTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/Stop/StopTokenFilter.cs b/src/Nest/Analysis/TokenFilters/Stop/StopTokenFilter.cs index 72d2baf7481..269cd91c091 100644 --- a/src/Nest/Analysis/TokenFilters/Stop/StopTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/Stop/StopTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/Synonym/SynonymFormat.cs b/src/Nest/Analysis/TokenFilters/Synonym/SynonymFormat.cs index 84fdfe86ea6..dae35926019 100644 --- a/src/Nest/Analysis/TokenFilters/Synonym/SynonymFormat.cs +++ b/src/Nest/Analysis/TokenFilters/Synonym/SynonymFormat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/TokenFilters/Synonym/SynonymGraphTokenFilter.cs b/src/Nest/Analysis/TokenFilters/Synonym/SynonymGraphTokenFilter.cs index c4b7d74f3a4..f94bcac6f08 100644 --- a/src/Nest/Analysis/TokenFilters/Synonym/SynonymGraphTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/Synonym/SynonymGraphTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/Synonym/SynonymTokenFilter.cs b/src/Nest/Analysis/TokenFilters/Synonym/SynonymTokenFilter.cs index 5fc434930f5..ed21ae7b372 100644 --- a/src/Nest/Analysis/TokenFilters/Synonym/SynonymTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/Synonym/SynonymTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/TokenFilterBase.cs b/src/Nest/Analysis/TokenFilters/TokenFilterBase.cs index 3eaab573852..384516a4e92 100644 --- a/src/Nest/Analysis/TokenFilters/TokenFilterBase.cs +++ b/src/Nest/Analysis/TokenFilters/TokenFilterBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/TokenFilterFormatter.cs b/src/Nest/Analysis/TokenFilters/TokenFilterFormatter.cs index bbedb8abd65..253c44b70e9 100644 --- a/src/Nest/Analysis/TokenFilters/TokenFilterFormatter.cs +++ b/src/Nest/Analysis/TokenFilters/TokenFilterFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Extensions; diff --git a/src/Nest/Analysis/TokenFilters/TokenFilters.cs b/src/Nest/Analysis/TokenFilters/TokenFilters.cs index f250905f876..32f7680e622 100644 --- a/src/Nest/Analysis/TokenFilters/TokenFilters.cs +++ b/src/Nest/Analysis/TokenFilters/TokenFilters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/TokenFilters/TrimTokenFilter.cs b/src/Nest/Analysis/TokenFilters/TrimTokenFilter.cs index 5e6a076c85d..59414f0c2e9 100644 --- a/src/Nest/Analysis/TokenFilters/TrimTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/TrimTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/TruncateTokenFilter.cs b/src/Nest/Analysis/TokenFilters/TruncateTokenFilter.cs index 5b17636ca9b..5f9c0b9981d 100644 --- a/src/Nest/Analysis/TokenFilters/TruncateTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/TruncateTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/UniqueTokenFilter.cs b/src/Nest/Analysis/TokenFilters/UniqueTokenFilter.cs index 2d911edf5a3..2fcd5fbcf0d 100644 --- a/src/Nest/Analysis/TokenFilters/UniqueTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/UniqueTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/UppercaseTokenFilter.cs b/src/Nest/Analysis/TokenFilters/UppercaseTokenFilter.cs index 07bfa4f6408..d094171af78 100644 --- a/src/Nest/Analysis/TokenFilters/UppercaseTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/UppercaseTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/TokenFilters/WordDelimiter/WordDelimiterTokenFilter.cs b/src/Nest/Analysis/TokenFilters/WordDelimiter/WordDelimiterTokenFilter.cs index 951ec4bf24c..9d6c5aae2d0 100644 --- a/src/Nest/Analysis/TokenFilters/WordDelimiter/WordDelimiterTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/WordDelimiter/WordDelimiterTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/TokenFilters/WordDelimiterGraph/WordDelimiterGraphTokenFilter.cs b/src/Nest/Analysis/TokenFilters/WordDelimiterGraph/WordDelimiterGraphTokenFilter.cs index 494757f8a76..c53a2e3fdb7 100644 --- a/src/Nest/Analysis/TokenFilters/WordDelimiterGraph/WordDelimiterGraphTokenFilter.cs +++ b/src/Nest/Analysis/TokenFilters/WordDelimiterGraph/WordDelimiterGraphTokenFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Tokenizers/CharGroupTokenizer.cs b/src/Nest/Analysis/Tokenizers/CharGroupTokenizer.cs index dc34d3c5091..d3fecfd2d46 100644 --- a/src/Nest/Analysis/Tokenizers/CharGroupTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/CharGroupTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Tokenizers/KeywordTokenizer.cs b/src/Nest/Analysis/Tokenizers/KeywordTokenizer.cs index 89ba02c47a1..45aca1d9df9 100644 --- a/src/Nest/Analysis/Tokenizers/KeywordTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/KeywordTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/LetterTokenizer.cs b/src/Nest/Analysis/Tokenizers/LetterTokenizer.cs index afc28ad8aad..fa47e9f0f5c 100644 --- a/src/Nest/Analysis/Tokenizers/LetterTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/LetterTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/Tokenizers/LowercaseTokenizer.cs b/src/Nest/Analysis/Tokenizers/LowercaseTokenizer.cs index ab3fdddf61a..8d95afb6211 100644 --- a/src/Nest/Analysis/Tokenizers/LowercaseTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/LowercaseTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Analysis/Tokenizers/NGram/EdgeNGramTokenizer.cs b/src/Nest/Analysis/Tokenizers/NGram/EdgeNGramTokenizer.cs index 9f446e2f08b..7dde4bd8f59 100644 --- a/src/Nest/Analysis/Tokenizers/NGram/EdgeNGramTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/NGram/EdgeNGramTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Tokenizers/NGram/NGramTokenizer.cs b/src/Nest/Analysis/Tokenizers/NGram/NGramTokenizer.cs index d23b2d9b6f5..48338f01708 100644 --- a/src/Nest/Analysis/Tokenizers/NGram/NGramTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/NGram/NGramTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Tokenizers/NGram/TokenChar.cs b/src/Nest/Analysis/Tokenizers/NGram/TokenChar.cs index 883add236a3..9c8a6c18443 100644 --- a/src/Nest/Analysis/Tokenizers/NGram/TokenChar.cs +++ b/src/Nest/Analysis/Tokenizers/NGram/TokenChar.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Analysis/Tokenizers/NoriTokenizer.cs b/src/Nest/Analysis/Tokenizers/NoriTokenizer.cs index c093ba7d4c8..9a5a3d1678b 100644 --- a/src/Nest/Analysis/Tokenizers/NoriTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/NoriTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Analysis/Tokenizers/PathHierarchyTokenizer.cs b/src/Nest/Analysis/Tokenizers/PathHierarchyTokenizer.cs index 721ff7fb7e0..d86c8969021 100644 --- a/src/Nest/Analysis/Tokenizers/PathHierarchyTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/PathHierarchyTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/PatternTokenizer.cs b/src/Nest/Analysis/Tokenizers/PatternTokenizer.cs index 98e920d1ff0..81c1c2de06d 100644 --- a/src/Nest/Analysis/Tokenizers/PatternTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/PatternTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/StandardTokenizer.cs b/src/Nest/Analysis/Tokenizers/StandardTokenizer.cs index 5b5efbd9735..62a1f85fe1d 100644 --- a/src/Nest/Analysis/Tokenizers/StandardTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/StandardTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/TokenizerBase.cs b/src/Nest/Analysis/Tokenizers/TokenizerBase.cs index 098d605941f..e0dc798c7e3 100644 --- a/src/Nest/Analysis/Tokenizers/TokenizerBase.cs +++ b/src/Nest/Analysis/Tokenizers/TokenizerBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs b/src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs index 06a95b4ecbf..aaddf23cd68 100644 --- a/src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs +++ b/src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Extensions; diff --git a/src/Nest/Analysis/Tokenizers/Tokenizers.cs b/src/Nest/Analysis/Tokenizers/Tokenizers.cs index 8ee9b8cd193..7afabaf7315 100644 --- a/src/Nest/Analysis/Tokenizers/Tokenizers.cs +++ b/src/Nest/Analysis/Tokenizers/Tokenizers.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Analysis/Tokenizers/UaxEmailUrlTokenizer.cs b/src/Nest/Analysis/Tokenizers/UaxEmailUrlTokenizer.cs index 4c5a0cb987b..7244e4ff2e2 100644 --- a/src/Nest/Analysis/Tokenizers/UaxEmailUrlTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/UaxEmailUrlTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/WhitespaceTokenizer.cs b/src/Nest/Analysis/Tokenizers/WhitespaceTokenizer.cs index 7141a313a65..e14f56cb534 100644 --- a/src/Nest/Analysis/Tokenizers/WhitespaceTokenizer.cs +++ b/src/Nest/Analysis/Tokenizers/WhitespaceTokenizer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatAliases/CatAliasesRecord.cs b/src/Nest/Cat/CatAliases/CatAliasesRecord.cs index d65838d2a18..6cc76f8f6f1 100644 --- a/src/Nest/Cat/CatAliases/CatAliasesRecord.cs +++ b/src/Nest/Cat/CatAliases/CatAliasesRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatAliases/CatAliasesRequest.cs b/src/Nest/Cat/CatAliases/CatAliasesRequest.cs index 52ac802c07c..a0a1c211d96 100644 --- a/src/Nest/Cat/CatAliases/CatAliasesRequest.cs +++ b/src/Nest/Cat/CatAliases/CatAliasesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatAllocation/CatAllocationRecord.cs b/src/Nest/Cat/CatAllocation/CatAllocationRecord.cs index 53737b988e8..390bb88feb4 100644 --- a/src/Nest/Cat/CatAllocation/CatAllocationRecord.cs +++ b/src/Nest/Cat/CatAllocation/CatAllocationRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatAllocation/CatAllocationRequest.cs b/src/Nest/Cat/CatAllocation/CatAllocationRequest.cs index a1ed6c602b2..4695eca8301 100644 --- a/src/Nest/Cat/CatAllocation/CatAllocationRequest.cs +++ b/src/Nest/Cat/CatAllocation/CatAllocationRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatCount/CatCountRecord.cs b/src/Nest/Cat/CatCount/CatCountRecord.cs index 829feed58d7..33f131b5316 100644 --- a/src/Nest/Cat/CatCount/CatCountRecord.cs +++ b/src/Nest/Cat/CatCount/CatCountRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatCount/CatCountRequest.cs b/src/Nest/Cat/CatCount/CatCountRequest.cs index 3854acea82f..4df6e59d664 100644 --- a/src/Nest/Cat/CatCount/CatCountRequest.cs +++ b/src/Nest/Cat/CatCount/CatCountRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRecord.cs b/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRecord.cs index ba399a91704..636b46e63f3 100644 --- a/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRecord.cs +++ b/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRequest.cs b/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRequest.cs index 7954a0aa7f8..7e4b4cc789d 100644 --- a/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRequest.cs +++ b/src/Nest/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatDatafeeds/CatDatafeedsRecord.cs b/src/Nest/Cat/CatDatafeeds/CatDatafeedsRecord.cs index 7c0a129a47e..d37f85c1beb 100644 --- a/src/Nest/Cat/CatDatafeeds/CatDatafeedsRecord.cs +++ b/src/Nest/Cat/CatDatafeeds/CatDatafeedsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatDatafeeds/CatDatafeedsRequest.cs b/src/Nest/Cat/CatDatafeeds/CatDatafeedsRequest.cs index 1031e5f9b6c..e770509bbf7 100644 --- a/src/Nest/Cat/CatDatafeeds/CatDatafeedsRequest.cs +++ b/src/Nest/Cat/CatDatafeeds/CatDatafeedsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatFielddata/CatFielddataRecord.cs b/src/Nest/Cat/CatFielddata/CatFielddataRecord.cs index cbcb21ae119..9fef673b4f7 100644 --- a/src/Nest/Cat/CatFielddata/CatFielddataRecord.cs +++ b/src/Nest/Cat/CatFielddata/CatFielddataRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatFielddata/CatFielddataRecordJsonConverter.cs b/src/Nest/Cat/CatFielddata/CatFielddataRecordJsonConverter.cs index 9215c9ebccf..4ef7dc3f1c6 100644 --- a/src/Nest/Cat/CatFielddata/CatFielddataRecordJsonConverter.cs +++ b/src/Nest/Cat/CatFielddata/CatFielddataRecordJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatFielddata/CatFielddataRequest.cs b/src/Nest/Cat/CatFielddata/CatFielddataRequest.cs index 3d9d536bff0..f662dd73bb8 100644 --- a/src/Nest/Cat/CatFielddata/CatFielddataRequest.cs +++ b/src/Nest/Cat/CatFielddata/CatFielddataRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatHealth/CatHealthRecord.cs b/src/Nest/Cat/CatHealth/CatHealthRecord.cs index 2c285863b95..9e20091cc63 100644 --- a/src/Nest/Cat/CatHealth/CatHealthRecord.cs +++ b/src/Nest/Cat/CatHealth/CatHealthRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatHealth/CatHealthRequest.cs b/src/Nest/Cat/CatHealth/CatHealthRequest.cs index 2cef3cf2f3f..20c95baad02 100644 --- a/src/Nest/Cat/CatHealth/CatHealthRequest.cs +++ b/src/Nest/Cat/CatHealth/CatHealthRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatHelp/CatHelpRecord.cs b/src/Nest/Cat/CatHelp/CatHelpRecord.cs index d56faedd60e..38aaf1ccdce 100644 --- a/src/Nest/Cat/CatHelp/CatHelpRecord.cs +++ b/src/Nest/Cat/CatHelp/CatHelpRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatHelp/CatHelpRequest.cs b/src/Nest/Cat/CatHelp/CatHelpRequest.cs index f42038e21d2..091676f591f 100644 --- a/src/Nest/Cat/CatHelp/CatHelpRequest.cs +++ b/src/Nest/Cat/CatHelp/CatHelpRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatHelpResponseBuilder.cs b/src/Nest/Cat/CatHelpResponseBuilder.cs index b0ab83114b8..5c20e8758b9 100644 --- a/src/Nest/Cat/CatHelpResponseBuilder.cs +++ b/src/Nest/Cat/CatHelpResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/src/Nest/Cat/CatIndices/CatIndicesRecord.cs b/src/Nest/Cat/CatIndices/CatIndicesRecord.cs index 96afeb54f2c..385ff85a64d 100644 --- a/src/Nest/Cat/CatIndices/CatIndicesRecord.cs +++ b/src/Nest/Cat/CatIndices/CatIndicesRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatIndices/CatIndicesRequest.cs b/src/Nest/Cat/CatIndices/CatIndicesRequest.cs index 83a15618768..de432b9ce19 100644 --- a/src/Nest/Cat/CatIndices/CatIndicesRequest.cs +++ b/src/Nest/Cat/CatIndices/CatIndicesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatJobs/CatJobsRecord.cs b/src/Nest/Cat/CatJobs/CatJobsRecord.cs index 4d29345028c..f1f849300bb 100644 --- a/src/Nest/Cat/CatJobs/CatJobsRecord.cs +++ b/src/Nest/Cat/CatJobs/CatJobsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatJobs/CatJobsRequest.cs b/src/Nest/Cat/CatJobs/CatJobsRequest.cs index f909ca2bb29..3073d0c7eac 100644 --- a/src/Nest/Cat/CatJobs/CatJobsRequest.cs +++ b/src/Nest/Cat/CatJobs/CatJobsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatJobs/ModelCategorizationStatus.cs b/src/Nest/Cat/CatJobs/ModelCategorizationStatus.cs index b5f7ca7a0b4..49b0207937d 100644 --- a/src/Nest/Cat/CatJobs/ModelCategorizationStatus.cs +++ b/src/Nest/Cat/CatJobs/ModelCategorizationStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cat/CatJobs/ModelMemoryStatus.cs b/src/Nest/Cat/CatJobs/ModelMemoryStatus.cs index 68e21cd29b4..c015af38ace 100644 --- a/src/Nest/Cat/CatJobs/ModelMemoryStatus.cs +++ b/src/Nest/Cat/CatJobs/ModelMemoryStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cat/CatMaster/CatMasterRecord.cs b/src/Nest/Cat/CatMaster/CatMasterRecord.cs index d1b3c4c70ee..7cb3c4502c4 100644 --- a/src/Nest/Cat/CatMaster/CatMasterRecord.cs +++ b/src/Nest/Cat/CatMaster/CatMasterRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatMaster/CatMasterRequest.cs b/src/Nest/Cat/CatMaster/CatMasterRequest.cs index d01aa0a200a..a5d658af27c 100644 --- a/src/Nest/Cat/CatMaster/CatMasterRequest.cs +++ b/src/Nest/Cat/CatMaster/CatMasterRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRecord.cs b/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRecord.cs index 7577d8e6dc1..b7106915748 100644 --- a/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRecord.cs +++ b/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatNodeAttributes/CatNodeAttributesRequest.cs b/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRequest.cs index 8aafd72a711..ccaf35e06f0 100644 --- a/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRequest.cs +++ b/src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #pragma warning disable 612, 618 diff --git a/src/Nest/Cat/CatNodes/CatNodesRecord.cs b/src/Nest/Cat/CatNodes/CatNodesRecord.cs index d4007478b79..42e1afd80d7 100644 --- a/src/Nest/Cat/CatNodes/CatNodesRecord.cs +++ b/src/Nest/Cat/CatNodes/CatNodesRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatNodes/CatNodesRequest.cs b/src/Nest/Cat/CatNodes/CatNodesRequest.cs index 47487c0bfe2..80350416202 100644 --- a/src/Nest/Cat/CatNodes/CatNodesRequest.cs +++ b/src/Nest/Cat/CatNodes/CatNodesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatPendingTasks/CatPendingTasksRecord.cs b/src/Nest/Cat/CatPendingTasks/CatPendingTasksRecord.cs index 6e43cb7c71f..4084977d1f7 100644 --- a/src/Nest/Cat/CatPendingTasks/CatPendingTasksRecord.cs +++ b/src/Nest/Cat/CatPendingTasks/CatPendingTasksRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatPendingTasks/CatPendingTasksRequest.cs b/src/Nest/Cat/CatPendingTasks/CatPendingTasksRequest.cs index f29382d419e..a2040f99e2d 100644 --- a/src/Nest/Cat/CatPendingTasks/CatPendingTasksRequest.cs +++ b/src/Nest/Cat/CatPendingTasks/CatPendingTasksRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatPlugins/CatPluginsRecord.cs b/src/Nest/Cat/CatPlugins/CatPluginsRecord.cs index 8b50dfe5e0f..667e5591d67 100644 --- a/src/Nest/Cat/CatPlugins/CatPluginsRecord.cs +++ b/src/Nest/Cat/CatPlugins/CatPluginsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatPlugins/CatPluginsRequest.cs b/src/Nest/Cat/CatPlugins/CatPluginsRequest.cs index f49dc6375ee..502775c4f95 100644 --- a/src/Nest/Cat/CatPlugins/CatPluginsRequest.cs +++ b/src/Nest/Cat/CatPlugins/CatPluginsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatRecovery/CatRecoveryRecord.cs b/src/Nest/Cat/CatRecovery/CatRecoveryRecord.cs index e5a907a95fa..ed4f435c61f 100644 --- a/src/Nest/Cat/CatRecovery/CatRecoveryRecord.cs +++ b/src/Nest/Cat/CatRecovery/CatRecoveryRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatRecovery/CatRecoveryRequest.cs b/src/Nest/Cat/CatRecovery/CatRecoveryRequest.cs index f7b13b1efa7..b2ef5d91415 100644 --- a/src/Nest/Cat/CatRecovery/CatRecoveryRequest.cs +++ b/src/Nest/Cat/CatRecovery/CatRecoveryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatRepositories/CatRepositoriesRecord.cs b/src/Nest/Cat/CatRepositories/CatRepositoriesRecord.cs index f035f038fff..b4fe97b77cb 100644 --- a/src/Nest/Cat/CatRepositories/CatRepositoriesRecord.cs +++ b/src/Nest/Cat/CatRepositories/CatRepositoriesRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatRepositories/CatRepositoriesRequest.cs b/src/Nest/Cat/CatRepositories/CatRepositoriesRequest.cs index cd894c05919..f253b3b6fb2 100644 --- a/src/Nest/Cat/CatRepositories/CatRepositoriesRequest.cs +++ b/src/Nest/Cat/CatRepositories/CatRepositoriesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatResponse.cs b/src/Nest/Cat/CatResponse.cs index f21aa447bd0..cb2f3367c47 100644 --- a/src/Nest/Cat/CatResponse.cs +++ b/src/Nest/Cat/CatResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cat/CatResponseBuilder.cs b/src/Nest/Cat/CatResponseBuilder.cs index 08463fc8586..f3a935aa475 100644 --- a/src/Nest/Cat/CatResponseBuilder.cs +++ b/src/Nest/Cat/CatResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.IO; diff --git a/src/Nest/Cat/CatSegments/CatSegmentsRecord.cs b/src/Nest/Cat/CatSegments/CatSegmentsRecord.cs index fe8f57bd388..5101b2b7783 100644 --- a/src/Nest/Cat/CatSegments/CatSegmentsRecord.cs +++ b/src/Nest/Cat/CatSegments/CatSegmentsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatSegments/CatSegmentsRequest.cs b/src/Nest/Cat/CatSegments/CatSegmentsRequest.cs index 48d0535d28f..fe3b1ba5dd6 100644 --- a/src/Nest/Cat/CatSegments/CatSegmentsRequest.cs +++ b/src/Nest/Cat/CatSegments/CatSegmentsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatShards/CatShardsRecord.cs b/src/Nest/Cat/CatShards/CatShardsRecord.cs index f2c952e3d7e..a7fd290901c 100644 --- a/src/Nest/Cat/CatShards/CatShardsRecord.cs +++ b/src/Nest/Cat/CatShards/CatShardsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatShards/CatShardsRequest.cs b/src/Nest/Cat/CatShards/CatShardsRequest.cs index 814c46a258b..0a0459e4532 100644 --- a/src/Nest/Cat/CatShards/CatShardsRequest.cs +++ b/src/Nest/Cat/CatShards/CatShardsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatSnapshots/CatSnapshotsRecord.cs b/src/Nest/Cat/CatSnapshots/CatSnapshotsRecord.cs index 5587d5598bf..3568b97c317 100644 --- a/src/Nest/Cat/CatSnapshots/CatSnapshotsRecord.cs +++ b/src/Nest/Cat/CatSnapshots/CatSnapshotsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatSnapshots/CatSnapshotsRequest.cs b/src/Nest/Cat/CatSnapshots/CatSnapshotsRequest.cs index 8797dd3f666..84dc08abae0 100644 --- a/src/Nest/Cat/CatSnapshots/CatSnapshotsRequest.cs +++ b/src/Nest/Cat/CatSnapshots/CatSnapshotsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatTasks/CatTasksRecord.cs b/src/Nest/Cat/CatTasks/CatTasksRecord.cs index 400021ae4ad..7de9d89e9b8 100644 --- a/src/Nest/Cat/CatTasks/CatTasksRecord.cs +++ b/src/Nest/Cat/CatTasks/CatTasksRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatTasks/CatTasksRequest.cs b/src/Nest/Cat/CatTasks/CatTasksRequest.cs index 79ae5cbc006..7b9bbe0a168 100644 --- a/src/Nest/Cat/CatTasks/CatTasksRequest.cs +++ b/src/Nest/Cat/CatTasks/CatTasksRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatTemplates/CatTemplatesRecord.cs b/src/Nest/Cat/CatTemplates/CatTemplatesRecord.cs index fe5c6c23ef2..db832e3a2b5 100644 --- a/src/Nest/Cat/CatTemplates/CatTemplatesRecord.cs +++ b/src/Nest/Cat/CatTemplates/CatTemplatesRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatTemplates/CatTemplatesRequest.cs b/src/Nest/Cat/CatTemplates/CatTemplatesRequest.cs index 3cd07429a34..bbad1d90332 100644 --- a/src/Nest/Cat/CatTemplates/CatTemplatesRequest.cs +++ b/src/Nest/Cat/CatTemplates/CatTemplatesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #pragma warning disable 612, 618 diff --git a/src/Nest/Cat/CatThreadPool/CatThreadPoolRecord.cs b/src/Nest/Cat/CatThreadPool/CatThreadPoolRecord.cs index cf96372e282..ac252f30605 100644 --- a/src/Nest/Cat/CatThreadPool/CatThreadPoolRecord.cs +++ b/src/Nest/Cat/CatThreadPool/CatThreadPoolRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cat/CatThreadPool/CatThreadPoolRequest.cs b/src/Nest/Cat/CatThreadPool/CatThreadPoolRequest.cs index 5daa8210ea8..8b36245d458 100644 --- a/src/Nest/Cat/CatThreadPool/CatThreadPoolRequest.cs +++ b/src/Nest/Cat/CatThreadPool/CatThreadPoolRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRecord.cs b/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRecord.cs index 19f19077d0c..097c007af4e 100644 --- a/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRecord.cs +++ b/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatTrainedModels/CatTrainedModelsRequest.cs b/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRequest.cs index e55073feda8..8a2e87bd2f0 100644 --- a/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRequest.cs +++ b/src/Nest/Cat/CatTrainedModels/CatTrainedModelsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatTransforms/CatTransformsRecord.cs b/src/Nest/Cat/CatTransforms/CatTransformsRecord.cs index ede33985cd9..f3dac2a2623 100644 --- a/src/Nest/Cat/CatTransforms/CatTransformsRecord.cs +++ b/src/Nest/Cat/CatTransforms/CatTransformsRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cat/CatTransforms/CatTransformsRequest.cs b/src/Nest/Cat/CatTransforms/CatTransformsRequest.cs index 85600c94b30..c7288ec1a22 100644 --- a/src/Nest/Cat/CatTransforms/CatTransformsRequest.cs +++ b/src/Nest/Cat/CatTransforms/CatTransformsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cat/CatTransforms/TransformState.cs b/src/Nest/Cat/CatTransforms/TransformState.cs index 8bf077d1b79..f568a18fb98 100644 --- a/src/Nest/Cat/CatTransforms/TransformState.cs +++ b/src/Nest/Cat/CatTransforms/TransformState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cat/CatTransforms/TransformType.cs b/src/Nest/Cat/CatTransforms/TransformType.cs index 6371346dfb6..053c4419af9 100644 --- a/src/Nest/Cat/CatTransforms/TransformType.cs +++ b/src/Nest/Cat/CatTransforms/TransformType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cat/ICatRecord.cs b/src/Nest/Cat/ICatRecord.cs index 158c1623434..15ba49a6130 100644 --- a/src/Nest/Cat/ICatRecord.cs +++ b/src/Nest/Cat/ICatRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainRequest.cs b/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainRequest.cs index dc971eb5c80..b0e80bf9bc2 100644 --- a/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainRequest.cs +++ b/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponse.cs b/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponse.cs index fb844de8366..e1e3cdadd8b 100644 --- a/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponse.cs +++ b/src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterHealth.cs b/src/Nest/Cluster/ClusterHealth.cs index 1643c427f23..0477429f282 100644 --- a/src/Nest/Cluster/ClusterHealth.cs +++ b/src/Nest/Cluster/ClusterHealth.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cluster/ClusterHealth/ClusterHealthRequest.cs b/src/Nest/Cluster/ClusterHealth/ClusterHealthRequest.cs index e23f385f665..cde0af2653e 100644 --- a/src/Nest/Cluster/ClusterHealth/ClusterHealthRequest.cs +++ b/src/Nest/Cluster/ClusterHealth/ClusterHealthRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ClusterHealth/ClusterHealthResponse.cs b/src/Nest/Cluster/ClusterHealth/ClusterHealthResponse.cs index 2769e11503e..9c8b5d4629d 100644 --- a/src/Nest/Cluster/ClusterHealth/ClusterHealthResponse.cs +++ b/src/Nest/Cluster/ClusterHealth/ClusterHealthResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterHealth/IndexHealthStats.cs b/src/Nest/Cluster/ClusterHealth/IndexHealthStats.cs index 1702a8199cb..f942470687a 100644 --- a/src/Nest/Cluster/ClusterHealth/IndexHealthStats.cs +++ b/src/Nest/Cluster/ClusterHealth/IndexHealthStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterHealth/ShardHealthStats.cs b/src/Nest/Cluster/ClusterHealth/ShardHealthStats.cs index 2ea337e38c8..9afdd4dcc60 100644 --- a/src/Nest/Cluster/ClusterHealth/ShardHealthStats.cs +++ b/src/Nest/Cluster/ClusterHealth/ShardHealthStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using System.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksRequest.cs b/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksRequest.cs index f7a19124971..44532e58f2c 100644 --- a/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksRequest.cs +++ b/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksResponse.cs b/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksResponse.cs index 100a47507cd..a9771f2e338 100644 --- a/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksResponse.cs +++ b/src/Nest/Cluster/ClusterPendingTasks/ClusterPendingTasksResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterReroute/ClusterRerouteDecision.cs b/src/Nest/Cluster/ClusterReroute/ClusterRerouteDecision.cs index 59cac5c2b96..41cd859a571 100644 --- a/src/Nest/Cluster/ClusterReroute/ClusterRerouteDecision.cs +++ b/src/Nest/Cluster/ClusterReroute/ClusterRerouteDecision.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterReroute/ClusterRerouteExplanation.cs b/src/Nest/Cluster/ClusterReroute/ClusterRerouteExplanation.cs index 0ace07ce107..768dc1f1290 100644 --- a/src/Nest/Cluster/ClusterReroute/ClusterRerouteExplanation.cs +++ b/src/Nest/Cluster/ClusterReroute/ClusterRerouteExplanation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterReroute/ClusterRerouteParameters.cs b/src/Nest/Cluster/ClusterReroute/ClusterRerouteParameters.cs index 4d670f9ef13..75735df5451 100644 --- a/src/Nest/Cluster/ClusterReroute/ClusterRerouteParameters.cs +++ b/src/Nest/Cluster/ClusterReroute/ClusterRerouteParameters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterReroute/ClusterRerouteRequest.cs b/src/Nest/Cluster/ClusterReroute/ClusterRerouteRequest.cs index 30ba3376602..a6ac5a7206a 100644 --- a/src/Nest/Cluster/ClusterReroute/ClusterRerouteRequest.cs +++ b/src/Nest/Cluster/ClusterReroute/ClusterRerouteRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterReroute/ClusterRerouteResponse.cs b/src/Nest/Cluster/ClusterReroute/ClusterRerouteResponse.cs index 14227839841..e33282d9024 100644 --- a/src/Nest/Cluster/ClusterReroute/ClusterRerouteResponse.cs +++ b/src/Nest/Cluster/ClusterReroute/ClusterRerouteResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterReroute/Commands/AllocateClusterRerouteCommandBase.cs b/src/Nest/Cluster/ClusterReroute/Commands/AllocateClusterRerouteCommandBase.cs index a78171d542b..23ed079f60f 100644 --- a/src/Nest/Cluster/ClusterReroute/Commands/AllocateClusterRerouteCommandBase.cs +++ b/src/Nest/Cluster/ClusterReroute/Commands/AllocateClusterRerouteCommandBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterReroute/Commands/CancelClusterRerouteCommand.cs b/src/Nest/Cluster/ClusterReroute/Commands/CancelClusterRerouteCommand.cs index 56123919894..e89622fc2d0 100644 --- a/src/Nest/Cluster/ClusterReroute/Commands/CancelClusterRerouteCommand.cs +++ b/src/Nest/Cluster/ClusterReroute/Commands/CancelClusterRerouteCommand.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterReroute/Commands/ClusterRerouteCommandFormatter.cs b/src/Nest/Cluster/ClusterReroute/Commands/ClusterRerouteCommandFormatter.cs index a9a6032768d..95f4a3b09d8 100644 --- a/src/Nest/Cluster/ClusterReroute/Commands/ClusterRerouteCommandFormatter.cs +++ b/src/Nest/Cluster/ClusterReroute/Commands/ClusterRerouteCommandFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/Cluster/ClusterReroute/Commands/IClusterRerouteCommand.cs b/src/Nest/Cluster/ClusterReroute/Commands/IClusterRerouteCommand.cs index 92ba554a3d1..7eb6b464b4c 100644 --- a/src/Nest/Cluster/ClusterReroute/Commands/IClusterRerouteCommand.cs +++ b/src/Nest/Cluster/ClusterReroute/Commands/IClusterRerouteCommand.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Cluster/ClusterReroute/Commands/MoveClusterRerouteCommand.cs b/src/Nest/Cluster/ClusterReroute/Commands/MoveClusterRerouteCommand.cs index 86477201af3..e0977afe646 100644 --- a/src/Nest/Cluster/ClusterReroute/Commands/MoveClusterRerouteCommand.cs +++ b/src/Nest/Cluster/ClusterReroute/Commands/MoveClusterRerouteCommand.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsRequest.cs b/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsRequest.cs index aae9f76418a..d51279a46d5 100644 --- a/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsRequest.cs +++ b/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsResponse.cs b/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsResponse.cs index 0ea5c142a83..45df1850973 100644 --- a/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsResponse.cs +++ b/src/Nest/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsRequest.cs b/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsRequest.cs index e66c7bba069..0931b17461c 100644 --- a/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsRequest.cs +++ b/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsResponse.cs b/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsResponse.cs index 8e558d0a3ab..38a2ab059ba 100644 --- a/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsResponse.cs +++ b/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/RemoteClusterConfiguration.cs b/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/RemoteClusterConfiguration.cs index cc433825b81..cd4e2e40982 100644 --- a/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/RemoteClusterConfiguration.cs +++ b/src/Nest/Cluster/ClusterSettings/ClusterPutSettings/RemoteClusterConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterState/ClusterStateRequest.cs b/src/Nest/Cluster/ClusterState/ClusterStateRequest.cs index 14aae6e0587..5e834d1b53b 100644 --- a/src/Nest/Cluster/ClusterState/ClusterStateRequest.cs +++ b/src/Nest/Cluster/ClusterState/ClusterStateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ClusterState/ClusterStateResponse.cs b/src/Nest/Cluster/ClusterState/ClusterStateResponse.cs index 30a24a83024..5c336ab2ec8 100644 --- a/src/Nest/Cluster/ClusterState/ClusterStateResponse.cs +++ b/src/Nest/Cluster/ClusterState/ClusterStateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cluster/ClusterStats/ClusterIndicesStats.cs b/src/Nest/Cluster/ClusterStats/ClusterIndicesStats.cs index 46800603a55..b8e0bd4c4e6 100644 --- a/src/Nest/Cluster/ClusterStats/ClusterIndicesStats.cs +++ b/src/Nest/Cluster/ClusterStats/ClusterIndicesStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ClusterStats/ClusterNodesStats.cs b/src/Nest/Cluster/ClusterStats/ClusterNodesStats.cs index 680c8bebf10..fd1831cb54c 100644 --- a/src/Nest/Cluster/ClusterStats/ClusterNodesStats.cs +++ b/src/Nest/Cluster/ClusterStats/ClusterNodesStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/ClusterStats/ClusterStatsRequest.cs b/src/Nest/Cluster/ClusterStats/ClusterStatsRequest.cs index 25cac20ea6e..c37aeb037e3 100644 --- a/src/Nest/Cluster/ClusterStats/ClusterStatsRequest.cs +++ b/src/Nest/Cluster/ClusterStats/ClusterStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ClusterStats/ClusterStatsResponse.cs b/src/Nest/Cluster/ClusterStats/ClusterStatsResponse.cs index 643b910953b..bb6c5a7238c 100644 --- a/src/Nest/Cluster/ClusterStats/ClusterStatsResponse.cs +++ b/src/Nest/Cluster/ClusterStats/ClusterStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs b/src/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs index 914b94dd45a..b2d4e5e9d2d 100644 --- a/src/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs +++ b/src/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/NodesHotThreads/NodesHotThreadsRequest.cs b/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsRequest.cs index 7b629f8c55c..196c1cf0b5a 100644 --- a/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsRequest.cs +++ b/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Elasticsearch.Net.Specification.NodesApi; diff --git a/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsResponse.cs b/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsResponse.cs index c2d54deafcc..3b38b35d20f 100644 --- a/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsResponse.cs +++ b/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Cluster/NodesInfo/NodeInfo.cs b/src/Nest/Cluster/NodesInfo/NodeInfo.cs index 31155bf41de..5b4fab2b923 100644 --- a/src/Nest/Cluster/NodesInfo/NodeInfo.cs +++ b/src/Nest/Cluster/NodesInfo/NodeInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesInfo/NodeRole.cs b/src/Nest/Cluster/NodesInfo/NodeRole.cs index b98ca21183d..a5f869be9c4 100644 --- a/src/Nest/Cluster/NodesInfo/NodeRole.cs +++ b/src/Nest/Cluster/NodesInfo/NodeRole.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cluster/NodesInfo/NodesInfoRequest.cs b/src/Nest/Cluster/NodesInfo/NodesInfoRequest.cs index faa3289c478..220ca2ea421 100644 --- a/src/Nest/Cluster/NodesInfo/NodesInfoRequest.cs +++ b/src/Nest/Cluster/NodesInfo/NodesInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/NodesInfo/NodesInfoResponse.cs b/src/Nest/Cluster/NodesInfo/NodesInfoResponse.cs index adda1413842..6cbc888ba1e 100644 --- a/src/Nest/Cluster/NodesInfo/NodesInfoResponse.cs +++ b/src/Nest/Cluster/NodesInfo/NodesInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesResponseBase.cs b/src/Nest/Cluster/NodesResponseBase.cs index f519712c427..8952cbeedb2 100644 --- a/src/Nest/Cluster/NodesResponseBase.cs +++ b/src/Nest/Cluster/NodesResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesStats/AdaptiveSelectionStats.cs b/src/Nest/Cluster/NodesStats/AdaptiveSelectionStats.cs index 8dd28455f98..441568a9fb8 100644 --- a/src/Nest/Cluster/NodesStats/AdaptiveSelectionStats.cs +++ b/src/Nest/Cluster/NodesStats/AdaptiveSelectionStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/NodesStats/NodeStats.cs b/src/Nest/Cluster/NodesStats/NodeStats.cs index e57e9083726..d775279f55d 100644 --- a/src/Nest/Cluster/NodesStats/NodeStats.cs +++ b/src/Nest/Cluster/NodesStats/NodeStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesStats/NodeStatsResponse.cs b/src/Nest/Cluster/NodesStats/NodeStatsResponse.cs index 8f1b5617ec0..900dc2a121f 100644 --- a/src/Nest/Cluster/NodesStats/NodeStatsResponse.cs +++ b/src/Nest/Cluster/NodesStats/NodeStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesStats/NodesStatsRequest.cs b/src/Nest/Cluster/NodesStats/NodesStatsRequest.cs index f40e0b943f0..99796e578d0 100644 --- a/src/Nest/Cluster/NodesStats/NodesStatsRequest.cs +++ b/src/Nest/Cluster/NodesStats/NodesStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/NodesStats/Statistics/IngestStats.cs b/src/Nest/Cluster/NodesStats/Statistics/IngestStats.cs index d5ceb66201a..f8b6257ff63 100644 --- a/src/Nest/Cluster/NodesStats/Statistics/IngestStats.cs +++ b/src/Nest/Cluster/NodesStats/Statistics/IngestStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesStats/Statistics/NodeIngestStats.cs b/src/Nest/Cluster/NodesStats/Statistics/NodeIngestStats.cs index 558036ebdb0..f92d40aecc4 100644 --- a/src/Nest/Cluster/NodesStats/Statistics/NodeIngestStats.cs +++ b/src/Nest/Cluster/NodesStats/Statistics/NodeIngestStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesUsage/NodeUsageInformation.cs b/src/Nest/Cluster/NodesUsage/NodeUsageInformation.cs index 10c350f3ebc..99955a86f7d 100644 --- a/src/Nest/Cluster/NodesUsage/NodeUsageInformation.cs +++ b/src/Nest/Cluster/NodesUsage/NodeUsageInformation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/NodesUsage/NodeUsageResponse.cs b/src/Nest/Cluster/NodesUsage/NodeUsageResponse.cs index 9fb8e132d91..bf6cb000ddb 100644 --- a/src/Nest/Cluster/NodesUsage/NodeUsageResponse.cs +++ b/src/Nest/Cluster/NodesUsage/NodeUsageResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/NodesUsage/NodesUsageRequest.cs b/src/Nest/Cluster/NodesUsage/NodesUsageRequest.cs index d4b8a3b42c2..26d31dc7e43 100644 --- a/src/Nest/Cluster/NodesUsage/NodesUsageRequest.cs +++ b/src/Nest/Cluster/NodesUsage/NodesUsageRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/Ping/PingRequest.cs b/src/Nest/Cluster/Ping/PingRequest.cs index 581b90f3753..de0d576b4ac 100644 --- a/src/Nest/Cluster/Ping/PingRequest.cs +++ b/src/Nest/Cluster/Ping/PingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/Ping/PingResponse.cs b/src/Nest/Cluster/Ping/PingResponse.cs index 210906cfd06..565917adc8f 100644 --- a/src/Nest/Cluster/Ping/PingResponse.cs +++ b/src/Nest/Cluster/Ping/PingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsRequest.cs b/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsRequest.cs index 8b3e23d8bca..f9bd122a981 100644 --- a/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsRequest.cs +++ b/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsResponse.cs b/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsResponse.cs index 45eebd41ba0..fa0738f5614 100644 --- a/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsResponse.cs +++ b/src/Nest/Cluster/ReloadSecureSettings/ReloadSecureSettingsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/RemoteInfo/RemoteInfoRequest.cs b/src/Nest/Cluster/RemoteInfo/RemoteInfoRequest.cs index 1b7aa89119d..913c7398201 100644 --- a/src/Nest/Cluster/RemoteInfo/RemoteInfoRequest.cs +++ b/src/Nest/Cluster/RemoteInfo/RemoteInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/RemoteInfo/RemoteInfoResponse.cs b/src/Nest/Cluster/RemoteInfo/RemoteInfoResponse.cs index f386287362d..e52d07066a4 100644 --- a/src/Nest/Cluster/RemoteInfo/RemoteInfoResponse.cs +++ b/src/Nest/Cluster/RemoteInfo/RemoteInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/RootNodeInfo/RootNodeInfoRequest.cs b/src/Nest/Cluster/RootNodeInfo/RootNodeInfoRequest.cs index 1c1a9d9eb65..efb56b05fa8 100644 --- a/src/Nest/Cluster/RootNodeInfo/RootNodeInfoRequest.cs +++ b/src/Nest/Cluster/RootNodeInfo/RootNodeInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/RootNodeInfo/RootVersionInfoResponse.cs b/src/Nest/Cluster/RootNodeInfo/RootVersionInfoResponse.cs index fe047ea6797..579fe50c882 100644 --- a/src/Nest/Cluster/RootNodeInfo/RootVersionInfoResponse.cs +++ b/src/Nest/Cluster/RootNodeInfo/RootVersionInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksRequest.cs b/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksRequest.cs index 15d719c342c..9a3cb9da0a0 100644 --- a/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksRequest.cs +++ b/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksResponse.cs b/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksResponse.cs index 1f6d4a1af1b..c89815c3406 100644 --- a/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksResponse.cs +++ b/src/Nest/Cluster/TaskManagement/CancelTasks/CancelTasksResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/TaskManagement/GetTask/GetTaskRequest.cs b/src/Nest/Cluster/TaskManagement/GetTask/GetTaskRequest.cs index c9fcfdcd692..7990e272fc2 100644 --- a/src/Nest/Cluster/TaskManagement/GetTask/GetTaskRequest.cs +++ b/src/Nest/Cluster/TaskManagement/GetTask/GetTaskRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/TaskManagement/GetTask/GetTaskResponse.cs b/src/Nest/Cluster/TaskManagement/GetTask/GetTaskResponse.cs index f932b283c95..ad487e0bbd8 100644 --- a/src/Nest/Cluster/TaskManagement/GetTask/GetTaskResponse.cs +++ b/src/Nest/Cluster/TaskManagement/GetTask/GetTaskResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Cluster/TaskManagement/GetTask/TaskInfo.cs b/src/Nest/Cluster/TaskManagement/GetTask/TaskInfo.cs index 1f103e5a3e6..120c5d03021 100644 --- a/src/Nest/Cluster/TaskManagement/GetTask/TaskInfo.cs +++ b/src/Nest/Cluster/TaskManagement/GetTask/TaskInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksRequest.cs b/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksRequest.cs index 8e42670ed8c..87780cf9ba0 100644 --- a/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksRequest.cs +++ b/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksResponse.cs b/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksResponse.cs index 091185292dc..ddf739eddaf 100644 --- a/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksResponse.cs +++ b/src/Nest/Cluster/TaskManagement/ListTasks/ListTasksResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsRequest.cs b/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsRequest.cs index c9a844c2ece..d34a0a0fabd 100644 --- a/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsRequest.cs +++ b/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsResponse.cs b/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsResponse.cs index c61180ea49e..33c7f1b4d61 100644 --- a/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsResponse.cs +++ b/src/Nest/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsRequest.cs b/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsRequest.cs index 5220e270043..94ff82133b3 100644 --- a/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsRequest.cs +++ b/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsResponse.cs b/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsResponse.cs index 3ef9b76b808..bc93f3e7ad7 100644 --- a/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsResponse.cs +++ b/src/Nest/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/ConnectionSettings/ClrPropertyMapping.cs b/src/Nest/CommonAbstractions/ConnectionSettings/ClrPropertyMapping.cs index 7113de49bf0..f1035706f8c 100644 --- a/src/Nest/CommonAbstractions/ConnectionSettings/ClrPropertyMapping.cs +++ b/src/Nest/CommonAbstractions/ConnectionSettings/ClrPropertyMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/CommonAbstractions/ConnectionSettings/ClrTypeDefaults.cs b/src/Nest/CommonAbstractions/ConnectionSettings/ClrTypeDefaults.cs index 9eb74da3ac4..81ba7ff066e 100644 --- a/src/Nest/CommonAbstractions/ConnectionSettings/ClrTypeDefaults.cs +++ b/src/Nest/CommonAbstractions/ConnectionSettings/ClrTypeDefaults.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettingsBase.cs b/src/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettingsBase.cs index 8f869cc61bc..bedefd6999f 100644 --- a/src/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettingsBase.cs +++ b/src/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettingsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/ConnectionSettings/IConnectionSettingsValues.cs b/src/Nest/CommonAbstractions/ConnectionSettings/IConnectionSettingsValues.cs index 81963fe8fdf..c13ac8fe537 100644 --- a/src/Nest/CommonAbstractions/ConnectionSettings/IConnectionSettingsValues.cs +++ b/src/Nest/CommonAbstractions/ConnectionSettings/IConnectionSettingsValues.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/ConnectionSettings/MemberInfoResolver.cs b/src/Nest/CommonAbstractions/ConnectionSettings/MemberInfoResolver.cs index 3f778ae7c8a..c18b56ed34e 100644 --- a/src/Nest/CommonAbstractions/ConnectionSettings/MemberInfoResolver.cs +++ b/src/Nest/CommonAbstractions/ConnectionSettings/MemberInfoResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IIsADictionary.cs b/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IIsADictionary.cs index 1850b60a951..eca456db89c 100644 --- a/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IIsADictionary.cs +++ b/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IIsADictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryBase.cs b/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryBase.cs index 68dc26ea96c..6a0e9cfedfd 100644 --- a/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryBase.cs +++ b/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Collections.Generic; diff --git a/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryDescriptorBase.cs b/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryDescriptorBase.cs index 231ec43f6a1..c36e506b1e1 100644 --- a/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryDescriptorBase.cs +++ b/src/Nest/CommonAbstractions/DictionaryLike/IsADictionary/IsADictionaryDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IIsAReadOnlyDictionary.cs b/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IIsAReadOnlyDictionary.cs index f3f176ac664..4589637a0bc 100644 --- a/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IIsAReadOnlyDictionary.cs +++ b/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IIsAReadOnlyDictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IsADictionaryBase.cs b/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IsADictionaryBase.cs index ade61788cd7..c7a2d24554e 100644 --- a/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IsADictionaryBase.cs +++ b/src/Nest/CommonAbstractions/DictionaryLike/IsAReadOnlyDictionary/IsADictionaryBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Collections.Generic; diff --git a/src/Nest/CommonAbstractions/DictionaryLike/PerFieldAnalyzer/PerFieldAnalyzer.cs b/src/Nest/CommonAbstractions/DictionaryLike/PerFieldAnalyzer/PerFieldAnalyzer.cs index 7c1509bf130..7e759531400 100644 --- a/src/Nest/CommonAbstractions/DictionaryLike/PerFieldAnalyzer/PerFieldAnalyzer.cs +++ b/src/Nest/CommonAbstractions/DictionaryLike/PerFieldAnalyzer/PerFieldAnalyzer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Extensions/ExceptionExtensions.cs b/src/Nest/CommonAbstractions/Extensions/ExceptionExtensions.cs index 9cad8342390..8e6c2708e54 100644 --- a/src/Nest/CommonAbstractions/Extensions/ExceptionExtensions.cs +++ b/src/Nest/CommonAbstractions/Extensions/ExceptionExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Extensions/ExpressionExtensions.cs b/src/Nest/CommonAbstractions/Extensions/ExpressionExtensions.cs index 19f06af044e..b9bcc1d92d5 100644 --- a/src/Nest/CommonAbstractions/Extensions/ExpressionExtensions.cs +++ b/src/Nest/CommonAbstractions/Extensions/ExpressionExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Extensions/Extensions.cs b/src/Nest/CommonAbstractions/Extensions/Extensions.cs index 0506c721c53..23b032a74f2 100644 --- a/src/Nest/CommonAbstractions/Extensions/Extensions.cs +++ b/src/Nest/CommonAbstractions/Extensions/Extensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Extensions/StringExtensions.cs b/src/Nest/CommonAbstractions/Extensions/StringExtensions.cs index f8613cf65f7..aa4218d00d5 100644 --- a/src/Nest/CommonAbstractions/Extensions/StringExtensions.cs +++ b/src/Nest/CommonAbstractions/Extensions/StringExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Extensions/SuffixExtensions.cs b/src/Nest/CommonAbstractions/Extensions/SuffixExtensions.cs index f1c06834bee..b1b17be6685 100644 --- a/src/Nest/CommonAbstractions/Extensions/SuffixExtensions.cs +++ b/src/Nest/CommonAbstractions/Extensions/SuffixExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Extensions/TypeExtensions.cs b/src/Nest/CommonAbstractions/Extensions/TypeExtensions.cs index df79d161395..d8bdc8eaab5 100644 --- a/src/Nest/CommonAbstractions/Extensions/TypeExtensions.cs +++ b/src/Nest/CommonAbstractions/Extensions/TypeExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Fields/FieldValues.cs b/src/Nest/CommonAbstractions/Fields/FieldValues.cs index a1e0c5f7284..7459044c92a 100644 --- a/src/Nest/CommonAbstractions/Fields/FieldValues.cs +++ b/src/Nest/CommonAbstractions/Fields/FieldValues.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Fields/FieldValuesFormatter.cs b/src/Nest/CommonAbstractions/Fields/FieldValuesFormatter.cs index f6bdb589f6f..a1a1deb41ca 100644 --- a/src/Nest/CommonAbstractions/Fields/FieldValuesFormatter.cs +++ b/src/Nest/CommonAbstractions/Fields/FieldValuesFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Fluent/DescriptorBase.cs b/src/Nest/CommonAbstractions/Fluent/DescriptorBase.cs index aea44a72d3c..fa2f0d924a7 100644 --- a/src/Nest/CommonAbstractions/Fluent/DescriptorBase.cs +++ b/src/Nest/CommonAbstractions/Fluent/DescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Fluent/Fluent.cs b/src/Nest/CommonAbstractions/Fluent/Fluent.cs index f66f00c9354..6a78a258db8 100644 --- a/src/Nest/CommonAbstractions/Fluent/Fluent.cs +++ b/src/Nest/CommonAbstractions/Fluent/Fluent.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Fluent/FluentDictionary.cs b/src/Nest/CommonAbstractions/Fluent/FluentDictionary.cs index b3a975622d4..139d3a4e193 100644 --- a/src/Nest/CommonAbstractions/Fluent/FluentDictionary.cs +++ b/src/Nest/CommonAbstractions/Fluent/FluentDictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Fluent/Promise/DescriptorPromiseBase.cs b/src/Nest/CommonAbstractions/Fluent/Promise/DescriptorPromiseBase.cs index e70d8855445..767fac2d151 100644 --- a/src/Nest/CommonAbstractions/Fluent/Promise/DescriptorPromiseBase.cs +++ b/src/Nest/CommonAbstractions/Fluent/Promise/DescriptorPromiseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Fluent/SelectorBase.cs b/src/Nest/CommonAbstractions/Fluent/SelectorBase.cs index 4f98979bed6..d98f2574b9b 100644 --- a/src/Nest/CommonAbstractions/Fluent/SelectorBase.cs +++ b/src/Nest/CommonAbstractions/Fluent/SelectorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.ComponentModel; diff --git a/src/Nest/CommonAbstractions/ForAttribute.cs b/src/Nest/CommonAbstractions/ForAttribute.cs index 3f637545657..713da3bcea0 100644 --- a/src/Nest/CommonAbstractions/ForAttribute.cs +++ b/src/Nest/CommonAbstractions/ForAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Infer/DocumentPath/DocumentPath.cs b/src/Nest/CommonAbstractions/Infer/DocumentPath/DocumentPath.cs index 2b3f989078d..79ec5d97467 100644 --- a/src/Nest/CommonAbstractions/Infer/DocumentPath/DocumentPath.cs +++ b/src/Nest/CommonAbstractions/Infer/DocumentPath/DocumentPath.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Field/Field.cs b/src/Nest/CommonAbstractions/Infer/Field/Field.cs index fca1d93965c..64faf092cd2 100644 --- a/src/Nest/CommonAbstractions/Infer/Field/Field.cs +++ b/src/Nest/CommonAbstractions/Infer/Field/Field.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Field/FieldExpressionVisitor.cs b/src/Nest/CommonAbstractions/Infer/Field/FieldExpressionVisitor.cs index a21ee1dc320..b4c2830380d 100644 --- a/src/Nest/CommonAbstractions/Infer/Field/FieldExpressionVisitor.cs +++ b/src/Nest/CommonAbstractions/Infer/Field/FieldExpressionVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Collections.Generic; diff --git a/src/Nest/CommonAbstractions/Infer/Field/FieldExtensions.cs b/src/Nest/CommonAbstractions/Infer/Field/FieldExtensions.cs index 3718fb6a054..6a51dc9d9fd 100644 --- a/src/Nest/CommonAbstractions/Infer/Field/FieldExtensions.cs +++ b/src/Nest/CommonAbstractions/Infer/Field/FieldExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Field/FieldFormatter.cs b/src/Nest/CommonAbstractions/Infer/Field/FieldFormatter.cs index 466602ca10d..f57338426c6 100644 --- a/src/Nest/CommonAbstractions/Infer/Field/FieldFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/Field/FieldFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs b/src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs index 5bef5744b53..19322a89abf 100644 --- a/src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs +++ b/src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Field/ToStringExpressionVisitor.cs b/src/Nest/CommonAbstractions/Infer/Field/ToStringExpressionVisitor.cs index 3139459476c..5244c904a0c 100644 --- a/src/Nest/CommonAbstractions/Infer/Field/ToStringExpressionVisitor.cs +++ b/src/Nest/CommonAbstractions/Infer/Field/ToStringExpressionVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Collections.Generic; diff --git a/src/Nest/CommonAbstractions/Infer/Fields/Fields.cs b/src/Nest/CommonAbstractions/Infer/Fields/Fields.cs index 2574c979770..4e4a2a20ebf 100644 --- a/src/Nest/CommonAbstractions/Infer/Fields/Fields.cs +++ b/src/Nest/CommonAbstractions/Infer/Fields/Fields.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Fields/FieldsDescriptor.cs b/src/Nest/CommonAbstractions/Infer/Fields/FieldsDescriptor.cs index dd18b504151..681d1975d11 100644 --- a/src/Nest/CommonAbstractions/Infer/Fields/FieldsDescriptor.cs +++ b/src/Nest/CommonAbstractions/Infer/Fields/FieldsDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Fields/FieldsFormatter.cs b/src/Nest/CommonAbstractions/Infer/Fields/FieldsFormatter.cs index 75826f2618e..f2211ba6639 100644 --- a/src/Nest/CommonAbstractions/Infer/Fields/FieldsFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/Fields/FieldsFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Id/Id.cs b/src/Nest/CommonAbstractions/Infer/Id/Id.cs index 6fb5ca2f066..d633b3d628f 100644 --- a/src/Nest/CommonAbstractions/Infer/Id/Id.cs +++ b/src/Nest/CommonAbstractions/Infer/Id/Id.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Id/IdExtensions.cs b/src/Nest/CommonAbstractions/Infer/Id/IdExtensions.cs index c76425805f8..4637f303642 100644 --- a/src/Nest/CommonAbstractions/Infer/Id/IdExtensions.cs +++ b/src/Nest/CommonAbstractions/Infer/Id/IdExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Infer/Id/IdFormatter.cs b/src/Nest/CommonAbstractions/Infer/Id/IdFormatter.cs index 247edb17d98..bfd5c418a0f 100644 --- a/src/Nest/CommonAbstractions/Infer/Id/IdFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/Id/IdFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Id/IdResolver.cs b/src/Nest/CommonAbstractions/Infer/Id/IdResolver.cs index fc05fd03aec..ada37efe2b7 100644 --- a/src/Nest/CommonAbstractions/Infer/Id/IdResolver.cs +++ b/src/Nest/CommonAbstractions/Infer/Id/IdResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Id/Ids.cs b/src/Nest/CommonAbstractions/Infer/Id/Ids.cs index b945fbc3d23..5881717e28d 100644 --- a/src/Nest/CommonAbstractions/Infer/Id/Ids.cs +++ b/src/Nest/CommonAbstractions/Infer/Id/Ids.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/IndexName/IndexName.cs b/src/Nest/CommonAbstractions/Infer/IndexName/IndexName.cs index ddafda968d1..d9410ac4fb0 100644 --- a/src/Nest/CommonAbstractions/Infer/IndexName/IndexName.cs +++ b/src/Nest/CommonAbstractions/Infer/IndexName/IndexName.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/IndexName/IndexNameExtensions.cs b/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameExtensions.cs index 730fe7779d6..387a0d63db3 100644 --- a/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameExtensions.cs +++ b/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameFormatter.cs b/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameFormatter.cs index 7a669923af4..263c43bad27 100644 --- a/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameResolver.cs b/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameResolver.cs index 505533df3a6..00c6be0d810 100644 --- a/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameResolver.cs +++ b/src/Nest/CommonAbstractions/Infer/IndexName/IndexNameResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/IndexUuid/IndexUuid.cs b/src/Nest/CommonAbstractions/Infer/IndexUuid/IndexUuid.cs index c0670ffa9b1..cae1f50a840 100644 --- a/src/Nest/CommonAbstractions/Infer/IndexUuid/IndexUuid.cs +++ b/src/Nest/CommonAbstractions/Infer/IndexUuid/IndexUuid.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Infer/Indices/Indices.cs b/src/Nest/CommonAbstractions/Infer/Indices/Indices.cs index f11fef0c05f..db4ff033f0e 100644 --- a/src/Nest/CommonAbstractions/Infer/Indices/Indices.cs +++ b/src/Nest/CommonAbstractions/Infer/Indices/Indices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Indices/IndicesExtensions.cs b/src/Nest/CommonAbstractions/Infer/Indices/IndicesExtensions.cs index f7e1e6d71b7..a51b8b9af8b 100644 --- a/src/Nest/CommonAbstractions/Infer/Indices/IndicesExtensions.cs +++ b/src/Nest/CommonAbstractions/Infer/Indices/IndicesExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Infer/Indices/IndicesFormatter.cs b/src/Nest/CommonAbstractions/Infer/Indices/IndicesFormatter.cs index aaebae0f423..f0488c0dd92 100644 --- a/src/Nest/CommonAbstractions/Infer/Indices/IndicesFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/Indices/IndicesFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Indices/IndicesMultiSyntaxFormatter.cs b/src/Nest/CommonAbstractions/Infer/Indices/IndicesMultiSyntaxFormatter.cs index f951ca3f45e..3e54923b001 100644 --- a/src/Nest/CommonAbstractions/Infer/Indices/IndicesMultiSyntaxFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/Indices/IndicesMultiSyntaxFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Inferrer.cs b/src/Nest/CommonAbstractions/Infer/Inferrer.cs index d0662af57d4..cfd86e39632 100644 --- a/src/Nest/CommonAbstractions/Infer/Inferrer.cs +++ b/src/Nest/CommonAbstractions/Infer/Inferrer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/JoinFieldRouting/Routing.cs b/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/Routing.cs index 7ff28740762..691de2c17fb 100644 --- a/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/Routing.cs +++ b/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/Routing.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingFormatter.cs b/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingFormatter.cs index 55a121311ba..910168b934e 100644 --- a/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingResolver.cs b/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingResolver.cs index 3d190e6ce2e..94cac5828e2 100644 --- a/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingResolver.cs +++ b/src/Nest/CommonAbstractions/Infer/JoinFieldRouting/RoutingResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/LongId/LongId.cs b/src/Nest/CommonAbstractions/Infer/LongId/LongId.cs index ce5bc7d8b7a..98f0ee1561c 100644 --- a/src/Nest/CommonAbstractions/Infer/LongId/LongId.cs +++ b/src/Nest/CommonAbstractions/Infer/LongId/LongId.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/CommonAbstractions/Infer/Metrics/IndexMetrics.cs b/src/Nest/CommonAbstractions/Infer/Metrics/IndexMetrics.cs index c439b575864..3efea368d03 100644 --- a/src/Nest/CommonAbstractions/Infer/Metrics/IndexMetrics.cs +++ b/src/Nest/CommonAbstractions/Infer/Metrics/IndexMetrics.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Infer/Metrics/Metrics.cs b/src/Nest/CommonAbstractions/Infer/Metrics/Metrics.cs index 60feaabaced..f54caa0233b 100644 --- a/src/Nest/CommonAbstractions/Infer/Metrics/Metrics.cs +++ b/src/Nest/CommonAbstractions/Infer/Metrics/Metrics.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Infer/Name/Name.cs b/src/Nest/CommonAbstractions/Infer/Name/Name.cs index 1753be3c20c..498029af171 100644 --- a/src/Nest/CommonAbstractions/Infer/Name/Name.cs +++ b/src/Nest/CommonAbstractions/Infer/Name/Name.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Name/Names.cs b/src/Nest/CommonAbstractions/Infer/Name/Names.cs index 563984c2d0e..fd910751be2 100644 --- a/src/Nest/CommonAbstractions/Infer/Name/Names.cs +++ b/src/Nest/CommonAbstractions/Infer/Name/Names.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/NodeId/NodeIds.cs b/src/Nest/CommonAbstractions/Infer/NodeId/NodeIds.cs index a4e4bb810ab..c3799d4e924 100644 --- a/src/Nest/CommonAbstractions/Infer/NodeId/NodeIds.cs +++ b/src/Nest/CommonAbstractions/Infer/NodeId/NodeIds.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/PropertyName/PropertyName.cs b/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyName.cs index 35086b911d5..511c5dfd2d4 100644 --- a/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyName.cs +++ b/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyName.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameExtensions.cs b/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameExtensions.cs index 70122cc03e8..8774e9a4fe8 100644 --- a/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameExtensions.cs +++ b/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameFormatter.cs b/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameFormatter.cs index bf8fde948de..34b3e959501 100644 --- a/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/PropertyName/PropertyNameFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/RelationName/RelationName.cs b/src/Nest/CommonAbstractions/Infer/RelationName/RelationName.cs index bf0df39fab8..d86c5e9e559 100644 --- a/src/Nest/CommonAbstractions/Infer/RelationName/RelationName.cs +++ b/src/Nest/CommonAbstractions/Infer/RelationName/RelationName.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/RelationName/RelationNameExtensions.cs b/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameExtensions.cs index a0a65b9006c..6a2420d35b3 100644 --- a/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameExtensions.cs +++ b/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameFormatter.cs b/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameFormatter.cs index 7c394febe8c..9caa1eada22 100644 --- a/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameFormatter.cs +++ b/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameResolver.cs b/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameResolver.cs index 8e4447d7fb7..56997072db7 100644 --- a/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameResolver.cs +++ b/src/Nest/CommonAbstractions/Infer/RelationName/RelationNameResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/TaskId/TaskId.cs b/src/Nest/CommonAbstractions/Infer/TaskId/TaskId.cs index 15d71e12c7f..8205de1c974 100644 --- a/src/Nest/CommonAbstractions/Infer/TaskId/TaskId.cs +++ b/src/Nest/CommonAbstractions/Infer/TaskId/TaskId.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Infer/Timestamp/Timestamp.cs b/src/Nest/CommonAbstractions/Infer/Timestamp/Timestamp.cs index 3c3fc7d4c86..7f41fd6416b 100644 --- a/src/Nest/CommonAbstractions/Infer/Timestamp/Timestamp.cs +++ b/src/Nest/CommonAbstractions/Infer/Timestamp/Timestamp.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/CommonAbstractions/LazyDocument/LazyDocument.cs b/src/Nest/CommonAbstractions/LazyDocument/LazyDocument.cs index a757aad037a..7755fd11d65 100644 --- a/src/Nest/CommonAbstractions/LazyDocument/LazyDocument.cs +++ b/src/Nest/CommonAbstractions/LazyDocument/LazyDocument.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/LazyDocument/LazyDocumentFormatter.cs b/src/Nest/CommonAbstractions/LazyDocument/LazyDocumentFormatter.cs index 1e39815c1fa..194b49ab15a 100644 --- a/src/Nest/CommonAbstractions/LazyDocument/LazyDocumentFormatter.cs +++ b/src/Nest/CommonAbstractions/LazyDocument/LazyDocumentFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/CommonAbstractions/Reactive/BlockingSubscribeExtensions.cs b/src/Nest/CommonAbstractions/Reactive/BlockingSubscribeExtensions.cs index 54f4409d10e..f204ababdce 100644 --- a/src/Nest/CommonAbstractions/Reactive/BlockingSubscribeExtensions.cs +++ b/src/Nest/CommonAbstractions/Reactive/BlockingSubscribeExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Reactive/CoordinatedRequestObserverBase.cs b/src/Nest/CommonAbstractions/Reactive/CoordinatedRequestObserverBase.cs index a2c5525f434..0a94a6943a3 100644 --- a/src/Nest/CommonAbstractions/Reactive/CoordinatedRequestObserverBase.cs +++ b/src/Nest/CommonAbstractions/Reactive/CoordinatedRequestObserverBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Reactive/GetEnumerator.cs b/src/Nest/CommonAbstractions/Reactive/GetEnumerator.cs index 3dadc63431d..f5c44f34a95 100644 --- a/src/Nest/CommonAbstractions/Reactive/GetEnumerator.cs +++ b/src/Nest/CommonAbstractions/Reactive/GetEnumerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Reactive/PartitionHelper.cs b/src/Nest/CommonAbstractions/Reactive/PartitionHelper.cs index 6b493a3ef85..2b1278ab8f1 100644 --- a/src/Nest/CommonAbstractions/Reactive/PartitionHelper.cs +++ b/src/Nest/CommonAbstractions/Reactive/PartitionHelper.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Collections.Generic; diff --git a/src/Nest/CommonAbstractions/Reactive/ProducerConsumerBackPressure.cs b/src/Nest/CommonAbstractions/Reactive/ProducerConsumerBackPressure.cs index 333c71ed8d9..63978000a6c 100644 --- a/src/Nest/CommonAbstractions/Reactive/ProducerConsumerBackPressure.cs +++ b/src/Nest/CommonAbstractions/Reactive/ProducerConsumerBackPressure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Request/ApiUrls.cs b/src/Nest/CommonAbstractions/Request/ApiUrls.cs index 46ea95bbfe6..f7ba8b79740 100644 --- a/src/Nest/CommonAbstractions/Request/ApiUrls.cs +++ b/src/Nest/CommonAbstractions/Request/ApiUrls.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Request/IProxyRequest.cs b/src/Nest/CommonAbstractions/Request/IProxyRequest.cs index 3428f5fd3c1..cb089d4d328 100644 --- a/src/Nest/CommonAbstractions/Request/IProxyRequest.cs +++ b/src/Nest/CommonAbstractions/Request/IProxyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Request/RequestBase.cs b/src/Nest/CommonAbstractions/Request/RequestBase.cs index 880a6b5916a..39da7d94b71 100644 --- a/src/Nest/CommonAbstractions/Request/RequestBase.cs +++ b/src/Nest/CommonAbstractions/Request/RequestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Request/RouteValues.cs b/src/Nest/CommonAbstractions/Request/RouteValues.cs index 887642b3353..ba6562aaf00 100644 --- a/src/Nest/CommonAbstractions/Request/RouteValues.cs +++ b/src/Nest/CommonAbstractions/Request/RouteValues.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Request/UrlLookup.cs b/src/Nest/CommonAbstractions/Request/UrlLookup.cs index 46fdf754aa6..f07fded941b 100644 --- a/src/Nest/CommonAbstractions/Request/UrlLookup.cs +++ b/src/Nest/CommonAbstractions/Request/UrlLookup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/AcknowledgedResponseBase.cs b/src/Nest/CommonAbstractions/Response/AcknowledgedResponseBase.cs index 943c99b7f4c..e3cc5b8c9ad 100644 --- a/src/Nest/CommonAbstractions/Response/AcknowledgedResponseBase.cs +++ b/src/Nest/CommonAbstractions/Response/AcknowledgedResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/DictionaryResponseBase.cs b/src/Nest/CommonAbstractions/Response/DictionaryResponseBase.cs index 5a5ed984d89..766baa5482f 100644 --- a/src/Nest/CommonAbstractions/Response/DictionaryResponseBase.cs +++ b/src/Nest/CommonAbstractions/Response/DictionaryResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/DynamicResponseBase.cs b/src/Nest/CommonAbstractions/Response/DynamicResponseBase.cs index d65509d4598..d525c746e81 100644 --- a/src/Nest/CommonAbstractions/Response/DynamicResponseBase.cs +++ b/src/Nest/CommonAbstractions/Response/DynamicResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/ElasticsearchVersionInfo.cs b/src/Nest/CommonAbstractions/Response/ElasticsearchVersionInfo.cs index c42ce3f20a1..975dd5e9dbf 100644 --- a/src/Nest/CommonAbstractions/Response/ElasticsearchVersionInfo.cs +++ b/src/Nest/CommonAbstractions/Response/ElasticsearchVersionInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/IndicesResponseBase.cs b/src/Nest/CommonAbstractions/Response/IndicesResponseBase.cs index b7c65d43024..8420cc1291f 100644 --- a/src/Nest/CommonAbstractions/Response/IndicesResponseBase.cs +++ b/src/Nest/CommonAbstractions/Response/IndicesResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/ResolvableDictionaryProxy.cs b/src/Nest/CommonAbstractions/Response/ResolvableDictionaryProxy.cs index 093c321f915..e26fb3f4baf 100644 --- a/src/Nest/CommonAbstractions/Response/ResolvableDictionaryProxy.cs +++ b/src/Nest/CommonAbstractions/Response/ResolvableDictionaryProxy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/ResponseBase.cs b/src/Nest/CommonAbstractions/Response/ResponseBase.cs index 9bd1e54429b..fcabed0cd82 100644 --- a/src/Nest/CommonAbstractions/Response/ResponseBase.cs +++ b/src/Nest/CommonAbstractions/Response/ResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Response/ShardsOperationResponseBase.cs b/src/Nest/CommonAbstractions/Response/ShardsOperationResponseBase.cs index 5239b24c525..2ad0dfe5da4 100644 --- a/src/Nest/CommonAbstractions/Response/ShardsOperationResponseBase.cs +++ b/src/Nest/CommonAbstractions/Response/ShardsOperationResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/Attributes/IgnoreAttribute.cs b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/IgnoreAttribute.cs index 372ddb70abb..188cc9a918d 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/IgnoreAttribute.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/IgnoreAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/Attributes/MachineLearningDateTimeAttribute.cs b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/MachineLearningDateTimeAttribute.cs index 2ba95a590a2..3f5b192d4df 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/MachineLearningDateTimeAttribute.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/MachineLearningDateTimeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/PropertyNameAttribute.cs b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/PropertyNameAttribute.cs index 804e32aaff3..3a2f62eaacf 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/PropertyNameAttribute.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/PropertyNameAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/StringTimeSpanAttribute.cs b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/StringTimeSpanAttribute.cs index e403641d9b3..b30c54f9d3e 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/StringTimeSpanAttribute.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/StringTimeSpanAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/DefaultHighLevelSerializer.cs b/src/Nest/CommonAbstractions/SerializationBehavior/DefaultHighLevelSerializer.cs index ed13a849cd5..e9eb14bcf29 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/DefaultHighLevelSerializer.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/DefaultHighLevelSerializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/CompositeFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/CompositeFormatter.cs index ece0d8d0e96..f83d1126ead 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/CompositeFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/CompositeFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeEpochMillisecondsFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeEpochMillisecondsFormatter.cs index 702633fdc44..6c2088f3eb5 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeEpochMillisecondsFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeEpochMillisecondsFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeOffsetEpochMillisecondsFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeOffsetEpochMillisecondsFormatter.cs index e6ea19992c8..b573a175554 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeOffsetEpochMillisecondsFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeOffsetEpochMillisecondsFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IndicesBoostFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IndicesBoostFormatter.cs index 85284fb9b2b..18bd91a3926 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IndicesBoostFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IndicesBoostFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IntStringFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IntStringFormatter.cs index 824c66f05be..44e758deec8 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IntStringFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IntStringFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/InterfaceGenericDictionaryResolver.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/InterfaceGenericDictionaryResolver.cs index 491d6e31eb8..8bf5df37105 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/InterfaceGenericDictionaryResolver.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/InterfaceGenericDictionaryResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IsADictionaryFormatterResolver.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IsADictionaryFormatterResolver.cs index f1d17ef1b9f..0f0b0076400 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IsADictionaryFormatterResolver.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IsADictionaryFormatterResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonFormatterResolverExtensions.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonFormatterResolverExtensions.cs index 0f6a509db90..7c6ae9663e9 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonFormatterResolverExtensions.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonFormatterResolverExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonNetCompatibleUriFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonNetCompatibleUriFormatter.cs index 035094a6fcf..ebc1c6bcfcc 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonNetCompatibleUriFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonNetCompatibleUriFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NestFormatterResolver.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NestFormatterResolver.cs index c7aec4d1431..d562acb7fd6 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NestFormatterResolver.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NestFormatterResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableDateTimeOffsetEpochSecondsFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableDateTimeOffsetEpochSecondsFormatter.cs index f3002f2f37c..080039e7caf 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableDateTimeOffsetEpochSecondsFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableDateTimeOffsetEpochSecondsFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableStringBooleanFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableStringBooleanFormatter.cs index 469bef987d8..ecef6e29adb 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableStringBooleanFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableStringBooleanFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableTimeSpanTicksFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableTimeSpanTicksFormatter.cs index a7516e8e99c..34b39e0f645 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableTimeSpanTicksFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableTimeSpanTicksFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ProxyRequestFormatterBase.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ProxyRequestFormatterBase.cs index e142eb73df4..edf80014e26 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ProxyRequestFormatterBase.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ProxyRequestFormatterBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsAttribute.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsAttribute.cs index c1325f3e978..97150266b4e 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsAttribute.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsFormatterResolver.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsFormatterResolver.cs index 86e9e617bdb..dea3385ba6a 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsFormatterResolver.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ReadAsFormatterResolver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SingleOrEnumerableFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SingleOrEnumerableFormatter.cs index 2837e7a64ee..3daf5702bc4 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SingleOrEnumerableFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SingleOrEnumerableFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SortOrderFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SortOrderFormatter.cs index 0361ba166f2..6cd7590ef75 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SortOrderFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SortOrderFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SourceFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SourceFormatter.cs index 90a75868bf0..0c506eadea0 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SourceFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SourceFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/TimeSpanTicksFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/TimeSpanTicksFormatter.cs index 0597128a4f5..6c1e6fc3e81 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/TimeSpanTicksFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/TimeSpanTicksFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/UnionListFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/UnionListFormatter.cs index d05e9cfd82e..316ea6ecad4 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/UnionListFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/UnionListFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/Utf8JsonReaderExtensions.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/Utf8JsonReaderExtensions.cs index 38c04a13e12..c352b20c58f 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/Utf8JsonReaderExtensions.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/Utf8JsonReaderExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/VerbatimDictionaryKeysFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/VerbatimDictionaryKeysFormatter.cs index 3f5c6e876cc..f78e66f3f4c 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/VerbatimDictionaryKeysFormatter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/VerbatimDictionaryKeysFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/PropertyMapping.cs b/src/Nest/CommonAbstractions/SerializationBehavior/PropertyMapping.cs index 956c0b25113..02c92929456 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/PropertyMapping.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/PropertyMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Reflection; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/SourceValueWriteConverter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/SourceValueWriteConverter.cs index 43a18551d00..0602eea9b50 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/SourceValueWriteConverter.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/SourceValueWriteConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/StatefulSerializerExtensions.cs b/src/Nest/CommonAbstractions/SerializationBehavior/StatefulSerializerExtensions.cs index e27cb764a53..8fe23e9c7cc 100644 --- a/src/Nest/CommonAbstractions/SerializationBehavior/StatefulSerializerExtensions.cs +++ b/src/Nest/CommonAbstractions/SerializationBehavior/StatefulSerializerExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/CommonAbstractions/Static/Infer.cs b/src/Nest/CommonAbstractions/Static/Infer.cs index 708ec251951..03ae89d7966 100644 --- a/src/Nest/CommonAbstractions/Static/Infer.cs +++ b/src/Nest/CommonAbstractions/Static/Infer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonAbstractions/Union/Union.cs b/src/Nest/CommonAbstractions/Union/Union.cs index 56025208978..b0cd8e5eaa7 100644 --- a/src/Nest/CommonAbstractions/Union/Union.cs +++ b/src/Nest/CommonAbstractions/Union/Union.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Union/UnionFormatter.cs b/src/Nest/CommonAbstractions/Union/UnionFormatter.cs index d42c5a3291d..e486af08f52 100644 --- a/src/Nest/CommonAbstractions/Union/UnionFormatter.cs +++ b/src/Nest/CommonAbstractions/Union/UnionFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Attributes/AlternativeEnumMemberAttribute.cs b/src/Nest/CommonOptions/Attributes/AlternativeEnumMemberAttribute.cs index 25f54ea8341..c6e277d33df 100644 --- a/src/Nest/CommonOptions/Attributes/AlternativeEnumMemberAttribute.cs +++ b/src/Nest/CommonOptions/Attributes/AlternativeEnumMemberAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/DateFormat/DateFormat.cs b/src/Nest/CommonOptions/DateFormat/DateFormat.cs index a705bf25982..c9ce5c34232 100644 --- a/src/Nest/CommonOptions/DateFormat/DateFormat.cs +++ b/src/Nest/CommonOptions/DateFormat/DateFormat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/CommonOptions/DateMath/DateMath.cs b/src/Nest/CommonOptions/DateMath/DateMath.cs index 2e000b8a30a..458a0ead068 100644 --- a/src/Nest/CommonOptions/DateMath/DateMath.cs +++ b/src/Nest/CommonOptions/DateMath/DateMath.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/DateMath/DateMathExpression.cs b/src/Nest/CommonOptions/DateMath/DateMathExpression.cs index cef5982af1f..1bdec789dae 100644 --- a/src/Nest/CommonOptions/DateMath/DateMathExpression.cs +++ b/src/Nest/CommonOptions/DateMath/DateMathExpression.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Extensions; diff --git a/src/Nest/CommonOptions/DateMath/DateMathOperation.cs b/src/Nest/CommonOptions/DateMath/DateMathOperation.cs index bf733f56773..5b7485ef199 100644 --- a/src/Nest/CommonOptions/DateMath/DateMathOperation.cs +++ b/src/Nest/CommonOptions/DateMath/DateMathOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/DateMath/DateMathTime.cs b/src/Nest/CommonOptions/DateMath/DateMathTime.cs index a464f9ab198..591eaf49a13 100644 --- a/src/Nest/CommonOptions/DateMath/DateMathTime.cs +++ b/src/Nest/CommonOptions/DateMath/DateMathTime.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/CommonOptions/DateMath/DateMathTimeUnit.cs b/src/Nest/CommonOptions/DateMath/DateMathTimeUnit.cs index 2ce5f6a890e..420690e1452 100644 --- a/src/Nest/CommonOptions/DateMath/DateMathTimeUnit.cs +++ b/src/Nest/CommonOptions/DateMath/DateMathTimeUnit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Fuzziness/Fuzziness.cs b/src/Nest/CommonOptions/Fuzziness/Fuzziness.cs index 827023e001e..e1de202148d 100644 --- a/src/Nest/CommonOptions/Fuzziness/Fuzziness.cs +++ b/src/Nest/CommonOptions/Fuzziness/Fuzziness.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Fuzziness/FuzzinessFormatter.cs b/src/Nest/CommonOptions/Fuzziness/FuzzinessFormatter.cs index 13655c90766..94280ef4a05 100644 --- a/src/Nest/CommonOptions/Fuzziness/FuzzinessFormatter.cs +++ b/src/Nest/CommonOptions/Fuzziness/FuzzinessFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Extensions; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Fuzziness/IFuzziness.cs b/src/Nest/CommonOptions/Fuzziness/IFuzziness.cs index 32c10e0b766..f65c43dbd76 100644 --- a/src/Nest/CommonOptions/Fuzziness/IFuzziness.cs +++ b/src/Nest/CommonOptions/Fuzziness/IFuzziness.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Geo/Distance.cs b/src/Nest/CommonOptions/Geo/Distance.cs index 5376016bc8b..1c36bf67466 100644 --- a/src/Nest/CommonOptions/Geo/Distance.cs +++ b/src/Nest/CommonOptions/Geo/Distance.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/CommonOptions/Geo/DistanceFormatter.cs b/src/Nest/CommonOptions/Geo/DistanceFormatter.cs index 55d40e4301b..0863dac39f9 100644 --- a/src/Nest/CommonOptions/Geo/DistanceFormatter.cs +++ b/src/Nest/CommonOptions/Geo/DistanceFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Geo/DistanceUnit.cs b/src/Nest/CommonOptions/Geo/DistanceUnit.cs index 0f372ebf195..c2e349c7fab 100644 --- a/src/Nest/CommonOptions/Geo/DistanceUnit.cs +++ b/src/Nest/CommonOptions/Geo/DistanceUnit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/CommonOptions/Geo/GeoDistanceType.cs b/src/Nest/CommonOptions/Geo/GeoDistanceType.cs index 7ea197264ea..ba899506843 100644 --- a/src/Nest/CommonOptions/Geo/GeoDistanceType.cs +++ b/src/Nest/CommonOptions/Geo/GeoDistanceType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/CommonOptions/Geo/GeoShapeRelation.cs b/src/Nest/CommonOptions/Geo/GeoShapeRelation.cs index b2cf7a029e5..b88adce6a48 100644 --- a/src/Nest/CommonOptions/Geo/GeoShapeRelation.cs +++ b/src/Nest/CommonOptions/Geo/GeoShapeRelation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/CommonOptions/Hit/ShardStatistics.cs b/src/Nest/CommonOptions/Hit/ShardStatistics.cs index 57bd8dc3c09..2b240f8b212 100644 --- a/src/Nest/CommonOptions/Hit/ShardStatistics.cs +++ b/src/Nest/CommonOptions/Hit/ShardStatistics.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatch.cs b/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatch.cs index aead9497b0d..454390950c0 100644 --- a/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatch.cs +++ b/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatchFormatter.cs b/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatchFormatter.cs index 3321ef2ca02..ad7aaaddd43 100644 --- a/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatchFormatter.cs +++ b/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatchFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Range/AggregationRange.cs b/src/Nest/CommonOptions/Range/AggregationRange.cs index b66b918a5df..d64788a012b 100644 --- a/src/Nest/CommonOptions/Range/AggregationRange.cs +++ b/src/Nest/CommonOptions/Range/AggregationRange.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Range/Ranges.cs b/src/Nest/CommonOptions/Range/Ranges.cs index 68afb0e9019..6baf489c3da 100644 --- a/src/Nest/CommonOptions/Range/Ranges.cs +++ b/src/Nest/CommonOptions/Range/Ranges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Scripting/IndexedScript.cs b/src/Nest/CommonOptions/Scripting/IndexedScript.cs index 9a269dc8804..a381109c8b2 100644 --- a/src/Nest/CommonOptions/Scripting/IndexedScript.cs +++ b/src/Nest/CommonOptions/Scripting/IndexedScript.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Scripting/InlineScript.cs b/src/Nest/CommonOptions/Scripting/InlineScript.cs index 2543a329ffa..e0cba963768 100644 --- a/src/Nest/CommonOptions/Scripting/InlineScript.cs +++ b/src/Nest/CommonOptions/Scripting/InlineScript.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Scripting/OnScriptError.cs b/src/Nest/CommonOptions/Scripting/OnScriptError.cs index 05c363c1dda..f6c58004ed7 100644 --- a/src/Nest/CommonOptions/Scripting/OnScriptError.cs +++ b/src/Nest/CommonOptions/Scripting/OnScriptError.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/CommonOptions/Scripting/ScriptBase.cs b/src/Nest/CommonOptions/Scripting/ScriptBase.cs index a2b5f96b7fe..09c6172bf90 100644 --- a/src/Nest/CommonOptions/Scripting/ScriptBase.cs +++ b/src/Nest/CommonOptions/Scripting/ScriptBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Scripting/ScriptFields.cs b/src/Nest/CommonOptions/Scripting/ScriptFields.cs index 27bc564e464..5eb0e2b2698 100644 --- a/src/Nest/CommonOptions/Scripting/ScriptFields.cs +++ b/src/Nest/CommonOptions/Scripting/ScriptFields.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Scripting/ScriptFormatter.cs b/src/Nest/CommonOptions/Scripting/ScriptFormatter.cs index 50314c19d97..f1a8a777e12 100644 --- a/src/Nest/CommonOptions/Scripting/ScriptFormatter.cs +++ b/src/Nest/CommonOptions/Scripting/ScriptFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Shape/ShapeRelation.cs b/src/Nest/CommonOptions/Shape/ShapeRelation.cs index 18624580849..9825bef007a 100644 --- a/src/Nest/CommonOptions/Shape/ShapeRelation.cs +++ b/src/Nest/CommonOptions/Shape/ShapeRelation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/CommonOptions/Sorting/SortFormatter.cs b/src/Nest/CommonOptions/Sorting/SortFormatter.cs index e19c0e5b78e..71d1a7593a5 100644 --- a/src/Nest/CommonOptions/Sorting/SortFormatter.cs +++ b/src/Nest/CommonOptions/Sorting/SortFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/Stats/CompletionStats.cs b/src/Nest/CommonOptions/Stats/CompletionStats.cs index 2741fb43e45..4fa027b0415 100644 --- a/src/Nest/CommonOptions/Stats/CompletionStats.cs +++ b/src/Nest/CommonOptions/Stats/CompletionStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/DocStats.cs b/src/Nest/CommonOptions/Stats/DocStats.cs index 56b9dc0041c..f933754d6a0 100644 --- a/src/Nest/CommonOptions/Stats/DocStats.cs +++ b/src/Nest/CommonOptions/Stats/DocStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/FieldDataStats.cs b/src/Nest/CommonOptions/Stats/FieldDataStats.cs index 3b73ad5eccc..fa074b4ca47 100644 --- a/src/Nest/CommonOptions/Stats/FieldDataStats.cs +++ b/src/Nest/CommonOptions/Stats/FieldDataStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/FlushStats.cs b/src/Nest/CommonOptions/Stats/FlushStats.cs index 3066d8a6695..62335fac10b 100644 --- a/src/Nest/CommonOptions/Stats/FlushStats.cs +++ b/src/Nest/CommonOptions/Stats/FlushStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/GetStats.cs b/src/Nest/CommonOptions/Stats/GetStats.cs index 5058609fb4d..104ca70e9b9 100644 --- a/src/Nest/CommonOptions/Stats/GetStats.cs +++ b/src/Nest/CommonOptions/Stats/GetStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/IndexingStats.cs b/src/Nest/CommonOptions/Stats/IndexingStats.cs index 9e5e9b26dfa..082eaeef31f 100644 --- a/src/Nest/CommonOptions/Stats/IndexingStats.cs +++ b/src/Nest/CommonOptions/Stats/IndexingStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/CommonOptions/Stats/MergesStats.cs b/src/Nest/CommonOptions/Stats/MergesStats.cs index 501a6855f6a..80da11bad22 100644 --- a/src/Nest/CommonOptions/Stats/MergesStats.cs +++ b/src/Nest/CommonOptions/Stats/MergesStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/PluginStats.cs b/src/Nest/CommonOptions/Stats/PluginStats.cs index efbb9691ead..9c1bfefb818 100644 --- a/src/Nest/CommonOptions/Stats/PluginStats.cs +++ b/src/Nest/CommonOptions/Stats/PluginStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/CommonOptions/Stats/QueryCacheStats.cs b/src/Nest/CommonOptions/Stats/QueryCacheStats.cs index d75b98c789e..2a897253b7b 100644 --- a/src/Nest/CommonOptions/Stats/QueryCacheStats.cs +++ b/src/Nest/CommonOptions/Stats/QueryCacheStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/RecoveryStats.cs b/src/Nest/CommonOptions/Stats/RecoveryStats.cs index d9977b255ba..32be5645a20 100644 --- a/src/Nest/CommonOptions/Stats/RecoveryStats.cs +++ b/src/Nest/CommonOptions/Stats/RecoveryStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/RefreshStats.cs b/src/Nest/CommonOptions/Stats/RefreshStats.cs index e3c189605a9..b09fd0ce51c 100644 --- a/src/Nest/CommonOptions/Stats/RefreshStats.cs +++ b/src/Nest/CommonOptions/Stats/RefreshStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/RequestCacheStats.cs b/src/Nest/CommonOptions/Stats/RequestCacheStats.cs index 356c54c24f6..fd68ae18660 100644 --- a/src/Nest/CommonOptions/Stats/RequestCacheStats.cs +++ b/src/Nest/CommonOptions/Stats/RequestCacheStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/SearchStats.cs b/src/Nest/CommonOptions/Stats/SearchStats.cs index c7323308d51..666bff7d469 100644 --- a/src/Nest/CommonOptions/Stats/SearchStats.cs +++ b/src/Nest/CommonOptions/Stats/SearchStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/SegmentsStats.cs b/src/Nest/CommonOptions/Stats/SegmentsStats.cs index 80fda4b586b..4115885d05b 100644 --- a/src/Nest/CommonOptions/Stats/SegmentsStats.cs +++ b/src/Nest/CommonOptions/Stats/SegmentsStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/CommonOptions/Stats/StoreStats.cs b/src/Nest/CommonOptions/Stats/StoreStats.cs index 5fb55847cd1..4713dc7479c 100644 --- a/src/Nest/CommonOptions/Stats/StoreStats.cs +++ b/src/Nest/CommonOptions/Stats/StoreStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/TranslogStats.cs b/src/Nest/CommonOptions/Stats/TranslogStats.cs index 6e3383069c7..afe80893594 100644 --- a/src/Nest/CommonOptions/Stats/TranslogStats.cs +++ b/src/Nest/CommonOptions/Stats/TranslogStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/Stats/WarmerStats.cs b/src/Nest/CommonOptions/Stats/WarmerStats.cs index 81f50ddfb34..3ac6f045816 100644 --- a/src/Nest/CommonOptions/Stats/WarmerStats.cs +++ b/src/Nest/CommonOptions/Stats/WarmerStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CommonOptions/TimeUnit/Time.cs b/src/Nest/CommonOptions/TimeUnit/Time.cs index 08ea6140b35..2233a327b74 100644 --- a/src/Nest/CommonOptions/TimeUnit/Time.cs +++ b/src/Nest/CommonOptions/TimeUnit/Time.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/CommonOptions/TimeUnit/TimeFormatter.cs b/src/Nest/CommonOptions/TimeUnit/TimeFormatter.cs index 70d4281776a..76fae534acc 100644 --- a/src/Nest/CommonOptions/TimeUnit/TimeFormatter.cs +++ b/src/Nest/CommonOptions/TimeUnit/TimeFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/CommonOptions/TimeUnit/TimeUnit.cs b/src/Nest/CommonOptions/TimeUnit/TimeUnit.cs index bbe55a350a9..e3ea0f0efd4 100644 --- a/src/Nest/CommonOptions/TimeUnit/TimeUnit.cs +++ b/src/Nest/CommonOptions/TimeUnit/TimeUnit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/CrossPlatform/NativeMethods.cs b/src/Nest/CrossPlatform/NativeMethods.cs index 3aefcf981f5..f7f5d258951 100644 --- a/src/Nest/CrossPlatform/NativeMethods.cs +++ b/src/Nest/CrossPlatform/NativeMethods.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. diff --git a/src/Nest/CrossPlatform/RuntimeInformation.cs b/src/Nest/CrossPlatform/RuntimeInformation.cs index 9ef43245be3..cc94ca5306c 100644 --- a/src/Nest/CrossPlatform/RuntimeInformation.cs +++ b/src/Nest/CrossPlatform/RuntimeInformation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System; diff --git a/src/Nest/CrossPlatform/TypeExtensions.cs b/src/Nest/CrossPlatform/TypeExtensions.cs index 4129bf80610..23ed5d412a8 100644 --- a/src/Nest/CrossPlatform/TypeExtensions.cs +++ b/src/Nest/CrossPlatform/TypeExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/DanglingIndices/Delete/DeleteDanglingIndexRequest.cs b/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexRequest.cs index 608271b2fdf..e31f9382bac 100644 --- a/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexRequest.cs +++ b/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexResponse.cs b/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexResponse.cs index a202e62bdf7..c4a9cea5e68 100644 --- a/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexResponse.cs +++ b/src/Nest/DanglingIndices/Delete/DeleteDanglingIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/DanglingIndices/Import/ImportDanglingIndexRequest.cs b/src/Nest/DanglingIndices/Import/ImportDanglingIndexRequest.cs index adeba56db57..58c309b0a32 100644 --- a/src/Nest/DanglingIndices/Import/ImportDanglingIndexRequest.cs +++ b/src/Nest/DanglingIndices/Import/ImportDanglingIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/DanglingIndices/Import/ImportDanglingIndexResponse.cs b/src/Nest/DanglingIndices/Import/ImportDanglingIndexResponse.cs index 42d2d729bee..ff299e0e24c 100644 --- a/src/Nest/DanglingIndices/Import/ImportDanglingIndexResponse.cs +++ b/src/Nest/DanglingIndices/Import/ImportDanglingIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/DanglingIndices/List/ListDanglingIndicesRequest.cs b/src/Nest/DanglingIndices/List/ListDanglingIndicesRequest.cs index 66e4c09b42d..b1975187ef2 100644 --- a/src/Nest/DanglingIndices/List/ListDanglingIndicesRequest.cs +++ b/src/Nest/DanglingIndices/List/ListDanglingIndicesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/DanglingIndices/List/ListDanglingIndicesResponse.cs b/src/Nest/DanglingIndices/List/ListDanglingIndicesResponse.cs index 911d4d8fca4..289e73d17ce 100644 --- a/src/Nest/DanglingIndices/List/ListDanglingIndicesResponse.cs +++ b/src/Nest/DanglingIndices/List/ListDanglingIndicesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Descriptors.AsyncSearch.cs b/src/Nest/Descriptors.AsyncSearch.cs index 48995f0e292..98c6a4af075 100644 --- a/src/Nest/Descriptors.AsyncSearch.cs +++ b/src/Nest/Descriptors.AsyncSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Cat.cs b/src/Nest/Descriptors.Cat.cs index a45b0b3bd7c..b7b9e9702be 100644 --- a/src/Nest/Descriptors.Cat.cs +++ b/src/Nest/Descriptors.Cat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Cluster.cs b/src/Nest/Descriptors.Cluster.cs index 453d16defa3..0e3ed694ddc 100644 --- a/src/Nest/Descriptors.Cluster.cs +++ b/src/Nest/Descriptors.Cluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.CrossClusterReplication.cs b/src/Nest/Descriptors.CrossClusterReplication.cs index ab417c1ef7c..d2dc5215364 100644 --- a/src/Nest/Descriptors.CrossClusterReplication.cs +++ b/src/Nest/Descriptors.CrossClusterReplication.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.DanglingIndices.cs b/src/Nest/Descriptors.DanglingIndices.cs index 653c780a4da..f0d3e527039 100644 --- a/src/Nest/Descriptors.DanglingIndices.cs +++ b/src/Nest/Descriptors.DanglingIndices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Enrich.cs b/src/Nest/Descriptors.Enrich.cs index 08e885f1495..f4805ef59ac 100644 --- a/src/Nest/Descriptors.Enrich.cs +++ b/src/Nest/Descriptors.Enrich.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Eql.cs b/src/Nest/Descriptors.Eql.cs index 20f0f09bc5f..4ea2288a8d5 100644 --- a/src/Nest/Descriptors.Eql.cs +++ b/src/Nest/Descriptors.Eql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Graph.cs b/src/Nest/Descriptors.Graph.cs index f7e07711395..997d3a15ac0 100644 --- a/src/Nest/Descriptors.Graph.cs +++ b/src/Nest/Descriptors.Graph.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.IndexLifecycleManagement.cs b/src/Nest/Descriptors.IndexLifecycleManagement.cs index 840d23e726c..fc92937c80c 100644 --- a/src/Nest/Descriptors.IndexLifecycleManagement.cs +++ b/src/Nest/Descriptors.IndexLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Indices.cs b/src/Nest/Descriptors.Indices.cs index 23984bfaf83..19f59b7db37 100644 --- a/src/Nest/Descriptors.Indices.cs +++ b/src/Nest/Descriptors.Indices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Ingest.cs b/src/Nest/Descriptors.Ingest.cs index b10d3773931..a34b4ad25d2 100644 --- a/src/Nest/Descriptors.Ingest.cs +++ b/src/Nest/Descriptors.Ingest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.License.cs b/src/Nest/Descriptors.License.cs index b37330b074d..53816fe0c77 100644 --- a/src/Nest/Descriptors.License.cs +++ b/src/Nest/Descriptors.License.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.MachineLearning.cs b/src/Nest/Descriptors.MachineLearning.cs index 06f5835aaed..81b33f5ff7c 100644 --- a/src/Nest/Descriptors.MachineLearning.cs +++ b/src/Nest/Descriptors.MachineLearning.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Migration.cs b/src/Nest/Descriptors.Migration.cs index 16f6bde3ba0..9ab828214b0 100644 --- a/src/Nest/Descriptors.Migration.cs +++ b/src/Nest/Descriptors.Migration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.NoNamespace.cs b/src/Nest/Descriptors.NoNamespace.cs index 11fb897f9b2..68a2899a80e 100644 --- a/src/Nest/Descriptors.NoNamespace.cs +++ b/src/Nest/Descriptors.NoNamespace.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Nodes.cs b/src/Nest/Descriptors.Nodes.cs index 9d9fbb1aea2..e6dec183e35 100644 --- a/src/Nest/Descriptors.Nodes.cs +++ b/src/Nest/Descriptors.Nodes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Rollup.cs b/src/Nest/Descriptors.Rollup.cs index 31c68f2b5c0..c0433e9292c 100644 --- a/src/Nest/Descriptors.Rollup.cs +++ b/src/Nest/Descriptors.Rollup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Security.cs b/src/Nest/Descriptors.Security.cs index b21ea88e9ad..c77e930f701 100644 --- a/src/Nest/Descriptors.Security.cs +++ b/src/Nest/Descriptors.Security.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Snapshot.cs b/src/Nest/Descriptors.Snapshot.cs index 33acb67c6b1..a4dfb2c32b7 100644 --- a/src/Nest/Descriptors.Snapshot.cs +++ b/src/Nest/Descriptors.Snapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.SnapshotLifecycleManagement.cs b/src/Nest/Descriptors.SnapshotLifecycleManagement.cs index 086cba3649f..d22a12227b2 100644 --- a/src/Nest/Descriptors.SnapshotLifecycleManagement.cs +++ b/src/Nest/Descriptors.SnapshotLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Sql.cs b/src/Nest/Descriptors.Sql.cs index efa1afeba65..d53a3f67179 100644 --- a/src/Nest/Descriptors.Sql.cs +++ b/src/Nest/Descriptors.Sql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Tasks.cs b/src/Nest/Descriptors.Tasks.cs index c85805dd91b..0f9f5e13059 100644 --- a/src/Nest/Descriptors.Tasks.cs +++ b/src/Nest/Descriptors.Tasks.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Transform.cs b/src/Nest/Descriptors.Transform.cs index 957e36faff4..a71aa81cdd2 100644 --- a/src/Nest/Descriptors.Transform.cs +++ b/src/Nest/Descriptors.Transform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Watcher.cs b/src/Nest/Descriptors.Watcher.cs index c8af2164a94..821fa7fea96 100644 --- a/src/Nest/Descriptors.Watcher.cs +++ b/src/Nest/Descriptors.Watcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.XPack.cs b/src/Nest/Descriptors.XPack.cs index 418f6cf75c7..d2abccb65b3 100644 --- a/src/Nest/Descriptors.XPack.cs +++ b/src/Nest/Descriptors.XPack.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.cs b/src/Nest/Descriptors.cs index 4c82b43aa42..53de151f21d 100644 --- a/src/Nest/Descriptors.cs +++ b/src/Nest/Descriptors.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkCreate.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkCreate.cs index f5308d946d1..8c1a0162e5a 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkCreate.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkCreate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkOperation/BulkDelete.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkDelete.cs index 234a0fb06d9..7e5b9846a86 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkDelete.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkDelete.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkOperation/BulkIndex.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkIndex.cs index fdb0d7ba468..5b83095271e 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkIndex.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationBase.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationBase.cs index ed040807782..74a0e74b14c 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationBase.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationsCollection.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationsCollection.cs index 0af3df5e162..77ae28d7119 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationsCollection.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkOperationsCollection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdate.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdate.cs index ee8bfe696c9..4fd78a81353 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdate.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdateBody.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdateBody.cs index 59d1b30c7a0..64cfa584c90 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdateBody.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdateBody.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkOperation/IBulkOperation.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/IBulkOperation.cs index 7c392245510..45b138d804b 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkOperation/IBulkOperation.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkOperation/IBulkOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkRequest.cs b/src/Nest/Document/Multiple/Bulk/BulkRequest.cs index 5ffabeedd00..ec21ab88301 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkRequest.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkRequestFormatter.cs b/src/Nest/Document/Multiple/Bulk/BulkRequestFormatter.cs index 6238c77b4d1..b82c842edf5 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkRequestFormatter.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkRequestFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponse.cs b/src/Nest/Document/Multiple/Bulk/BulkResponse.cs index 9ecb3449ec8..7ec64ad2136 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponse.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkCreateResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkCreateResponseItem.cs index a57e3cc2f3a..91d5217e305 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkCreateResponseItem.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkCreateResponseItem.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkDeleteResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkDeleteResponseItem.cs index f87f00bd9ae..19fb29f0ccd 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkDeleteResponseItem.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkDeleteResponseItem.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkIndexResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkIndexResponseItem.cs index ece566c2fdd..5aefd43ad13 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkIndexResponseItem.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkIndexResponseItem.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemBase.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemBase.cs index d7000ff29f9..051224cbd02 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemBase.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemFormatter.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemFormatter.cs index 5a6a52d89f7..774fc9be981 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemFormatter.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkUpdateResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkUpdateResponseItem.cs index 87f6eeac103..226f900d10c 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkUpdateResponseItem.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkUpdateResponseItem.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/ConcreteBulkIndexResponseItemFormatter.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/ConcreteBulkIndexResponseItemFormatter.cs index f365f1a40f9..3f63828ca2d 100644 --- a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/ConcreteBulkIndexResponseItemFormatter.cs +++ b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/ConcreteBulkIndexResponseItemFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Resolvers; diff --git a/src/Nest/Document/Multiple/Bulk/ElasticClient-DeleteMany.cs b/src/Nest/Document/Multiple/Bulk/ElasticClient-DeleteMany.cs index 9e25c43d1a3..1e58dfbed0e 100644 --- a/src/Nest/Document/Multiple/Bulk/ElasticClient-DeleteMany.cs +++ b/src/Nest/Document/Multiple/Bulk/ElasticClient-DeleteMany.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Bulk/ElasticClient-IndexMany.cs b/src/Nest/Document/Multiple/Bulk/ElasticClient-IndexMany.cs index 3e340ed4bd5..c75ff1e7464 100644 --- a/src/Nest/Document/Multiple/Bulk/ElasticClient-IndexMany.cs +++ b/src/Nest/Document/Multiple/Bulk/ElasticClient-IndexMany.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/BulkAll/BulkAllObservable.cs b/src/Nest/Document/Multiple/BulkAll/BulkAllObservable.cs index 36cd4e2833f..af22fdfff78 100644 --- a/src/Nest/Document/Multiple/BulkAll/BulkAllObservable.cs +++ b/src/Nest/Document/Multiple/BulkAll/BulkAllObservable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/BulkAll/BulkAllObserver.cs b/src/Nest/Document/Multiple/BulkAll/BulkAllObserver.cs index d3aed73396a..93adef7a35a 100644 --- a/src/Nest/Document/Multiple/BulkAll/BulkAllObserver.cs +++ b/src/Nest/Document/Multiple/BulkAll/BulkAllObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/BulkAll/BulkAllRequest.cs b/src/Nest/Document/Multiple/BulkAll/BulkAllRequest.cs index 60f85688880..e64ed1cca9a 100644 --- a/src/Nest/Document/Multiple/BulkAll/BulkAllRequest.cs +++ b/src/Nest/Document/Multiple/BulkAll/BulkAllRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/BulkAll/BulkAllResponse.cs b/src/Nest/Document/Multiple/BulkAll/BulkAllResponse.cs index 67b346541ae..99331c3c579 100644 --- a/src/Nest/Document/Multiple/BulkAll/BulkAllResponse.cs +++ b/src/Nest/Document/Multiple/BulkAll/BulkAllResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/BulkAll/ElasticClient-BulkAll.cs b/src/Nest/Document/Multiple/BulkAll/ElasticClient-BulkAll.cs index 2a1a8cd7f81..1f92859902a 100644 --- a/src/Nest/Document/Multiple/BulkAll/ElasticClient-BulkAll.cs +++ b/src/Nest/Document/Multiple/BulkAll/ElasticClient-BulkAll.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/BulkIndexByScrollFailure.cs b/src/Nest/Document/Multiple/BulkIndexByScrollFailure.cs index 5842871400b..8ef27c5f2bb 100644 --- a/src/Nest/Document/Multiple/BulkIndexByScrollFailure.cs +++ b/src/Nest/Document/Multiple/BulkIndexByScrollFailure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryRequest.cs b/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryRequest.cs index 992b0809121..cad57bf2f61 100644 --- a/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryRequest.cs +++ b/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryResponse.cs b/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryResponse.cs index d0e5e6a45d4..06a3c431b88 100644 --- a/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryResponse.cs +++ b/src/Nest/Document/Multiple/DeleteByQuery/DeleteByQueryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleRequest.cs b/src/Nest/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleRequest.cs index 2fb08915baf..1f5fd6711a5 100644 --- a/src/Nest/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleRequest.cs +++ b/src/Nest/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Multiple/MultiGet/ElasticClient-GetMany.cs b/src/Nest/Document/Multiple/MultiGet/ElasticClient-GetMany.cs index 6a5535430f9..715c365f870 100644 --- a/src/Nest/Document/Multiple/MultiGet/ElasticClient-GetMany.cs +++ b/src/Nest/Document/Multiple/MultiGet/ElasticClient-GetMany.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiGet/ElasticClient-SourceMany.cs b/src/Nest/Document/Multiple/MultiGet/ElasticClient-SourceMany.cs index 97fe4135953..3b6ee8da7b6 100644 --- a/src/Nest/Document/Multiple/MultiGet/ElasticClient-SourceMany.cs +++ b/src/Nest/Document/Multiple/MultiGet/ElasticClient-SourceMany.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiGet/Request/IMultiGetOperation.cs b/src/Nest/Document/Multiple/MultiGet/Request/IMultiGetOperation.cs index 0013a624760..deb5a6fbda9 100644 --- a/src/Nest/Document/Multiple/MultiGet/Request/IMultiGetOperation.cs +++ b/src/Nest/Document/Multiple/MultiGet/Request/IMultiGetOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiGet/Request/MultiGetOperation.cs b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetOperation.cs index d352e1a576a..311003a6e03 100644 --- a/src/Nest/Document/Multiple/MultiGet/Request/MultiGetOperation.cs +++ b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequest.cs b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequest.cs index 5fc17e55022..e706dea3434 100644 --- a/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequest.cs +++ b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiGet/Request/MultiGetRequestFormatter.cs b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequestFormatter.cs index b7600f88419..7972385b3c8 100644 --- a/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequestFormatter.cs +++ b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetRequestFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiGet/Request/MultiGetResponseBuilder.cs b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetResponseBuilder.cs index 61191600db8..e26bdcbd09d 100644 --- a/src/Nest/Document/Multiple/MultiGet/Request/MultiGetResponseBuilder.cs +++ b/src/Nest/Document/Multiple/MultiGet/Request/MultiGetResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHit.cs b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHit.cs index 83879e0b29e..b42bcd2b9fa 100644 --- a/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHit.cs +++ b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHitJsonConverter.cs b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHitJsonConverter.cs index 486d09351f5..23e3244efac 100644 --- a/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHitJsonConverter.cs +++ b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHitJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiGet/Response/MultiGetResponse.cs b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetResponse.cs index 695faf8b38d..aa2d9bcb535 100644 --- a/src/Nest/Document/Multiple/MultiGet/Response/MultiGetResponse.cs +++ b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorOperation.cs b/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorOperation.cs index 3e3b23f632d..63a28e90b1b 100644 --- a/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorOperation.cs +++ b/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsRequest.cs b/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsRequest.cs index 9b421953ed4..7ffb23ad914 100644 --- a/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsRequest.cs +++ b/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsResponse.cs b/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsResponse.cs index 40364424204..42ee11e6169 100644 --- a/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsResponse.cs +++ b/src/Nest/Document/Multiple/MultiTermVectors/MultiTermVectorsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/Reindex/ElasticClient-Reindex.cs b/src/Nest/Document/Multiple/Reindex/ElasticClient-Reindex.cs index c9be0cc6e2f..ad281eea21b 100644 --- a/src/Nest/Document/Multiple/Reindex/ElasticClient-Reindex.cs +++ b/src/Nest/Document/Multiple/Reindex/ElasticClient-Reindex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Reindex/ReindexObservable.cs b/src/Nest/Document/Multiple/Reindex/ReindexObservable.cs index e573627a364..e6ee7ca4762 100644 --- a/src/Nest/Document/Multiple/Reindex/ReindexObservable.cs +++ b/src/Nest/Document/Multiple/Reindex/ReindexObservable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Reindex/ReindexObserver.cs b/src/Nest/Document/Multiple/Reindex/ReindexObserver.cs index e42b85c7b36..6ca6b628a82 100644 --- a/src/Nest/Document/Multiple/Reindex/ReindexObserver.cs +++ b/src/Nest/Document/Multiple/Reindex/ReindexObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/Reindex/ReindexRequest.cs b/src/Nest/Document/Multiple/Reindex/ReindexRequest.cs index 120ce855b93..d8c4cd04ddc 100644 --- a/src/Nest/Document/Multiple/Reindex/ReindexRequest.cs +++ b/src/Nest/Document/Multiple/Reindex/ReindexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ReindexOnServer/ReindexDestination.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexDestination.cs index 826724f2521..70e59b213a7 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/ReindexDestination.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/ReindexDestination.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using System.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerRequest.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerRequest.cs index 8fe4b525008..fe245d8feee 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerRequest.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerResponse.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerResponse.cs index ed1caec788b..c3e3fe74d13 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerResponse.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/ReindexOnServerResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/ReindexOnServer/ReindexRouting.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexRouting.cs index ff5f6b4303d..b5c68338b54 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/ReindexRouting.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/ReindexRouting.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/ReindexOnServer/ReindexRoutingJsonConverter.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexRoutingJsonConverter.cs index 84afcde9733..5a55f023906 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/ReindexRoutingJsonConverter.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/ReindexRoutingJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Multiple/ReindexOnServer/ReindexSource.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexSource.cs index cd2e3e7fcb3..b60aaaddef7 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/ReindexSource.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/ReindexSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ReindexOnServer/RemoteSource.cs b/src/Nest/Document/Multiple/ReindexOnServer/RemoteSource.cs index 4badb149279..8e2f2dd726b 100644 --- a/src/Nest/Document/Multiple/ReindexOnServer/RemoteSource.cs +++ b/src/Nest/Document/Multiple/ReindexOnServer/RemoteSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ReindexRethrottle/ReindexNode.cs b/src/Nest/Document/Multiple/ReindexRethrottle/ReindexNode.cs index 048615dfe8a..230416e3a5c 100644 --- a/src/Nest/Document/Multiple/ReindexRethrottle/ReindexNode.cs +++ b/src/Nest/Document/Multiple/ReindexRethrottle/ReindexNode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleRequest.cs b/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleRequest.cs index fcc8313b613..fc9df6079f4 100644 --- a/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleRequest.cs +++ b/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleResponse.cs b/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleResponse.cs index 4c7b92b9a7d..01a571a77db 100644 --- a/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleResponse.cs +++ b/src/Nest/Document/Multiple/ReindexRethrottle/ReindexRethrottleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/Retries.cs b/src/Nest/Document/Multiple/Retries.cs index c90b2a1e787..464aa9e4e4c 100644 --- a/src/Nest/Document/Multiple/Retries.cs +++ b/src/Nest/Document/Multiple/Retries.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ScrollAll/ElasticClient-ScrollAll.cs b/src/Nest/Document/Multiple/ScrollAll/ElasticClient-ScrollAll.cs index 1829d58ed90..b90a3dbfa38 100644 --- a/src/Nest/Document/Multiple/ScrollAll/ElasticClient-ScrollAll.cs +++ b/src/Nest/Document/Multiple/ScrollAll/ElasticClient-ScrollAll.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ScrollAll/ScrollAllObservable.cs b/src/Nest/Document/Multiple/ScrollAll/ScrollAllObservable.cs index 3381430f37b..ddf9e939280 100644 --- a/src/Nest/Document/Multiple/ScrollAll/ScrollAllObservable.cs +++ b/src/Nest/Document/Multiple/ScrollAll/ScrollAllObservable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ScrollAll/ScrollAllObserver.cs b/src/Nest/Document/Multiple/ScrollAll/ScrollAllObserver.cs index dea89c4d199..b1e9b92e759 100644 --- a/src/Nest/Document/Multiple/ScrollAll/ScrollAllObserver.cs +++ b/src/Nest/Document/Multiple/ScrollAll/ScrollAllObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/ScrollAll/ScrollAllRequest.cs b/src/Nest/Document/Multiple/ScrollAll/ScrollAllRequest.cs index 8180fd83842..d87bc049a3f 100644 --- a/src/Nest/Document/Multiple/ScrollAll/ScrollAllRequest.cs +++ b/src/Nest/Document/Multiple/ScrollAll/ScrollAllRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Document/Multiple/ScrollAll/ScrollAllResponse.cs b/src/Nest/Document/Multiple/ScrollAll/ScrollAllResponse.cs index b975b4e18b1..39b56448d01 100644 --- a/src/Nest/Document/Multiple/ScrollAll/ScrollAllResponse.cs +++ b/src/Nest/Document/Multiple/ScrollAll/ScrollAllResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryRequest.cs b/src/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryRequest.cs index 1ddbd06b184..6123e63e3e5 100644 --- a/src/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryRequest.cs +++ b/src/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryResponse.cs b/src/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryResponse.cs index e62008d72a8..e9422db5459 100644 --- a/src/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryResponse.cs +++ b/src/Nest/Document/Multiple/UpdateByQuery/UpdateByQueryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleRequest.cs b/src/Nest/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleRequest.cs index b1e74ef5c9e..7173aa95f2b 100644 --- a/src/Nest/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleRequest.cs +++ b/src/Nest/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Result.cs b/src/Nest/Document/Result.cs index e02f2d929c2..79233e94a10 100644 --- a/src/Nest/Document/Result.cs +++ b/src/Nest/Document/Result.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Document/Single/Create/CreateJsonConverter.cs b/src/Nest/Document/Single/Create/CreateJsonConverter.cs index 82a4d4911e9..737f43f5025 100644 --- a/src/Nest/Document/Single/Create/CreateJsonConverter.cs +++ b/src/Nest/Document/Single/Create/CreateJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/Create/CreateRequest.cs b/src/Nest/Document/Single/Create/CreateRequest.cs index f93bfc49619..3940c873d7a 100644 --- a/src/Nest/Document/Single/Create/CreateRequest.cs +++ b/src/Nest/Document/Single/Create/CreateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Document/Single/Create/CreateResponse.cs b/src/Nest/Document/Single/Create/CreateResponse.cs index aa58e4acd2c..d4e32d2bcd5 100644 --- a/src/Nest/Document/Single/Create/CreateResponse.cs +++ b/src/Nest/Document/Single/Create/CreateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Create/ElasticClient-Create.cs b/src/Nest/Document/Single/Create/ElasticClient-Create.cs index 182c613e5a9..cedd43a5e4f 100644 --- a/src/Nest/Document/Single/Create/ElasticClient-Create.cs +++ b/src/Nest/Document/Single/Create/ElasticClient-Create.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Delete/DeleteRequest.cs b/src/Nest/Document/Single/Delete/DeleteRequest.cs index 1a588b1c119..e59b17894db 100644 --- a/src/Nest/Document/Single/Delete/DeleteRequest.cs +++ b/src/Nest/Document/Single/Delete/DeleteRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/Delete/DeleteResponse.cs b/src/Nest/Document/Single/Delete/DeleteResponse.cs index 24b1f2ccf5e..6e74371a2c8 100644 --- a/src/Nest/Document/Single/Delete/DeleteResponse.cs +++ b/src/Nest/Document/Single/Delete/DeleteResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Exists/DocumentExistsRequest.cs b/src/Nest/Document/Single/Exists/DocumentExistsRequest.cs index eb41e22364b..ffd3ff37bae 100644 --- a/src/Nest/Document/Single/Exists/DocumentExistsRequest.cs +++ b/src/Nest/Document/Single/Exists/DocumentExistsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/Get/GetRequest.cs b/src/Nest/Document/Single/Get/GetRequest.cs index 290ee0111b4..1052d0b183a 100644 --- a/src/Nest/Document/Single/Get/GetRequest.cs +++ b/src/Nest/Document/Single/Get/GetRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/Get/GetResponse.cs b/src/Nest/Document/Single/Get/GetResponse.cs index 55bc8036fa7..db51dae0a30 100644 --- a/src/Nest/Document/Single/Get/GetResponse.cs +++ b/src/Nest/Document/Single/Get/GetResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Single/Index/ElasticClient-Index.cs b/src/Nest/Document/Single/Index/ElasticClient-Index.cs index 08b2efd7fe6..c97c908fd68 100644 --- a/src/Nest/Document/Single/Index/ElasticClient-Index.cs +++ b/src/Nest/Document/Single/Index/ElasticClient-Index.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Index/IndexJsonConverter.cs b/src/Nest/Document/Single/Index/IndexJsonConverter.cs index c671719b82c..ab7af995712 100644 --- a/src/Nest/Document/Single/Index/IndexJsonConverter.cs +++ b/src/Nest/Document/Single/Index/IndexJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/Index/IndexRequest.cs b/src/Nest/Document/Single/Index/IndexRequest.cs index 6f69764a2c9..3d3e409cc1e 100644 --- a/src/Nest/Document/Single/Index/IndexRequest.cs +++ b/src/Nest/Document/Single/Index/IndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Document/Single/Index/IndexResponse.cs b/src/Nest/Document/Single/Index/IndexResponse.cs index e6fac250959..613e71c0b44 100644 --- a/src/Nest/Document/Single/Index/IndexResponse.cs +++ b/src/Nest/Document/Single/Index/IndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Source/SourceRequest.cs b/src/Nest/Document/Single/Source/SourceRequest.cs index 8d412c5fbcd..bdebb15ae60 100644 --- a/src/Nest/Document/Single/Source/SourceRequest.cs +++ b/src/Nest/Document/Single/Source/SourceRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/Source/SourceRequestResponseBuilder.cs b/src/Nest/Document/Single/Source/SourceRequestResponseBuilder.cs index feec6c7790f..c5cc108320a 100644 --- a/src/Nest/Document/Single/Source/SourceRequestResponseBuilder.cs +++ b/src/Nest/Document/Single/Source/SourceRequestResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/Document/Single/Source/SourceResponse.cs b/src/Nest/Document/Single/Source/SourceResponse.cs index af0d655e5c3..bf97cee17a5 100644 --- a/src/Nest/Document/Single/Source/SourceResponse.cs +++ b/src/Nest/Document/Single/Source/SourceResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/SourceExists/SourceExistsRequest.cs b/src/Nest/Document/Single/SourceExists/SourceExistsRequest.cs index 10979a4d8ff..869cdcf97a7 100644 --- a/src/Nest/Document/Single/SourceExists/SourceExistsRequest.cs +++ b/src/Nest/Document/Single/SourceExists/SourceExistsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Document/Single/TermVectors/FieldStatistics.cs b/src/Nest/Document/Single/TermVectors/FieldStatistics.cs index 5978c1529f8..8df936695af 100644 --- a/src/Nest/Document/Single/TermVectors/FieldStatistics.cs +++ b/src/Nest/Document/Single/TermVectors/FieldStatistics.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/TermVectors/TermVector.cs b/src/Nest/Document/Single/TermVectors/TermVector.cs index b3c4c123a1f..aeb454babc0 100644 --- a/src/Nest/Document/Single/TermVectors/TermVector.cs +++ b/src/Nest/Document/Single/TermVectors/TermVector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Single/TermVectors/TermVectorFilter.cs b/src/Nest/Document/Single/TermVectors/TermVectorFilter.cs index 12e333ddac3..4f5dc8116ba 100644 --- a/src/Nest/Document/Single/TermVectors/TermVectorFilter.cs +++ b/src/Nest/Document/Single/TermVectors/TermVectorFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Document/Single/TermVectors/TermVectorTerm.cs b/src/Nest/Document/Single/TermVectors/TermVectorTerm.cs index 3c74803923c..2481e561367 100644 --- a/src/Nest/Document/Single/TermVectors/TermVectorTerm.cs +++ b/src/Nest/Document/Single/TermVectors/TermVectorTerm.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Single/TermVectors/TermVectors.cs b/src/Nest/Document/Single/TermVectors/TermVectors.cs index 8b5cd319681..1f749fb6db4 100644 --- a/src/Nest/Document/Single/TermVectors/TermVectors.cs +++ b/src/Nest/Document/Single/TermVectors/TermVectors.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Single/TermVectors/TermVectorsRequest.cs b/src/Nest/Document/Single/TermVectors/TermVectorsRequest.cs index 10b7f27c972..a426ef163a6 100644 --- a/src/Nest/Document/Single/TermVectors/TermVectorsRequest.cs +++ b/src/Nest/Document/Single/TermVectors/TermVectorsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/TermVectors/TermVectorsResponse.cs b/src/Nest/Document/Single/TermVectors/TermVectorsResponse.cs index 81cd9c814dd..4adb7903a35 100644 --- a/src/Nest/Document/Single/TermVectors/TermVectorsResponse.cs +++ b/src/Nest/Document/Single/TermVectors/TermVectorsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Document/Single/TermVectors/Token.cs b/src/Nest/Document/Single/TermVectors/Token.cs index dd42b0381a3..6fda7bd2d37 100644 --- a/src/Nest/Document/Single/TermVectors/Token.cs +++ b/src/Nest/Document/Single/TermVectors/Token.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Update/UpdateRequest.cs b/src/Nest/Document/Single/Update/UpdateRequest.cs index eca8b5ffc09..39e4aa05957 100644 --- a/src/Nest/Document/Single/Update/UpdateRequest.cs +++ b/src/Nest/Document/Single/Update/UpdateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/Update/UpdateResponse.cs b/src/Nest/Document/Single/Update/UpdateResponse.cs index 79d9201efba..a6bf2f8b99e 100644 --- a/src/Nest/Document/Single/Update/UpdateResponse.cs +++ b/src/Nest/Document/Single/Update/UpdateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Document/Single/WriteResponseBase.cs b/src/Nest/Document/Single/WriteResponseBase.cs index a9778767a84..1e0660a5cc8 100644 --- a/src/Nest/Document/Single/WriteResponseBase.cs +++ b/src/Nest/Document/Single/WriteResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/ElasticClient.AsyncSearch.cs b/src/Nest/ElasticClient.AsyncSearch.cs index 27e2b49ef66..66ba257f458 100644 --- a/src/Nest/ElasticClient.AsyncSearch.cs +++ b/src/Nest/ElasticClient.AsyncSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Cat.cs b/src/Nest/ElasticClient.Cat.cs index cebdb2f2121..64c71fd399f 100644 --- a/src/Nest/ElasticClient.Cat.cs +++ b/src/Nest/ElasticClient.Cat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Cluster.cs b/src/Nest/ElasticClient.Cluster.cs index 7aca14bca4e..7b253dc71ca 100644 --- a/src/Nest/ElasticClient.Cluster.cs +++ b/src/Nest/ElasticClient.Cluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.CrossClusterReplication.cs b/src/Nest/ElasticClient.CrossClusterReplication.cs index 04ef65d1615..8bdae21634e 100644 --- a/src/Nest/ElasticClient.CrossClusterReplication.cs +++ b/src/Nest/ElasticClient.CrossClusterReplication.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.DanglingIndices.cs b/src/Nest/ElasticClient.DanglingIndices.cs index 9b784f5211c..35c81ec3ee3 100644 --- a/src/Nest/ElasticClient.DanglingIndices.cs +++ b/src/Nest/ElasticClient.DanglingIndices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Enrich.cs b/src/Nest/ElasticClient.Enrich.cs index ff21b88dba3..6dcf29ca4b8 100644 --- a/src/Nest/ElasticClient.Enrich.cs +++ b/src/Nest/ElasticClient.Enrich.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Eql.cs b/src/Nest/ElasticClient.Eql.cs index e1c18d58174..48f76be8b15 100644 --- a/src/Nest/ElasticClient.Eql.cs +++ b/src/Nest/ElasticClient.Eql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Graph.cs b/src/Nest/ElasticClient.Graph.cs index 1576624176c..96cd4367bf0 100644 --- a/src/Nest/ElasticClient.Graph.cs +++ b/src/Nest/ElasticClient.Graph.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.IndexLifecycleManagement.cs b/src/Nest/ElasticClient.IndexLifecycleManagement.cs index 60a9fe608ec..dd8fd4caa3a 100644 --- a/src/Nest/ElasticClient.IndexLifecycleManagement.cs +++ b/src/Nest/ElasticClient.IndexLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Indices.cs b/src/Nest/ElasticClient.Indices.cs index 343bd6db56f..061da411c05 100644 --- a/src/Nest/ElasticClient.Indices.cs +++ b/src/Nest/ElasticClient.Indices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Ingest.cs b/src/Nest/ElasticClient.Ingest.cs index b4cc6b16570..235375fbc5c 100644 --- a/src/Nest/ElasticClient.Ingest.cs +++ b/src/Nest/ElasticClient.Ingest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.License.cs b/src/Nest/ElasticClient.License.cs index 95cdb263992..cc19deaee68 100644 --- a/src/Nest/ElasticClient.License.cs +++ b/src/Nest/ElasticClient.License.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.MachineLearning.cs b/src/Nest/ElasticClient.MachineLearning.cs index cda9ae94bd5..5bed1a1b6a6 100644 --- a/src/Nest/ElasticClient.MachineLearning.cs +++ b/src/Nest/ElasticClient.MachineLearning.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Migration.cs b/src/Nest/ElasticClient.Migration.cs index 9940e41ee4d..743fec923cd 100644 --- a/src/Nest/ElasticClient.Migration.cs +++ b/src/Nest/ElasticClient.Migration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.NoNamespace.cs b/src/Nest/ElasticClient.NoNamespace.cs index 27e72e25032..88c6b5fe5f8 100644 --- a/src/Nest/ElasticClient.NoNamespace.cs +++ b/src/Nest/ElasticClient.NoNamespace.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Nodes.cs b/src/Nest/ElasticClient.Nodes.cs index f03c35e45da..ae5f0882284 100644 --- a/src/Nest/ElasticClient.Nodes.cs +++ b/src/Nest/ElasticClient.Nodes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Rollup.cs b/src/Nest/ElasticClient.Rollup.cs index 2135eac9088..683c2ec60a7 100644 --- a/src/Nest/ElasticClient.Rollup.cs +++ b/src/Nest/ElasticClient.Rollup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Security.cs b/src/Nest/ElasticClient.Security.cs index ca6772dfabd..c7b1ec29e48 100644 --- a/src/Nest/ElasticClient.Security.cs +++ b/src/Nest/ElasticClient.Security.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Snapshot.cs b/src/Nest/ElasticClient.Snapshot.cs index cac0b6bdf88..2f9393bfefa 100644 --- a/src/Nest/ElasticClient.Snapshot.cs +++ b/src/Nest/ElasticClient.Snapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs b/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs index aa62efbf27f..cd0fc34b5bd 100644 --- a/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs +++ b/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Sql.cs b/src/Nest/ElasticClient.Sql.cs index f08a592bce6..0d51fb2fef3 100644 --- a/src/Nest/ElasticClient.Sql.cs +++ b/src/Nest/ElasticClient.Sql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Tasks.cs b/src/Nest/ElasticClient.Tasks.cs index 05d07b22a4f..02b1b4047cb 100644 --- a/src/Nest/ElasticClient.Tasks.cs +++ b/src/Nest/ElasticClient.Tasks.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Transform.cs b/src/Nest/ElasticClient.Transform.cs index 03df53aac00..0e2f7ce3b3e 100644 --- a/src/Nest/ElasticClient.Transform.cs +++ b/src/Nest/ElasticClient.Transform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Watcher.cs b/src/Nest/ElasticClient.Watcher.cs index b985eb03e23..5014570bffb 100644 --- a/src/Nest/ElasticClient.Watcher.cs +++ b/src/Nest/ElasticClient.Watcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.XPack.cs b/src/Nest/ElasticClient.XPack.cs index 922ea9cf2bc..52b9348e404 100644 --- a/src/Nest/ElasticClient.XPack.cs +++ b/src/Nest/ElasticClient.XPack.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.cs b/src/Nest/ElasticClient.cs index 6d0ca564453..5feb0218215 100644 --- a/src/Nest/ElasticClient.cs +++ b/src/Nest/ElasticClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Helpers/HelperIdentifiers.cs b/src/Nest/Helpers/HelperIdentifiers.cs index fb8a41a4331..452e5498882 100644 --- a/src/Nest/Helpers/HelperIdentifiers.cs +++ b/src/Nest/Helpers/HelperIdentifiers.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Helpers/IHelperCallable.cs b/src/Nest/Helpers/IHelperCallable.cs index f06774ab471..6b554b815a4 100644 --- a/src/Nest/Helpers/IHelperCallable.cs +++ b/src/Nest/Helpers/IHelperCallable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; diff --git a/src/Nest/Helpers/RequestMetaDataExtensions.cs b/src/Nest/Helpers/RequestMetaDataExtensions.cs index c251113b4b6..a39de1ba438 100644 --- a/src/Nest/Helpers/RequestMetaDataExtensions.cs +++ b/src/Nest/Helpers/RequestMetaDataExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/IElasticClient.Generated.cs b/src/Nest/IElasticClient.Generated.cs index 40b52f13fc2..2ca98eb915b 100644 --- a/src/Nest/IElasticClient.Generated.cs +++ b/src/Nest/IElasticClient.Generated.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/IElasticClient.cs b/src/Nest/IElasticClient.cs index d0d964eb9f3..93142893a2c 100644 --- a/src/Nest/IElasticClient.cs +++ b/src/Nest/IElasticClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/IndexSettings/IndexState.cs b/src/Nest/IndexModules/IndexSettings/IndexState.cs index 0ccebd934b6..d73c86794e5 100644 --- a/src/Nest/IndexModules/IndexSettings/IndexState.cs +++ b/src/Nest/IndexModules/IndexSettings/IndexState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Merge/MergePolicySettings.cs b/src/Nest/IndexModules/IndexSettings/Merge/MergePolicySettings.cs index 9ff969b3d59..1c468df92a4 100644 --- a/src/Nest/IndexModules/IndexSettings/Merge/MergePolicySettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Merge/MergePolicySettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/Merge/MergeSchedulerSettings.cs b/src/Nest/IndexModules/IndexSettings/Merge/MergeSchedulerSettings.cs index 3135f784548..50020da6548 100644 --- a/src/Nest/IndexModules/IndexSettings/Merge/MergeSchedulerSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Merge/MergeSchedulerSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/Merge/MergeSettings.cs b/src/Nest/IndexModules/IndexSettings/Merge/MergeSettings.cs index 3976fcb9368..267c663c3b7 100644 --- a/src/Nest/IndexModules/IndexSettings/Merge/MergeSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Merge/MergeSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Queries/IQueriesCacheSettings.cs b/src/Nest/IndexModules/IndexSettings/Queries/IQueriesCacheSettings.cs index b567f671c01..23bc524243f 100644 --- a/src/Nest/IndexModules/IndexSettings/Queries/IQueriesCacheSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Queries/IQueriesCacheSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/Queries/IQueriesSettings.cs b/src/Nest/IndexModules/IndexSettings/Queries/IQueriesSettings.cs index 36d5f70300e..73dc587d463 100644 --- a/src/Nest/IndexModules/IndexSettings/Queries/IQueriesSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Queries/IQueriesSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Settings/AutoExpandReplicas.cs b/src/Nest/IndexModules/IndexSettings/Settings/AutoExpandReplicas.cs index f4a8443509e..a3d4ed03e87 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/AutoExpandReplicas.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/AutoExpandReplicas.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/IndexModules/IndexSettings/Settings/DynamicIndexSettings.cs b/src/Nest/IndexModules/IndexSettings/Settings/DynamicIndexSettings.cs index d5f19b23ba2..65111e2169b 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/DynamicIndexSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/DynamicIndexSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Settings/FixedIndexSettings.cs b/src/Nest/IndexModules/IndexSettings/Settings/FixedIndexSettings.cs index 98c0f51fc2b..6efb7755a1a 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/FixedIndexSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/FixedIndexSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/Settings/IndexSettings.cs b/src/Nest/IndexModules/IndexSettings/Settings/IndexSettings.cs index 427220a3c9e..b35e2f92346 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/IndexSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/IndexSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Settings/IndexSettingsFormatter.cs b/src/Nest/IndexModules/IndexSettings/Settings/IndexSettingsFormatter.cs index f14a052257e..b0b7613df1c 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/IndexSettingsFormatter.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/IndexSettingsFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Settings/RecoveryInitialShards.cs b/src/Nest/IndexModules/IndexSettings/Settings/RecoveryInitialShards.cs index c6e4a294f55..3d29b96340c 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/RecoveryInitialShards.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/RecoveryInitialShards.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/IndexSettings/Settings/UpdatableIndexSettings.cs b/src/Nest/IndexModules/IndexSettings/Settings/UpdatableIndexSettings.cs index d7821490b2b..430b5e43377 100644 --- a/src/Nest/IndexModules/IndexSettings/Settings/UpdatableIndexSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Settings/UpdatableIndexSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/SlowLog/ISlowLog.cs b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLog.cs index abfb26f9ede..d4a11b8d57c 100644 --- a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLog.cs +++ b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLog.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogIndexing.cs b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogIndexing.cs index 9202e9a7186..c8463a88e78 100644 --- a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogIndexing.cs +++ b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogIndexing.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearch.cs b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearch.cs index 166f4add2de..a2bc5138c17 100644 --- a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearch.cs +++ b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchFetch.cs b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchFetch.cs index cc0ca1d0735..8c26305c8b5 100644 --- a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchFetch.cs +++ b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchFetch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchQuery.cs b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchQuery.cs index 3817e63b614..e9061c8923d 100644 --- a/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchQuery.cs +++ b/src/Nest/IndexModules/IndexSettings/SlowLog/ISlowLogSearchQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/SlowLog/LogLevel.cs b/src/Nest/IndexModules/IndexSettings/SlowLog/LogLevel.cs index 4f7749fed55..aa8a04b69e5 100644 --- a/src/Nest/IndexModules/IndexSettings/SlowLog/LogLevel.cs +++ b/src/Nest/IndexModules/IndexSettings/SlowLog/LogLevel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteRetentionSettings.cs b/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteRetentionSettings.cs index f4aa8b0ce2d..2aa4b9e6883 100644 --- a/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteRetentionSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteRetentionSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteSettings.cs b/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteSettings.cs index 58f97b26378..68f140ca1e5 100644 --- a/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/SoftDeletes/ISoftDeleteSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Sorting/ISortingSettings.cs b/src/Nest/IndexModules/IndexSettings/Sorting/ISortingSettings.cs index 80859a4f3af..b258c46e648 100644 --- a/src/Nest/IndexModules/IndexSettings/Sorting/ISortingSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Sorting/ISortingSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/IndexSettings/Store/FileSystemStorageImplementation.cs b/src/Nest/IndexModules/IndexSettings/Store/FileSystemStorageImplementation.cs index c24bc24755e..348f406a5bb 100644 --- a/src/Nest/IndexModules/IndexSettings/Store/FileSystemStorageImplementation.cs +++ b/src/Nest/IndexModules/IndexSettings/Store/FileSystemStorageImplementation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/IndexSettings/Translog/TranslogDurability.cs b/src/Nest/IndexModules/IndexSettings/Translog/TranslogDurability.cs index be4242aa93c..34e6efa044d 100644 --- a/src/Nest/IndexModules/IndexSettings/Translog/TranslogDurability.cs +++ b/src/Nest/IndexModules/IndexSettings/Translog/TranslogDurability.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/IndexSettings/Translog/TranslogFlushSettings.cs b/src/Nest/IndexModules/IndexSettings/Translog/TranslogFlushSettings.cs index 2f2ea602b99..f8b55348a1d 100644 --- a/src/Nest/IndexModules/IndexSettings/Translog/TranslogFlushSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Translog/TranslogFlushSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/IndexModules/IndexSettings/Translog/TranslogSettings.cs b/src/Nest/IndexModules/IndexSettings/Translog/TranslogSettings.cs index 354cb55a2f4..9f5266f89bc 100644 --- a/src/Nest/IndexModules/IndexSettings/Translog/TranslogSettings.cs +++ b/src/Nest/IndexModules/IndexSettings/Translog/TranslogSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/Similarity/BM25Similarity.cs b/src/Nest/IndexModules/Similarity/BM25Similarity.cs index c9912c6e36d..be000ef611a 100644 --- a/src/Nest/IndexModules/Similarity/BM25Similarity.cs +++ b/src/Nest/IndexModules/Similarity/BM25Similarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/IndexModules/Similarity/CustomSimilarity.cs b/src/Nest/IndexModules/Similarity/CustomSimilarity.cs index c1bbf36b8c1..7329b29ba3c 100644 --- a/src/Nest/IndexModules/Similarity/CustomSimilarity.cs +++ b/src/Nest/IndexModules/Similarity/CustomSimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/Similarity/DFI/DFIIndependenceMeasure.cs b/src/Nest/IndexModules/Similarity/DFI/DFIIndependenceMeasure.cs index d2e5f97f8dd..f63b7d1cd0f 100644 --- a/src/Nest/IndexModules/Similarity/DFI/DFIIndependenceMeasure.cs +++ b/src/Nest/IndexModules/Similarity/DFI/DFIIndependenceMeasure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/Similarity/DFI/DFISimilarity.cs b/src/Nest/IndexModules/Similarity/DFI/DFISimilarity.cs index 9aef6f81fe2..7249e43ccae 100644 --- a/src/Nest/IndexModules/Similarity/DFI/DFISimilarity.cs +++ b/src/Nest/IndexModules/Similarity/DFI/DFISimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/Similarity/DFR/DFRAfterEffect.cs b/src/Nest/IndexModules/Similarity/DFR/DFRAfterEffect.cs index 65c5a6ae1e4..8d3a1b4f369 100644 --- a/src/Nest/IndexModules/Similarity/DFR/DFRAfterEffect.cs +++ b/src/Nest/IndexModules/Similarity/DFR/DFRAfterEffect.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/Similarity/DFR/DFRBasicModel.cs b/src/Nest/IndexModules/Similarity/DFR/DFRBasicModel.cs index 2596e361afc..ae4df933e6b 100644 --- a/src/Nest/IndexModules/Similarity/DFR/DFRBasicModel.cs +++ b/src/Nest/IndexModules/Similarity/DFR/DFRBasicModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; using System.Runtime.Serialization; diff --git a/src/Nest/IndexModules/Similarity/DFR/DFRSimilarity.cs b/src/Nest/IndexModules/Similarity/DFR/DFRSimilarity.cs index 178be662c1a..9048977f034 100644 --- a/src/Nest/IndexModules/Similarity/DFR/DFRSimilarity.cs +++ b/src/Nest/IndexModules/Similarity/DFR/DFRSimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/Similarity/IB/IBDistribution.cs b/src/Nest/IndexModules/Similarity/IB/IBDistribution.cs index d5991b4c99b..b8455795b64 100644 --- a/src/Nest/IndexModules/Similarity/IB/IBDistribution.cs +++ b/src/Nest/IndexModules/Similarity/IB/IBDistribution.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/Similarity/IB/IBLambda.cs b/src/Nest/IndexModules/Similarity/IB/IBLambda.cs index 7e6545c4737..e8822d9198e 100644 --- a/src/Nest/IndexModules/Similarity/IB/IBLambda.cs +++ b/src/Nest/IndexModules/Similarity/IB/IBLambda.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/Similarity/IB/IBSimilarity.cs b/src/Nest/IndexModules/Similarity/IB/IBSimilarity.cs index 84d2e271745..04d0fe78523 100644 --- a/src/Nest/IndexModules/Similarity/IB/IBSimilarity.cs +++ b/src/Nest/IndexModules/Similarity/IB/IBSimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; // ReSharper disable InconsistentNaming diff --git a/src/Nest/IndexModules/Similarity/LMDirichletSimilarity.cs b/src/Nest/IndexModules/Similarity/LMDirichletSimilarity.cs index 6853463b3ce..42e6683a33d 100644 --- a/src/Nest/IndexModules/Similarity/LMDirichletSimilarity.cs +++ b/src/Nest/IndexModules/Similarity/LMDirichletSimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/IndexModules/Similarity/LMJelinekMercerSimilarity.cs b/src/Nest/IndexModules/Similarity/LMJelinekMercerSimilarity.cs index c25a0d62468..4421d89815d 100644 --- a/src/Nest/IndexModules/Similarity/LMJelinekMercerSimilarity.cs +++ b/src/Nest/IndexModules/Similarity/LMJelinekMercerSimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/IndexModules/Similarity/Normalization.cs b/src/Nest/IndexModules/Similarity/Normalization.cs index e16cb7844c8..c20a0dc6e01 100644 --- a/src/Nest/IndexModules/Similarity/Normalization.cs +++ b/src/Nest/IndexModules/Similarity/Normalization.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/IndexModules/Similarity/ScriptedSimilarity.cs b/src/Nest/IndexModules/Similarity/ScriptedSimilarity.cs index 23f351c07e9..9ee1b547fad 100644 --- a/src/Nest/IndexModules/Similarity/ScriptedSimilarity.cs +++ b/src/Nest/IndexModules/Similarity/ScriptedSimilarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/Similarity/Similarities.cs b/src/Nest/IndexModules/Similarity/Similarities.cs index a4d033d9273..80d5477f92e 100644 --- a/src/Nest/IndexModules/Similarity/Similarities.cs +++ b/src/Nest/IndexModules/Similarity/Similarities.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/IndexModules/Similarity/Similarity.cs b/src/Nest/IndexModules/Similarity/Similarity.cs index 7729655f2d1..98add4714a5 100644 --- a/src/Nest/IndexModules/Similarity/Similarity.cs +++ b/src/Nest/IndexModules/Similarity/Similarity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/IndexModules/Similarity/SimilarityFormatter.cs b/src/Nest/IndexModules/Similarity/SimilarityFormatter.cs index 6bd3207c6f4..2ae3621d8bc 100644 --- a/src/Nest/IndexModules/Similarity/SimilarityFormatter.cs +++ b/src/Nest/IndexModules/Similarity/SimilarityFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias.cs b/src/Nest/Indices/AliasManagement/Alias.cs index 9c2cbc96320..9a71e49b1f0 100644 --- a/src/Nest/Indices/AliasManagement/Alias.cs +++ b/src/Nest/Indices/AliasManagement/Alias.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias/Actions/AliasAdd.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasAdd.cs index 2afe97e4250..471a6383908 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasAdd.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasAdd.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias/Actions/AliasAddOperation.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasAddOperation.cs index 5ebbd93b8ed..4560b8ebec1 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasAddOperation.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasAddOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemove.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemove.cs index 0bcb801af6f..d08056d30d6 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemove.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemove.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndex.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndex.cs index bc6513cf2fc..46c9f8955ee 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndex.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndexOperation.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndexOperation.cs index b44b105a3d7..ca0dd2bdb36 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndexOperation.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveIndexOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveOperation.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveOperation.cs index 166f57a6ce6..d57e3cd06ff 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveOperation.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/AliasRemoveOperation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/AliasManagement/Alias/Actions/IAliasAction.cs b/src/Nest/Indices/AliasManagement/Alias/Actions/IAliasAction.cs index 05f54c8ce64..ae98d657886 100644 --- a/src/Nest/Indices/AliasManagement/Alias/Actions/IAliasAction.cs +++ b/src/Nest/Indices/AliasManagement/Alias/Actions/IAliasAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/Indices/AliasManagement/Alias/BulkAliasRequest.cs b/src/Nest/Indices/AliasManagement/Alias/BulkAliasRequest.cs index 147459acbd5..12b84b1597f 100644 --- a/src/Nest/Indices/AliasManagement/Alias/BulkAliasRequest.cs +++ b/src/Nest/Indices/AliasManagement/Alias/BulkAliasRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/Alias/BulkAliasResponse.cs b/src/Nest/Indices/AliasManagement/Alias/BulkAliasResponse.cs index 56723ab36a6..63361261c8f 100644 --- a/src/Nest/Indices/AliasManagement/Alias/BulkAliasResponse.cs +++ b/src/Nest/Indices/AliasManagement/Alias/BulkAliasResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/AliasManagement/AliasDefinition.cs b/src/Nest/Indices/AliasManagement/AliasDefinition.cs index 56bdf673670..cf6ee8d1ece 100644 --- a/src/Nest/Indices/AliasManagement/AliasDefinition.cs +++ b/src/Nest/Indices/AliasManagement/AliasDefinition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/AliasExists/AliasExistsRequest.cs b/src/Nest/Indices/AliasManagement/AliasExists/AliasExistsRequest.cs index 90b8c283183..ee73d73dd2d 100644 --- a/src/Nest/Indices/AliasManagement/AliasExists/AliasExistsRequest.cs +++ b/src/Nest/Indices/AliasManagement/AliasExists/AliasExistsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/AliasManagement/Aliases.cs b/src/Nest/Indices/AliasManagement/Aliases.cs index 8bc290e2484..cf3ce90403a 100644 --- a/src/Nest/Indices/AliasManagement/Aliases.cs +++ b/src/Nest/Indices/AliasManagement/Aliases.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasRequest.cs b/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasRequest.cs index 112ea7aa234..d7148acd773 100644 --- a/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasRequest.cs +++ b/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasResponse.cs b/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasResponse.cs index 1c40e7e90c4..3a9fa04dddf 100644 --- a/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasResponse.cs +++ b/src/Nest/Indices/AliasManagement/DeleteAlias/DeleteAliasResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetAliasesPointingToIndex.cs b/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetAliasesPointingToIndex.cs index d98d69a3e77..f1a54235af5 100644 --- a/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetAliasesPointingToIndex.cs +++ b/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetAliasesPointingToIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetIndicesPointingToAlias.cs b/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetIndicesPointingToAlias.cs index 440606cff8a..db731271be2 100644 --- a/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetIndicesPointingToAlias.cs +++ b/src/Nest/Indices/AliasManagement/GetAlias/ElasticClient-GetIndicesPointingToAlias.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/GetAlias/GetAliasRequest.cs b/src/Nest/Indices/AliasManagement/GetAlias/GetAliasRequest.cs index 03065563883..6bccd60f024 100644 --- a/src/Nest/Indices/AliasManagement/GetAlias/GetAliasRequest.cs +++ b/src/Nest/Indices/AliasManagement/GetAlias/GetAliasRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/AliasManagement/GetAlias/GetAliasResponse.cs b/src/Nest/Indices/AliasManagement/GetAlias/GetAliasResponse.cs index 88ed7c1ae87..09666d1b076 100644 --- a/src/Nest/Indices/AliasManagement/GetAlias/GetAliasResponse.cs +++ b/src/Nest/Indices/AliasManagement/GetAlias/GetAliasResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/AliasManagement/PutAlias/PutAliasRequest.cs b/src/Nest/Indices/AliasManagement/PutAlias/PutAliasRequest.cs index e9a6b0e7c2c..fcf9eaa57e6 100644 --- a/src/Nest/Indices/AliasManagement/PutAlias/PutAliasRequest.cs +++ b/src/Nest/Indices/AliasManagement/PutAlias/PutAliasRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/AliasManagement/PutAlias/PutAliasResponse.cs b/src/Nest/Indices/AliasManagement/PutAlias/PutAliasResponse.cs index 526c9a1b565..1aa158c1d0e 100644 --- a/src/Nest/Indices/AliasManagement/PutAlias/PutAliasResponse.cs +++ b/src/Nest/Indices/AliasManagement/PutAlias/PutAliasResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/Analyze/AnalyzeCharFilters.cs b/src/Nest/Indices/Analyze/AnalyzeCharFilters.cs index 2053fc81818..2f8e3258d88 100644 --- a/src/Nest/Indices/Analyze/AnalyzeCharFilters.cs +++ b/src/Nest/Indices/Analyze/AnalyzeCharFilters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Analyze/AnalyzeRequest.cs b/src/Nest/Indices/Analyze/AnalyzeRequest.cs index daa49375571..893fe0c4cc3 100644 --- a/src/Nest/Indices/Analyze/AnalyzeRequest.cs +++ b/src/Nest/Indices/Analyze/AnalyzeRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Analyze/AnalyzeResponse.cs b/src/Nest/Indices/Analyze/AnalyzeResponse.cs index c4dfa0602d5..2ebe25c48a0 100644 --- a/src/Nest/Indices/Analyze/AnalyzeResponse.cs +++ b/src/Nest/Indices/Analyze/AnalyzeResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Analyze/AnalyzeToken.cs b/src/Nest/Indices/Analyze/AnalyzeToken.cs index aae90fdc56a..09f09026b7a 100644 --- a/src/Nest/Indices/Analyze/AnalyzeToken.cs +++ b/src/Nest/Indices/Analyze/AnalyzeToken.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Analyze/AnalyzeTokenFilters.cs b/src/Nest/Indices/Analyze/AnalyzeTokenFilters.cs index 0d3a0e947d9..03df488daee 100644 --- a/src/Nest/Indices/Analyze/AnalyzeTokenFilters.cs +++ b/src/Nest/Indices/Analyze/AnalyzeTokenFilters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Analyze/AnalyzeTokenizersDescriptor.cs b/src/Nest/Indices/Analyze/AnalyzeTokenizersDescriptor.cs index 55f90905de2..79a967f9742 100644 --- a/src/Nest/Indices/Analyze/AnalyzeTokenizersDescriptor.cs +++ b/src/Nest/Indices/Analyze/AnalyzeTokenizersDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockRequest.cs b/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockRequest.cs index 4a5892235d5..5d8a8ebde01 100644 --- a/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockRequest.cs +++ b/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockResponse.cs b/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockResponse.cs index 4eee8fec686..83eb4a55699 100644 --- a/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockResponse.cs +++ b/src/Nest/Indices/IndexManagement/AddBlock/AddIndexBlockResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexManagement/AddBlock/IndexBlock.cs b/src/Nest/Indices/IndexManagement/AddBlock/IndexBlock.cs index 8228b2f10c5..9dfb191e124 100644 --- a/src/Nest/Indices/IndexManagement/AddBlock/IndexBlock.cs +++ b/src/Nest/Indices/IndexManagement/AddBlock/IndexBlock.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; diff --git a/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexRequest.cs b/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexRequest.cs index 3332639dcb6..fdf9fce7acb 100644 --- a/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/CloneIndex/CloneIndexResponse.cs b/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexResponse.cs index b19c7d8b2ed..293e599ce4d 100644 --- a/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/CloneIndex/CloneIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/CreateIndex/CreateIndexRequest.cs b/src/Nest/Indices/IndexManagement/CreateIndex/CreateIndexRequest.cs index 4255781de5c..69d72c68eb3 100644 --- a/src/Nest/Indices/IndexManagement/CreateIndex/CreateIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/CreateIndex/CreateIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/CreateIndex/CreateIndexResponse.cs b/src/Nest/Indices/IndexManagement/CreateIndex/CreateIndexResponse.cs index b529075a6a7..27a21da212c 100644 --- a/src/Nest/Indices/IndexManagement/CreateIndex/CreateIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/CreateIndex/CreateIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexRequest.cs b/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexRequest.cs index 81b4b8cc5bb..9a45ff3434e 100644 --- a/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexResponse.cs b/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexResponse.cs index fdafe9d2b11..5cd6deffb1f 100644 --- a/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/DeleteIndex/DeleteIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexRequest.cs b/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexRequest.cs index d35e723f36e..50b27cb31e2 100644 --- a/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexResponse.cs b/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexResponse.cs index 394bdc57dbf..656cdddde6c 100644 --- a/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/FreezeIndex/FreezeIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/GetIndex/GetIndexRequest.cs b/src/Nest/Indices/IndexManagement/GetIndex/GetIndexRequest.cs index a260095116d..033d9eff1fb 100644 --- a/src/Nest/Indices/IndexManagement/GetIndex/GetIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/GetIndex/GetIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/GetIndex/GetIndexResponse.cs b/src/Nest/Indices/IndexManagement/GetIndex/GetIndexResponse.cs index fc9ba11a1b8..8b2952d8bc5 100644 --- a/src/Nest/Indices/IndexManagement/GetIndex/GetIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/GetIndex/GetIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Indices/IndexManagement/IndicesExists/ExistsResponse.cs b/src/Nest/Indices/IndexManagement/IndicesExists/ExistsResponse.cs index fbd14c59f3f..34c1960a280 100644 --- a/src/Nest/Indices/IndexManagement/IndicesExists/ExistsResponse.cs +++ b/src/Nest/Indices/IndexManagement/IndicesExists/ExistsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/IndicesExists/IndexExistsRequest.cs b/src/Nest/Indices/IndexManagement/IndicesExists/IndexExistsRequest.cs index a9bdd58f49d..9d1d85dfc0f 100644 --- a/src/Nest/Indices/IndexManagement/IndicesExists/IndexExistsRequest.cs +++ b/src/Nest/Indices/IndexManagement/IndicesExists/IndexExistsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexRequest.cs b/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexRequest.cs index f739c2fce05..b4f3113e7cc 100644 --- a/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexResponse.cs b/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexResponse.cs index b31cef959b0..aff96fe0e8b 100644 --- a/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexRequest.cs b/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexRequest.cs index 638caacea50..3ea370243a3 100644 --- a/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexResponse.cs b/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexResponse.cs index 4c02b5aec83..712d21f5805 100644 --- a/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexRequest.cs b/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexRequest.cs index 78e07e3e622..10d762c463c 100644 --- a/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexResponse.cs b/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexResponse.cs index 57f3b0cb61f..17217c42453 100644 --- a/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/ResolveIndex/ResolveIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverConditions.cs b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverConditions.cs index 43c4dec85f1..6f37fb10b4a 100644 --- a/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverConditions.cs +++ b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverConditions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexRequest.cs b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexRequest.cs index 1e701da35e2..32b7f5d934e 100644 --- a/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexResponse.cs b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexResponse.cs index 2e664b72f19..1963f431ab4 100644 --- a/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexRequest.cs b/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexRequest.cs index f0fc74dccfb..b8a4c48944c 100644 --- a/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexResponse.cs b/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexResponse.cs index 5811cd6f85c..313d1ff5f1a 100644 --- a/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/ShrinkIndex/ShrinkIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/SplitIndex/SplitIndexRequest.cs b/src/Nest/Indices/IndexManagement/SplitIndex/SplitIndexRequest.cs index 59015669dc2..2291377e219 100644 --- a/src/Nest/Indices/IndexManagement/SplitIndex/SplitIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/SplitIndex/SplitIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/SplitIndex/SplitIndexResponse.cs b/src/Nest/Indices/IndexManagement/SplitIndex/SplitIndexResponse.cs index dbbb10aab6f..04f5be0c149 100644 --- a/src/Nest/Indices/IndexManagement/SplitIndex/SplitIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/SplitIndex/SplitIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexManagement/TypesExists/TypeExistsRequest.cs b/src/Nest/Indices/IndexManagement/TypesExists/TypeExistsRequest.cs index 2a9f87f06ec..e4065690ce5 100644 --- a/src/Nest/Indices/IndexManagement/TypesExists/TypeExistsRequest.cs +++ b/src/Nest/Indices/IndexManagement/TypesExists/TypeExistsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexRequest.cs b/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexRequest.cs index ef15ff33343..05ac116c5dd 100644 --- a/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexRequest.cs +++ b/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexResponse.cs b/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexResponse.cs index 2fbc7b88fee..0728b6fb254 100644 --- a/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexResponse.cs +++ b/src/Nest/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsRequest.cs b/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsRequest.cs index a9684112554..7f0997483e2 100644 --- a/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsRequest.cs +++ b/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsResponse.cs b/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsResponse.cs index 0526cdb0f90..be14312ad35 100644 --- a/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsResponse.cs +++ b/src/Nest/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateRequest.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateRequest.cs index 7f4fb5af023..785fe13c213 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateRequest.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateResponse.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateResponse.cs index 4e03377847f..bc8a1ec298d 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateResponse.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateRequest.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateRequest.cs index e7827041866..c81b19a1612 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateRequest.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateResponse.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateResponse.cs index a9ee6f5a305..388286fa241 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateResponse.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/TemplateMapping.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/TemplateMapping.cs index c71dd37f9cf..1308ec4e5e9 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/TemplateMapping.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/TemplateMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsRequest.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsRequest.cs index c67d5e7a6a7..f6e32d000b6 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsRequest.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateRequest.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateRequest.cs index 42e5442d1c3..fd058462097 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateRequest.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateResponse.cs b/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateResponse.cs index 11927855e1a..6d1569cf487 100644 --- a/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateResponse.cs +++ b/src/Nest/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsRequest.cs b/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsRequest.cs index 36ad20be042..97394e3e8db 100644 --- a/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsRequest.cs +++ b/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsResponse.cs b/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsResponse.cs index 43812304921..50549dd37c5 100644 --- a/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsResponse.cs +++ b/src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/MappingManagement/GetFieldMapping/FieldMappingFormatter.cs b/src/Nest/Indices/MappingManagement/GetFieldMapping/FieldMappingFormatter.cs index e6322ef95bd..f99a7c6323e 100644 --- a/src/Nest/Indices/MappingManagement/GetFieldMapping/FieldMappingFormatter.cs +++ b/src/Nest/Indices/MappingManagement/GetFieldMapping/FieldMappingFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingRequest.cs b/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingRequest.cs index 07d384f7908..90b387a4a02 100644 --- a/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingRequest.cs +++ b/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingResponse.cs b/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingResponse.cs index accee762793..8dcc67690e4 100644 --- a/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingResponse.cs +++ b/src/Nest/Indices/MappingManagement/GetFieldMapping/GetFieldMappingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/MappingManagement/GetMapping/GetMappingRequest.cs b/src/Nest/Indices/MappingManagement/GetMapping/GetMappingRequest.cs index 2d2b9e7686d..504ad5411e1 100644 --- a/src/Nest/Indices/MappingManagement/GetMapping/GetMappingRequest.cs +++ b/src/Nest/Indices/MappingManagement/GetMapping/GetMappingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/MappingManagement/GetMapping/GetMappingResponse.cs b/src/Nest/Indices/MappingManagement/GetMapping/GetMappingResponse.cs index 9f69ea12a15..aa75ab12687 100644 --- a/src/Nest/Indices/MappingManagement/GetMapping/GetMappingResponse.cs +++ b/src/Nest/Indices/MappingManagement/GetMapping/GetMappingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/MappingManagement/PutMapping/ElasticClient-Map.cs b/src/Nest/Indices/MappingManagement/PutMapping/ElasticClient-Map.cs index fd6fc514057..d1701707f49 100644 --- a/src/Nest/Indices/MappingManagement/PutMapping/ElasticClient-Map.cs +++ b/src/Nest/Indices/MappingManagement/PutMapping/ElasticClient-Map.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/MappingManagement/PutMapping/PutMappingRequest.cs b/src/Nest/Indices/MappingManagement/PutMapping/PutMappingRequest.cs index 4b37c0d9cb3..a801717926a 100644 --- a/src/Nest/Indices/MappingManagement/PutMapping/PutMappingRequest.cs +++ b/src/Nest/Indices/MappingManagement/PutMapping/PutMappingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/MappingManagement/PutMapping/PutMappingResponse.cs b/src/Nest/Indices/MappingManagement/PutMapping/PutMappingResponse.cs index 0c0abb03906..23d017e59e0 100644 --- a/src/Nest/Indices/MappingManagement/PutMapping/PutMappingResponse.cs +++ b/src/Nest/Indices/MappingManagement/PutMapping/PutMappingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryBytes.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryBytes.cs index 40ca9868d78..1a00fefa917 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryBytes.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryBytes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFileDetails.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFileDetails.cs index 6f65c9df84b..bc7ff901a79 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFileDetails.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFileDetails.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFiles.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFiles.cs index daa0e0c97d9..c38e24faa82 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFiles.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryFiles.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryIndexStatus.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryIndexStatus.cs index 2ec3a22ff19..803f3572494 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryIndexStatus.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryIndexStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/RecoveryOrigin.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryOrigin.cs index bbc45d96510..81e5db6ddf1 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryOrigin.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryOrigin.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStartStatus.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStartStatus.cs index 33e588e635d..d6462111fa2 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStartStatus.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStartStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatus.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatus.cs index 071aade346c..c3f4b60ca52 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatus.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusRequest.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusRequest.cs index 399a303e9e3..48fd1d6a80d 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusRequest.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusResponse.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusResponse.cs index 05520dddc03..584e0b2aced 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusResponse.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryTranslogStatus.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryTranslogStatus.cs index 7fabe6b30f4..82b19ab5f20 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryTranslogStatus.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryTranslogStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/RecoveryVerifyIndex.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryVerifyIndex.cs index 2c6f694c8b3..90f0798624f 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryVerifyIndex.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/RecoveryVerifyIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesRecovery/ShardRecovery.cs b/src/Nest/Indices/Monitoring/IndicesRecovery/ShardRecovery.cs index a1e25c29dfc..6228c95afc5 100644 --- a/src/Nest/Indices/Monitoring/IndicesRecovery/ShardRecovery.cs +++ b/src/Nest/Indices/Monitoring/IndicesRecovery/ShardRecovery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesSegments/IndexSegment.cs b/src/Nest/Indices/Monitoring/IndicesSegments/IndexSegment.cs index 8a7fa037d9f..40d157cfe96 100644 --- a/src/Nest/Indices/Monitoring/IndicesSegments/IndexSegment.cs +++ b/src/Nest/Indices/Monitoring/IndicesSegments/IndexSegment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesSegments/Segment.cs b/src/Nest/Indices/Monitoring/IndicesSegments/Segment.cs index 4d7f47101a7..cd95a52c4ed 100644 --- a/src/Nest/Indices/Monitoring/IndicesSegments/Segment.cs +++ b/src/Nest/Indices/Monitoring/IndicesSegments/Segment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsRequest.cs b/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsRequest.cs index 43b54b05b88..388b47ca937 100644 --- a/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsRequest.cs +++ b/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsResponse.cs b/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsResponse.cs index 3b677aeff42..9e53e959657 100644 --- a/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsResponse.cs +++ b/src/Nest/Indices/Monitoring/IndicesSegments/SegmentsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesSegments/ShardSegmentRouting.cs b/src/Nest/Indices/Monitoring/IndicesSegments/ShardSegmentRouting.cs index 5a04d926979..47b0fabc903 100644 --- a/src/Nest/Indices/Monitoring/IndicesSegments/ShardSegmentRouting.cs +++ b/src/Nest/Indices/Monitoring/IndicesSegments/ShardSegmentRouting.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesSegments/ShardsSegment.cs b/src/Nest/Indices/Monitoring/IndicesSegments/ShardsSegment.cs index 8f340f02291..f20943eaaaa 100644 --- a/src/Nest/Indices/Monitoring/IndicesSegments/ShardsSegment.cs +++ b/src/Nest/Indices/Monitoring/IndicesSegments/ShardsSegment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresRequest.cs b/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresRequest.cs index 694fcf716a7..f638c7f366a 100644 --- a/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresRequest.cs +++ b/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresResponse.cs b/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresResponse.cs index c168d5fe976..52c4ff5f5a4 100644 --- a/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresResponse.cs +++ b/src/Nest/Indices/Monitoring/IndicesShardStores/IndicesShardStoresResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesShardStores/ShardStoreFormatter.cs b/src/Nest/Indices/Monitoring/IndicesShardStores/ShardStoreFormatter.cs index 1849d464b24..31991c0fe16 100644 --- a/src/Nest/Indices/Monitoring/IndicesShardStores/ShardStoreFormatter.cs +++ b/src/Nest/Indices/Monitoring/IndicesShardStores/ShardStoreFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Indices/Monitoring/IndicesStats/IndexStats.cs b/src/Nest/Indices/Monitoring/IndicesStats/IndexStats.cs index 87d9cb67516..3c4a44adb02 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/IndexStats.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/IndexStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/IndicesStats.cs b/src/Nest/Indices/Monitoring/IndicesStats/IndicesStats.cs index 91a823c2a40..c271896859b 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/IndicesStats.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/IndicesStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsRequest.cs b/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsRequest.cs index f5cbf363f96..9f38a7a915e 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsRequest.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsResponse.cs b/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsResponse.cs index c22f4ed7dd7..c67aaf3c9fc 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsResponse.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/IndicesStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesStats/ShardCommit.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardCommit.cs index 9c95fac72bc..9eca01eda02 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardCommit.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardCommit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesStats/ShardCompletion.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardCompletion.cs index 851eb19a49d..0a2a126be8a 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardCompletion.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardCompletion.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardDocs.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardDocs.cs index b29b493ba84..1497453e1a1 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardDocs.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardDocs.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardFielddata.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardFielddata.cs index b0a5abd5ac2..7ce733d054b 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardFielddata.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardFielddata.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardFileSizeInfo.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardFileSizeInfo.cs index ddeb9802c9c..173809143a3 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardFileSizeInfo.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardFileSizeInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardFlush.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardFlush.cs index ce1999af451..e7da5a151e2 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardFlush.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardFlush.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardGet.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardGet.cs index 828baada966..ea6ec1d022a 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardGet.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardGet.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardIndexing.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardIndexing.cs index 1aa9c0522f1..5070bf6e618 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardIndexing.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardIndexing.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardMerges.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardMerges.cs index ef55011335b..734c8542dd6 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardMerges.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardMerges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardPath.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardPath.cs index 9ab6c84dbe2..c65c5eb4ce2 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardPath.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardPath.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardQueryCache.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardQueryCache.cs index 460c44e1f8a..717965547f4 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardQueryCache.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardQueryCache.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardRefresh.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardRefresh.cs index af462357465..a033818b952 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardRefresh.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardRefresh.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardRequestCache.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardRequestCache.cs index 589cdff4e17..187105c3cbf 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardRequestCache.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardRequestCache.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardRouting.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardRouting.cs index 312c5964707..61e2971efc6 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardRouting.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardRouting.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardRoutingState.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardRoutingState.cs index 82259de6676..bb9d786b5c9 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardRoutingState.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardRoutingState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Indices/Monitoring/IndicesStats/ShardSearch.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardSearch.cs index 2035141b2c7..5e68556b4fc 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardSearch.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardSegments.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardSegments.cs index 96e49eae275..f4ebb9b84ab 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardSegments.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardSegments.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/Monitoring/IndicesStats/ShardSequenceNumber.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardSequenceNumber.cs index 06f53587046..815d653521f 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardSequenceNumber.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardSequenceNumber.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardStats.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardStats.cs index a1115a22478..a6c7c267a18 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardStats.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardStatsRecovery.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardStatsRecovery.cs index 21bd4277e16..5b5c43ab757 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardStatsRecovery.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardStatsRecovery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardStatsStore.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardStatsStore.cs index b9f0da385aa..6b95f768a77 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardStatsStore.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardStatsStore.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardTransactionLog.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardTransactionLog.cs index d00af5273f9..62d961bb0f7 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardTransactionLog.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardTransactionLog.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/Monitoring/IndicesStats/ShardWarmer.cs b/src/Nest/Indices/Monitoring/IndicesStats/ShardWarmer.cs index b39488e035c..204057dc141 100644 --- a/src/Nest/Indices/Monitoring/IndicesStats/ShardWarmer.cs +++ b/src/Nest/Indices/Monitoring/IndicesStats/ShardWarmer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Indices/ReloadSearchAnalyzers/ReloadDetails.cs b/src/Nest/Indices/ReloadSearchAnalyzers/ReloadDetails.cs index 4fdd34d1b80..6939cc4d7c2 100644 --- a/src/Nest/Indices/ReloadSearchAnalyzers/ReloadDetails.cs +++ b/src/Nest/Indices/ReloadSearchAnalyzers/ReloadDetails.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersRequest.cs b/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersRequest.cs index a2161a4ddfe..5a4c7a391e3 100644 --- a/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersRequest.cs +++ b/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersResponse.cs b/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersResponse.cs index c77188ea8d4..a844ae9a95e 100644 --- a/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersResponse.cs +++ b/src/Nest/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheRequest.cs b/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheRequest.cs index 6ded8fb2b75..7b36f9433a2 100644 --- a/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheRequest.cs +++ b/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheResponse.cs b/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheResponse.cs index e015855ddca..332ed35e3b1 100644 --- a/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheResponse.cs +++ b/src/Nest/Indices/StatusManagement/ClearCache/ClearCacheResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/Flush/FlushRequest.cs b/src/Nest/Indices/StatusManagement/Flush/FlushRequest.cs index d2119184f72..0dc0e300fb4 100644 --- a/src/Nest/Indices/StatusManagement/Flush/FlushRequest.cs +++ b/src/Nest/Indices/StatusManagement/Flush/FlushRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/Flush/FlushResponse.cs b/src/Nest/Indices/StatusManagement/Flush/FlushResponse.cs index 6d43335ef35..2b3588f1268 100644 --- a/src/Nest/Indices/StatusManagement/Flush/FlushResponse.cs +++ b/src/Nest/Indices/StatusManagement/Flush/FlushResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeRequest.cs b/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeRequest.cs index 8902cd0df38..7abdbf5421d 100644 --- a/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeRequest.cs +++ b/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeResponse.cs b/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeResponse.cs index 26bf8bde965..f717d92946a 100644 --- a/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeResponse.cs +++ b/src/Nest/Indices/StatusManagement/ForceMerge/ForceMergeResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/Refresh/RefreshRequest.cs b/src/Nest/Indices/StatusManagement/Refresh/RefreshRequest.cs index dd939a34ca7..601595b9772 100644 --- a/src/Nest/Indices/StatusManagement/Refresh/RefreshRequest.cs +++ b/src/Nest/Indices/StatusManagement/Refresh/RefreshRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/Refresh/RefreshResponse.cs b/src/Nest/Indices/StatusManagement/Refresh/RefreshResponse.cs index 83f763e934d..86659c7b471 100644 --- a/src/Nest/Indices/StatusManagement/Refresh/RefreshResponse.cs +++ b/src/Nest/Indices/StatusManagement/Refresh/RefreshResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushRequest.cs b/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushRequest.cs index bdb6bbcedf6..b970ba44198 100644 --- a/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushRequest.cs +++ b/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushResponse.cs b/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushResponse.cs index d6e2140f740..6479b823249 100644 --- a/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushResponse.cs +++ b/src/Nest/Indices/StatusManagement/SyncedFlush/SyncedFlushResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Ingest/DeletePipeline/DeletePipelineRequest.cs b/src/Nest/Ingest/DeletePipeline/DeletePipelineRequest.cs index 933d8560422..3014fe4e4ae 100644 --- a/src/Nest/Ingest/DeletePipeline/DeletePipelineRequest.cs +++ b/src/Nest/Ingest/DeletePipeline/DeletePipelineRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Ingest/DeletePipeline/DeletePipelineResponse.cs b/src/Nest/Ingest/DeletePipeline/DeletePipelineResponse.cs index 511c9065607..128d3e2cc5a 100644 --- a/src/Nest/Ingest/DeletePipeline/DeletePipelineResponse.cs +++ b/src/Nest/Ingest/DeletePipeline/DeletePipelineResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Ingest/GetPipeline/GetPipelineRequest.cs b/src/Nest/Ingest/GetPipeline/GetPipelineRequest.cs index c062c1ae41d..e8b85781859 100644 --- a/src/Nest/Ingest/GetPipeline/GetPipelineRequest.cs +++ b/src/Nest/Ingest/GetPipeline/GetPipelineRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Ingest/GetPipeline/GetPipelineResponse.cs b/src/Nest/Ingest/GetPipeline/GetPipelineResponse.cs index c319d821f95..a71945df681 100644 --- a/src/Nest/Ingest/GetPipeline/GetPipelineResponse.cs +++ b/src/Nest/Ingest/GetPipeline/GetPipelineResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Ingest/Pipeline.cs b/src/Nest/Ingest/Pipeline.cs index e7f14f2f6e5..f923087c7f1 100644 --- a/src/Nest/Ingest/Pipeline.cs +++ b/src/Nest/Ingest/Pipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processor.cs b/src/Nest/Ingest/Processor.cs index 8c3ccf5861a..d39070a0843 100644 --- a/src/Nest/Ingest/Processor.cs +++ b/src/Nest/Ingest/Processor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processor/GrokProcessorPatternsRequest.cs b/src/Nest/Ingest/Processor/GrokProcessorPatternsRequest.cs index 78f5628d4a1..50e40908f6d 100644 --- a/src/Nest/Ingest/Processor/GrokProcessorPatternsRequest.cs +++ b/src/Nest/Ingest/Processor/GrokProcessorPatternsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Ingest/Processor/GrokProcessorPatternsResponse.cs b/src/Nest/Ingest/Processor/GrokProcessorPatternsResponse.cs index 86f425538b4..bbde80ee12b 100644 --- a/src/Nest/Ingest/Processor/GrokProcessorPatternsResponse.cs +++ b/src/Nest/Ingest/Processor/GrokProcessorPatternsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Ingest/ProcessorFormatter.cs b/src/Nest/Ingest/ProcessorFormatter.cs index b416c3f3f06..ef271db777f 100644 --- a/src/Nest/Ingest/ProcessorFormatter.cs +++ b/src/Nest/Ingest/ProcessorFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/Ingest/Processors/AppendProcessor.cs b/src/Nest/Ingest/Processors/AppendProcessor.cs index 3fb36747aa3..0b00b6e2feb 100644 --- a/src/Nest/Ingest/Processors/AppendProcessor.cs +++ b/src/Nest/Ingest/Processors/AppendProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/BytesProcessor.cs b/src/Nest/Ingest/Processors/BytesProcessor.cs index c2591183d42..3d13a186292 100644 --- a/src/Nest/Ingest/Processors/BytesProcessor.cs +++ b/src/Nest/Ingest/Processors/BytesProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/CircleProcessor.cs b/src/Nest/Ingest/Processors/CircleProcessor.cs index 7782d0fe4e3..204c8f29b7d 100644 --- a/src/Nest/Ingest/Processors/CircleProcessor.cs +++ b/src/Nest/Ingest/Processors/CircleProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/ConvertProcessor.cs b/src/Nest/Ingest/Processors/ConvertProcessor.cs index 929dc25dd80..3494eef3613 100644 --- a/src/Nest/Ingest/Processors/ConvertProcessor.cs +++ b/src/Nest/Ingest/Processors/ConvertProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/CsvProcessor.cs b/src/Nest/Ingest/Processors/CsvProcessor.cs index 0d377808845..857651e8846 100644 --- a/src/Nest/Ingest/Processors/CsvProcessor.cs +++ b/src/Nest/Ingest/Processors/CsvProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/DateIndexNameProcessor.cs b/src/Nest/Ingest/Processors/DateIndexNameProcessor.cs index dbed13ea6b3..4d0ebcee98a 100644 --- a/src/Nest/Ingest/Processors/DateIndexNameProcessor.cs +++ b/src/Nest/Ingest/Processors/DateIndexNameProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/DateProcessor.cs b/src/Nest/Ingest/Processors/DateProcessor.cs index 5d3651d4e77..eab6acbb1d8 100644 --- a/src/Nest/Ingest/Processors/DateProcessor.cs +++ b/src/Nest/Ingest/Processors/DateProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/DissectProcessor.cs b/src/Nest/Ingest/Processors/DissectProcessor.cs index 2121926d107..3ce780bfd14 100644 --- a/src/Nest/Ingest/Processors/DissectProcessor.cs +++ b/src/Nest/Ingest/Processors/DissectProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/DotExpanderProcessor.cs b/src/Nest/Ingest/Processors/DotExpanderProcessor.cs index 0c1efd13421..f96c0451850 100644 --- a/src/Nest/Ingest/Processors/DotExpanderProcessor.cs +++ b/src/Nest/Ingest/Processors/DotExpanderProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/DropProcessor.cs b/src/Nest/Ingest/Processors/DropProcessor.cs index 426ce829820..298e32a4204 100644 --- a/src/Nest/Ingest/Processors/DropProcessor.cs +++ b/src/Nest/Ingest/Processors/DropProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Ingest/Processors/EnrichProcessor.cs b/src/Nest/Ingest/Processors/EnrichProcessor.cs index 137f88bffea..5300beff72d 100644 --- a/src/Nest/Ingest/Processors/EnrichProcessor.cs +++ b/src/Nest/Ingest/Processors/EnrichProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/FailProcessor.cs b/src/Nest/Ingest/Processors/FailProcessor.cs index 79f39613107..ef75e7029e7 100644 --- a/src/Nest/Ingest/Processors/FailProcessor.cs +++ b/src/Nest/Ingest/Processors/FailProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Ingest/Processors/FingerprintProcessor.cs b/src/Nest/Ingest/Processors/FingerprintProcessor.cs index 877827c4bc3..9759e0f1097 100644 --- a/src/Nest/Ingest/Processors/FingerprintProcessor.cs +++ b/src/Nest/Ingest/Processors/FingerprintProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/ForeachProcessor.cs b/src/Nest/Ingest/Processors/ForeachProcessor.cs index 3838b5f125b..543dd9a754f 100644 --- a/src/Nest/Ingest/Processors/ForeachProcessor.cs +++ b/src/Nest/Ingest/Processors/ForeachProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/GrokProcessor.cs b/src/Nest/Ingest/Processors/GrokProcessor.cs index c5ed9021afd..05f4a8b5942 100644 --- a/src/Nest/Ingest/Processors/GrokProcessor.cs +++ b/src/Nest/Ingest/Processors/GrokProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/GsubProcessor.cs b/src/Nest/Ingest/Processors/GsubProcessor.cs index 1de7407aec6..81015b0abf9 100644 --- a/src/Nest/Ingest/Processors/GsubProcessor.cs +++ b/src/Nest/Ingest/Processors/GsubProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/JoinProcessor.cs b/src/Nest/Ingest/Processors/JoinProcessor.cs index d86a1bda000..d5a8baecdfb 100644 --- a/src/Nest/Ingest/Processors/JoinProcessor.cs +++ b/src/Nest/Ingest/Processors/JoinProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/JsonProcessor.cs b/src/Nest/Ingest/Processors/JsonProcessor.cs index c1ffe2e38f5..45032db377c 100644 --- a/src/Nest/Ingest/Processors/JsonProcessor.cs +++ b/src/Nest/Ingest/Processors/JsonProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/KeyValueProcessor.cs b/src/Nest/Ingest/Processors/KeyValueProcessor.cs index 8bccf83c4a5..603d595aa8c 100644 --- a/src/Nest/Ingest/Processors/KeyValueProcessor.cs +++ b/src/Nest/Ingest/Processors/KeyValueProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/LowercaseProcessor.cs b/src/Nest/Ingest/Processors/LowercaseProcessor.cs index f60f890db07..ec62dc529f4 100644 --- a/src/Nest/Ingest/Processors/LowercaseProcessor.cs +++ b/src/Nest/Ingest/Processors/LowercaseProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/NetworkCommunityIdProcessor.cs b/src/Nest/Ingest/Processors/NetworkCommunityIdProcessor.cs index b2bddb8bff8..e40dcb833db 100644 --- a/src/Nest/Ingest/Processors/NetworkCommunityIdProcessor.cs +++ b/src/Nest/Ingest/Processors/NetworkCommunityIdProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/NetworkDirectionProcessor.cs b/src/Nest/Ingest/Processors/NetworkDirectionProcessor.cs index 537f8056149..929d19a3eee 100644 --- a/src/Nest/Ingest/Processors/NetworkDirectionProcessor.cs +++ b/src/Nest/Ingest/Processors/NetworkDirectionProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/PipelineProcessor.cs b/src/Nest/Ingest/Processors/PipelineProcessor.cs index f6dea5b8a7e..1267c59c200 100644 --- a/src/Nest/Ingest/Processors/PipelineProcessor.cs +++ b/src/Nest/Ingest/Processors/PipelineProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Ingest/Processors/Plugins/AttachmentProcessor.cs b/src/Nest/Ingest/Processors/Plugins/AttachmentProcessor.cs index b980bac3441..7cbc8c9775a 100644 --- a/src/Nest/Ingest/Processors/Plugins/AttachmentProcessor.cs +++ b/src/Nest/Ingest/Processors/Plugins/AttachmentProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/Plugins/GeoIpProcessor.cs b/src/Nest/Ingest/Processors/Plugins/GeoIpProcessor.cs index b5be718291b..2ab404f87af 100644 --- a/src/Nest/Ingest/Processors/Plugins/GeoIpProcessor.cs +++ b/src/Nest/Ingest/Processors/Plugins/GeoIpProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/Plugins/UserAgent/UserAgentProperty.cs b/src/Nest/Ingest/Processors/Plugins/UserAgent/UserAgentProperty.cs index 0bff9b0d780..dbaf31a2f26 100644 --- a/src/Nest/Ingest/Processors/Plugins/UserAgent/UserAgentProperty.cs +++ b/src/Nest/Ingest/Processors/Plugins/UserAgent/UserAgentProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Ingest/Processors/Plugins/UserAgentProcessor.cs b/src/Nest/Ingest/Processors/Plugins/UserAgentProcessor.cs index e6b994390b3..417c23b6be4 100644 --- a/src/Nest/Ingest/Processors/Plugins/UserAgentProcessor.cs +++ b/src/Nest/Ingest/Processors/Plugins/UserAgentProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/RegisteredDomainProcoessor.cs b/src/Nest/Ingest/Processors/RegisteredDomainProcoessor.cs index bd6d5cdc284..501632df214 100644 --- a/src/Nest/Ingest/Processors/RegisteredDomainProcoessor.cs +++ b/src/Nest/Ingest/Processors/RegisteredDomainProcoessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/RemoveProcessor.cs b/src/Nest/Ingest/Processors/RemoveProcessor.cs index 1698be173fc..ccb0f012e39 100644 --- a/src/Nest/Ingest/Processors/RemoveProcessor.cs +++ b/src/Nest/Ingest/Processors/RemoveProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/RenameProcessor.cs b/src/Nest/Ingest/Processors/RenameProcessor.cs index 947d39d19a0..fad67bddcef 100644 --- a/src/Nest/Ingest/Processors/RenameProcessor.cs +++ b/src/Nest/Ingest/Processors/RenameProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/ScriptProcessor.cs b/src/Nest/Ingest/Processors/ScriptProcessor.cs index c27670041ff..5e55fe0254a 100644 --- a/src/Nest/Ingest/Processors/ScriptProcessor.cs +++ b/src/Nest/Ingest/Processors/ScriptProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/SetProcessor.cs b/src/Nest/Ingest/Processors/SetProcessor.cs index 5b093aa34d9..6a93312483a 100644 --- a/src/Nest/Ingest/Processors/SetProcessor.cs +++ b/src/Nest/Ingest/Processors/SetProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/SetSecurityUserProcessor.cs b/src/Nest/Ingest/Processors/SetSecurityUserProcessor.cs index 3a27d5aff6e..dbca0e428b3 100644 --- a/src/Nest/Ingest/Processors/SetSecurityUserProcessor.cs +++ b/src/Nest/Ingest/Processors/SetSecurityUserProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/Processors/SortProcessor.cs b/src/Nest/Ingest/Processors/SortProcessor.cs index b26bce7d00c..576777f2e00 100644 --- a/src/Nest/Ingest/Processors/SortProcessor.cs +++ b/src/Nest/Ingest/Processors/SortProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/SplitProcessor.cs b/src/Nest/Ingest/Processors/SplitProcessor.cs index 8e18af4a136..2d5b5b23756 100644 --- a/src/Nest/Ingest/Processors/SplitProcessor.cs +++ b/src/Nest/Ingest/Processors/SplitProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/TrimProcessor.cs b/src/Nest/Ingest/Processors/TrimProcessor.cs index e950262895c..9d126f8f625 100644 --- a/src/Nest/Ingest/Processors/TrimProcessor.cs +++ b/src/Nest/Ingest/Processors/TrimProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/UppercaseProcessor.cs b/src/Nest/Ingest/Processors/UppercaseProcessor.cs index 5c9afc2e4f1..3062c828b9f 100644 --- a/src/Nest/Ingest/Processors/UppercaseProcessor.cs +++ b/src/Nest/Ingest/Processors/UppercaseProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/UriPartsProcessor.cs b/src/Nest/Ingest/Processors/UriPartsProcessor.cs index c398714b6c4..b48620d002e 100644 --- a/src/Nest/Ingest/Processors/UriPartsProcessor.cs +++ b/src/Nest/Ingest/Processors/UriPartsProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/Processors/UrlDecodeProcessor.cs b/src/Nest/Ingest/Processors/UrlDecodeProcessor.cs index 6c9823f8aa5..61f8246282b 100644 --- a/src/Nest/Ingest/Processors/UrlDecodeProcessor.cs +++ b/src/Nest/Ingest/Processors/UrlDecodeProcessor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Ingest/ProcessorsDescriptor.cs b/src/Nest/Ingest/ProcessorsDescriptor.cs index cc0fe360112..b6bb5e7c3ea 100644 --- a/src/Nest/Ingest/ProcessorsDescriptor.cs +++ b/src/Nest/Ingest/ProcessorsDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/PutPipeline/PutPipelineRequest.cs b/src/Nest/Ingest/PutPipeline/PutPipelineRequest.cs index 296fdc0fc95..4fe328d7014 100644 --- a/src/Nest/Ingest/PutPipeline/PutPipelineRequest.cs +++ b/src/Nest/Ingest/PutPipeline/PutPipelineRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/PutPipeline/PutPipelineResponse.cs b/src/Nest/Ingest/PutPipeline/PutPipelineResponse.cs index 978e885f732..18650a3379c 100644 --- a/src/Nest/Ingest/PutPipeline/PutPipelineResponse.cs +++ b/src/Nest/Ingest/PutPipeline/PutPipelineResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Ingest/SimulatePipeline/SimulatePipelineDocument.cs b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineDocument.cs index f7fb6a6e723..2df2d5f71c6 100644 --- a/src/Nest/Ingest/SimulatePipeline/SimulatePipelineDocument.cs +++ b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineDocument.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/SimulatePipeline/SimulatePipelineRequest.cs b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineRequest.cs index c5ff4598a6f..0499ee56756 100644 --- a/src/Nest/Ingest/SimulatePipeline/SimulatePipelineRequest.cs +++ b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Ingest/SimulatePipeline/SimulatePipelineResponse.cs b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineResponse.cs index ea56881b73a..be21706cc3b 100644 --- a/src/Nest/Ingest/SimulatePipeline/SimulatePipelineResponse.cs +++ b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/AttributeBased/ElasticsearchCorePropertyAttributeBase.cs b/src/Nest/Mapping/AttributeBased/ElasticsearchCorePropertyAttributeBase.cs index eaec6ecd824..c2fa5a3e6cd 100644 --- a/src/Nest/Mapping/AttributeBased/ElasticsearchCorePropertyAttributeBase.cs +++ b/src/Nest/Mapping/AttributeBased/ElasticsearchCorePropertyAttributeBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/AttributeBased/ElasticsearchDocValuesPropertyAttributeBase.cs b/src/Nest/Mapping/AttributeBased/ElasticsearchDocValuesPropertyAttributeBase.cs index 5409450c6fe..eb949259981 100644 --- a/src/Nest/Mapping/AttributeBased/ElasticsearchDocValuesPropertyAttributeBase.cs +++ b/src/Nest/Mapping/AttributeBased/ElasticsearchDocValuesPropertyAttributeBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/AttributeBased/ElasticsearchPropertyAttributeBase.cs b/src/Nest/Mapping/AttributeBased/ElasticsearchPropertyAttributeBase.cs index 85849b34847..c8799c28138 100644 --- a/src/Nest/Mapping/AttributeBased/ElasticsearchPropertyAttributeBase.cs +++ b/src/Nest/Mapping/AttributeBased/ElasticsearchPropertyAttributeBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/AttributeBased/ElasticsearchTypeAttribute.cs b/src/Nest/Mapping/AttributeBased/ElasticsearchTypeAttribute.cs index a87a87a0346..8f4e091f25a 100644 --- a/src/Nest/Mapping/AttributeBased/ElasticsearchTypeAttribute.cs +++ b/src/Nest/Mapping/AttributeBased/ElasticsearchTypeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/DynamicMapping.cs b/src/Nest/Mapping/DynamicMapping.cs index 039a2b0d12a..19b04490b4a 100644 --- a/src/Nest/Mapping/DynamicMapping.cs +++ b/src/Nest/Mapping/DynamicMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Mapping/DynamicTemplate/DynamicTemplate.cs b/src/Nest/Mapping/DynamicTemplate/DynamicTemplate.cs index ee7340cc04e..3b167adb6bf 100644 --- a/src/Nest/Mapping/DynamicTemplate/DynamicTemplate.cs +++ b/src/Nest/Mapping/DynamicTemplate/DynamicTemplate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/DynamicTemplate/DynamicTemplateContainer.cs b/src/Nest/Mapping/DynamicTemplate/DynamicTemplateContainer.cs index 39541bb9b1a..977e59014d7 100644 --- a/src/Nest/Mapping/DynamicTemplate/DynamicTemplateContainer.cs +++ b/src/Nest/Mapping/DynamicTemplate/DynamicTemplateContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/DynamicTemplate/DynamicTemplatesFormatter.cs b/src/Nest/Mapping/DynamicTemplate/DynamicTemplatesFormatter.cs index cad5ddf33be..76cd67e9509 100644 --- a/src/Nest/Mapping/DynamicTemplate/DynamicTemplatesFormatter.cs +++ b/src/Nest/Mapping/DynamicTemplate/DynamicTemplatesFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/DynamicTemplate/SingleMapping.cs b/src/Nest/Mapping/DynamicTemplate/SingleMapping.cs index ba01c609990..03c164cbcad 100644 --- a/src/Nest/Mapping/DynamicTemplate/SingleMapping.cs +++ b/src/Nest/Mapping/DynamicTemplate/SingleMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Mappings.cs b/src/Nest/Mapping/Mappings.cs index 03dd3cfa7a8..396c78981e9 100644 --- a/src/Nest/Mapping/Mappings.cs +++ b/src/Nest/Mapping/Mappings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/MetaFields/All/AllField.cs b/src/Nest/Mapping/MetaFields/All/AllField.cs index e2de7e3c4df..809be4e0508 100644 --- a/src/Nest/Mapping/MetaFields/All/AllField.cs +++ b/src/Nest/Mapping/MetaFields/All/AllField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/MetaFields/FieldNames/FieldNamesField.cs b/src/Nest/Mapping/MetaFields/FieldNames/FieldNamesField.cs index 40c0a3542ae..2915de2c84e 100644 --- a/src/Nest/Mapping/MetaFields/FieldNames/FieldNamesField.cs +++ b/src/Nest/Mapping/MetaFields/FieldNames/FieldNamesField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/MetaFields/IFieldMapping.cs b/src/Nest/Mapping/MetaFields/IFieldMapping.cs index 2c4ac4af37c..9748224c961 100644 --- a/src/Nest/Mapping/MetaFields/IFieldMapping.cs +++ b/src/Nest/Mapping/MetaFields/IFieldMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/MetaFields/Index/IndexField.cs b/src/Nest/Mapping/MetaFields/Index/IndexField.cs index 6e86dce7904..efc129381e4 100644 --- a/src/Nest/Mapping/MetaFields/Index/IndexField.cs +++ b/src/Nest/Mapping/MetaFields/Index/IndexField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/MetaFields/Routing/RoutingField.cs b/src/Nest/Mapping/MetaFields/Routing/RoutingField.cs index 1174b8e869d..618eead756f 100644 --- a/src/Nest/Mapping/MetaFields/Routing/RoutingField.cs +++ b/src/Nest/Mapping/MetaFields/Routing/RoutingField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/MetaFields/Size/SizeField.cs b/src/Nest/Mapping/MetaFields/Size/SizeField.cs index 577766903ff..3c8e9a29e97 100644 --- a/src/Nest/Mapping/MetaFields/Size/SizeField.cs +++ b/src/Nest/Mapping/MetaFields/Size/SizeField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/MetaFields/Source/SourceField.cs b/src/Nest/Mapping/MetaFields/Source/SourceField.cs index 509cc8be569..66978398baa 100644 --- a/src/Nest/Mapping/MetaFields/Source/SourceField.cs +++ b/src/Nest/Mapping/MetaFields/Source/SourceField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Mapping/PropertyMapping.cs b/src/Nest/Mapping/PropertyMapping.cs index 15667f9d340..1d1bd1a5ba4 100644 --- a/src/Nest/Mapping/PropertyMapping.cs +++ b/src/Nest/Mapping/PropertyMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/RuntimeFields/RuntimeField.cs b/src/Nest/Mapping/RuntimeFields/RuntimeField.cs index d87475a803a..37ec14029a5 100644 --- a/src/Nest/Mapping/RuntimeFields/RuntimeField.cs +++ b/src/Nest/Mapping/RuntimeFields/RuntimeField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/RuntimeFields/RuntimeFields.cs b/src/Nest/Mapping/RuntimeFields/RuntimeFields.cs index bb33e0afb13..40a838bfbcb 100644 --- a/src/Nest/Mapping/RuntimeFields/RuntimeFields.cs +++ b/src/Nest/Mapping/RuntimeFields/RuntimeFields.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/TermVectorOption.cs b/src/Nest/Mapping/TermVectorOption.cs index 08452d07a65..7da7be1bf84 100644 --- a/src/Nest/Mapping/TermVectorOption.cs +++ b/src/Nest/Mapping/TermVectorOption.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Mapping/TypeMapping.cs b/src/Nest/Mapping/TypeMapping.cs index 04b8ca1e9ea..aa48c6d3c62 100644 --- a/src/Nest/Mapping/TypeMapping.cs +++ b/src/Nest/Mapping/TypeMapping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Complex/Flattened/FlattenedAttribute.cs b/src/Nest/Mapping/Types/Complex/Flattened/FlattenedAttribute.cs index 1d0a89aebee..db37262ba9c 100644 --- a/src/Nest/Mapping/Types/Complex/Flattened/FlattenedAttribute.cs +++ b/src/Nest/Mapping/Types/Complex/Flattened/FlattenedAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Complex/Flattened/FlattenedProperty.cs b/src/Nest/Mapping/Types/Complex/Flattened/FlattenedProperty.cs index 906098e2724..a4cd9dce255 100644 --- a/src/Nest/Mapping/Types/Complex/Flattened/FlattenedProperty.cs +++ b/src/Nest/Mapping/Types/Complex/Flattened/FlattenedProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Complex/Nested/NestedAttribute.cs b/src/Nest/Mapping/Types/Complex/Nested/NestedAttribute.cs index 3e3cf104492..2c63af2db1d 100644 --- a/src/Nest/Mapping/Types/Complex/Nested/NestedAttribute.cs +++ b/src/Nest/Mapping/Types/Complex/Nested/NestedAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Complex/Nested/NestedProperty.cs b/src/Nest/Mapping/Types/Complex/Nested/NestedProperty.cs index 37f6d50c161..fbcb69db3f2 100644 --- a/src/Nest/Mapping/Types/Complex/Nested/NestedProperty.cs +++ b/src/Nest/Mapping/Types/Complex/Nested/NestedProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Complex/Object/ObjectAttribute.cs b/src/Nest/Mapping/Types/Complex/Object/ObjectAttribute.cs index 97c53532311..78e493e3d9f 100644 --- a/src/Nest/Mapping/Types/Complex/Object/ObjectAttribute.cs +++ b/src/Nest/Mapping/Types/Complex/Object/ObjectAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Complex/Object/ObjectProperty.cs b/src/Nest/Mapping/Types/Complex/Object/ObjectProperty.cs index b87a3b537d4..4f4bdb95b2c 100644 --- a/src/Nest/Mapping/Types/Complex/Object/ObjectProperty.cs +++ b/src/Nest/Mapping/Types/Complex/Object/ObjectProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Binary/BinaryAttribute.cs b/src/Nest/Mapping/Types/Core/Binary/BinaryAttribute.cs index 88dfcf69899..0051085b819 100644 --- a/src/Nest/Mapping/Types/Core/Binary/BinaryAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Binary/BinaryAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Binary/BinaryProperty.cs b/src/Nest/Mapping/Types/Core/Binary/BinaryProperty.cs index 3392ad048c7..2fa12b9fae9 100644 --- a/src/Nest/Mapping/Types/Core/Binary/BinaryProperty.cs +++ b/src/Nest/Mapping/Types/Core/Binary/BinaryProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Boolean/BooleanAttribute.cs b/src/Nest/Mapping/Types/Core/Boolean/BooleanAttribute.cs index 64c101ea258..3c79a1915ab 100644 --- a/src/Nest/Mapping/Types/Core/Boolean/BooleanAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Boolean/BooleanAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Boolean/BooleanProperty.cs b/src/Nest/Mapping/Types/Core/Boolean/BooleanProperty.cs index d481debfb96..e0838ae0652 100644 --- a/src/Nest/Mapping/Types/Core/Boolean/BooleanProperty.cs +++ b/src/Nest/Mapping/Types/Core/Boolean/BooleanProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Date/DateAttribute.cs b/src/Nest/Mapping/Types/Core/Date/DateAttribute.cs index 98bfd40483a..00ee4825a26 100644 --- a/src/Nest/Mapping/Types/Core/Date/DateAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Date/DateAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Date/DateProperty.cs b/src/Nest/Mapping/Types/Core/Date/DateProperty.cs index 07491a450a3..4d7c1ff3e98 100644 --- a/src/Nest/Mapping/Types/Core/Date/DateProperty.cs +++ b/src/Nest/Mapping/Types/Core/Date/DateProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/DateNanos/DateNanosAttribute.cs b/src/Nest/Mapping/Types/Core/DateNanos/DateNanosAttribute.cs index d4aac109f88..8495b3b0c65 100644 --- a/src/Nest/Mapping/Types/Core/DateNanos/DateNanosAttribute.cs +++ b/src/Nest/Mapping/Types/Core/DateNanos/DateNanosAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/DateNanos/DateNanosProperty.cs b/src/Nest/Mapping/Types/Core/DateNanos/DateNanosProperty.cs index a8ac935b8c1..e27ebda5a23 100644 --- a/src/Nest/Mapping/Types/Core/DateNanos/DateNanosProperty.cs +++ b/src/Nest/Mapping/Types/Core/DateNanos/DateNanosProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Join/Children.cs b/src/Nest/Mapping/Types/Core/Join/Children.cs index d1ac3c1322e..46a9099b609 100644 --- a/src/Nest/Mapping/Types/Core/Join/Children.cs +++ b/src/Nest/Mapping/Types/Core/Join/Children.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Join/ChildrenFormatter.cs b/src/Nest/Mapping/Types/Core/Join/ChildrenFormatter.cs index 18fd85fb104..9db949ad1f6 100644 --- a/src/Nest/Mapping/Types/Core/Join/ChildrenFormatter.cs +++ b/src/Nest/Mapping/Types/Core/Join/ChildrenFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Join/JoinAttribute.cs b/src/Nest/Mapping/Types/Core/Join/JoinAttribute.cs index 3671b217229..0bd842905c4 100644 --- a/src/Nest/Mapping/Types/Core/Join/JoinAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Join/JoinAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Join/JoinField.cs b/src/Nest/Mapping/Types/Core/Join/JoinField.cs index bafdab329f2..eba99a7a78d 100644 --- a/src/Nest/Mapping/Types/Core/Join/JoinField.cs +++ b/src/Nest/Mapping/Types/Core/Join/JoinField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Join/JoinFieldFormatter.cs b/src/Nest/Mapping/Types/Core/Join/JoinFieldFormatter.cs index adf2b356f73..85c7a4a9ceb 100644 --- a/src/Nest/Mapping/Types/Core/Join/JoinFieldFormatter.cs +++ b/src/Nest/Mapping/Types/Core/Join/JoinFieldFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Join/JoinProperty.cs b/src/Nest/Mapping/Types/Core/Join/JoinProperty.cs index 3901442ac42..921cbba7810 100644 --- a/src/Nest/Mapping/Types/Core/Join/JoinProperty.cs +++ b/src/Nest/Mapping/Types/Core/Join/JoinProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Join/Relations.cs b/src/Nest/Mapping/Types/Core/Join/Relations.cs index 864cbeaceb8..51a25ded8ae 100644 --- a/src/Nest/Mapping/Types/Core/Join/Relations.cs +++ b/src/Nest/Mapping/Types/Core/Join/Relations.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Keyword/KeywordAttribute.cs b/src/Nest/Mapping/Types/Core/Keyword/KeywordAttribute.cs index 7effcef1ba2..e4bb072b5dc 100644 --- a/src/Nest/Mapping/Types/Core/Keyword/KeywordAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Keyword/KeywordAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Keyword/KeywordProperty.cs b/src/Nest/Mapping/Types/Core/Keyword/KeywordProperty.cs index 0dc03f582d0..b5c8d1929a1 100644 --- a/src/Nest/Mapping/Types/Core/Keyword/KeywordProperty.cs +++ b/src/Nest/Mapping/Types/Core/Keyword/KeywordProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Core/Number/NumberAttribute.cs b/src/Nest/Mapping/Types/Core/Number/NumberAttribute.cs index 4f53b543de8..56d24d34f4e 100644 --- a/src/Nest/Mapping/Types/Core/Number/NumberAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Number/NumberAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Number/NumberProperty.cs b/src/Nest/Mapping/Types/Core/Number/NumberProperty.cs index b307714f812..5368b949106 100644 --- a/src/Nest/Mapping/Types/Core/Number/NumberProperty.cs +++ b/src/Nest/Mapping/Types/Core/Number/NumberProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Number/NumberType.cs b/src/Nest/Mapping/Types/Core/Number/NumberType.cs index 68deea6363b..fdc5e5b5be6 100644 --- a/src/Nest/Mapping/Types/Core/Number/NumberType.cs +++ b/src/Nest/Mapping/Types/Core/Number/NumberType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Percolator/PercolatorAttribute.cs b/src/Nest/Mapping/Types/Core/Percolator/PercolatorAttribute.cs index 2eee93e1838..dd4b7342000 100644 --- a/src/Nest/Mapping/Types/Core/Percolator/PercolatorAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Percolator/PercolatorAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Percolator/PercolatorProperty.cs b/src/Nest/Mapping/Types/Core/Percolator/PercolatorProperty.cs index 4554c2a9840..1ccf24b7bbf 100644 --- a/src/Nest/Mapping/Types/Core/Percolator/PercolatorProperty.cs +++ b/src/Nest/Mapping/Types/Core/Percolator/PercolatorProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeAttribute.cs b/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeAttribute.cs index 4e7be44c740..67eb3bff0bd 100644 --- a/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeProperty.cs b/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeProperty.cs index 55fba8e33d4..8efe25cf9de 100644 --- a/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeProperty.cs +++ b/src/Nest/Mapping/Types/Core/Range/DateRange/DateRangeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttribute.cs b/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttribute.cs index 9b8d4096f10..b883c76d587 100644 --- a/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeProperty.cs b/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeProperty.cs index e20921745c4..05ea9ea9b10 100644 --- a/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeProperty.cs +++ b/src/Nest/Mapping/Types/Core/Range/DoubleRange/DoubleRangeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeAttribute.cs b/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeAttribute.cs index dcf22f765d4..b3353acbcb2 100644 --- a/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeProperty.cs b/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeProperty.cs index 34195440c21..6be4c227651 100644 --- a/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeProperty.cs +++ b/src/Nest/Mapping/Types/Core/Range/FloatRange/FloatRangeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttribute.cs b/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttribute.cs index d2cbd0ddc71..c32eaba962c 100644 --- a/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeProperty.cs b/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeProperty.cs index e752fe66314..410eaa53889 100644 --- a/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeProperty.cs +++ b/src/Nest/Mapping/Types/Core/Range/IntegerRange/IntegerRangeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeAttribute.cs b/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeAttribute.cs index 1d7dbed86ea..24fb2be4724 100644 --- a/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeProperty.cs b/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeProperty.cs index f1824fcdede..b09c74bcd89 100644 --- a/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeProperty.cs +++ b/src/Nest/Mapping/Types/Core/Range/IpRange/IpRangeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeAttribute.cs b/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeAttribute.cs index c5f314d563d..1ef0b4a60f7 100644 --- a/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeProperty.cs b/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeProperty.cs index f2abe26262c..58fea19275b 100644 --- a/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeProperty.cs +++ b/src/Nest/Mapping/Types/Core/Range/LongRange/LongRangeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/RangePropertyAttributeBase.cs b/src/Nest/Mapping/Types/Core/Range/RangePropertyAttributeBase.cs index 5035591d64e..c0b847561c1 100644 --- a/src/Nest/Mapping/Types/Core/Range/RangePropertyAttributeBase.cs +++ b/src/Nest/Mapping/Types/Core/Range/RangePropertyAttributeBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Range/RangePropertyBase.cs b/src/Nest/Mapping/Types/Core/Range/RangePropertyBase.cs index 64297343c92..6344a4daea3 100644 --- a/src/Nest/Mapping/Types/Core/Range/RangePropertyBase.cs +++ b/src/Nest/Mapping/Types/Core/Range/RangePropertyBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/Range/RangeType.cs b/src/Nest/Mapping/Types/Core/Range/RangeType.cs index 54447a6ba74..f969513a343 100644 --- a/src/Nest/Mapping/Types/Core/Range/RangeType.cs +++ b/src/Nest/Mapping/Types/Core/Range/RangeType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Core/RankFeature/RankFeatureAttribute.cs b/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureAttribute.cs index 0690269ef1b..6454fb71cf9 100644 --- a/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureAttribute.cs +++ b/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureProperty.cs b/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureProperty.cs index 5251ed9f1ba..13436a07ccb 100644 --- a/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureProperty.cs +++ b/src/Nest/Mapping/Types/Core/RankFeature/RankFeatureProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesAttribute.cs b/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesAttribute.cs index 055317ef599..993ea7cc9b9 100644 --- a/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesAttribute.cs +++ b/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesProperty.cs b/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesProperty.cs index 37de412c8f2..42edfdb1fa7 100644 --- a/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesProperty.cs +++ b/src/Nest/Mapping/Types/Core/RankFeatures/RankFeaturesProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttribute.cs b/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttribute.cs index d1847a4a282..63e3a82db5a 100644 --- a/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttribute.cs +++ b/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeProperty.cs b/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeProperty.cs index 722aed90b85..7d6cfe1a717 100644 --- a/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeProperty.cs +++ b/src/Nest/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Core/Text/IndexOptions.cs b/src/Nest/Mapping/Types/Core/Text/IndexOptions.cs index fdf6d803b04..59b27b1f21d 100644 --- a/src/Nest/Mapping/Types/Core/Text/IndexOptions.cs +++ b/src/Nest/Mapping/Types/Core/Text/IndexOptions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Mapping/Types/Core/Text/TextAttribute.cs b/src/Nest/Mapping/Types/Core/Text/TextAttribute.cs index 738350147bf..6c21702f090 100644 --- a/src/Nest/Mapping/Types/Core/Text/TextAttribute.cs +++ b/src/Nest/Mapping/Types/Core/Text/TextAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Core/Text/TextIndexPrefixes.cs b/src/Nest/Mapping/Types/Core/Text/TextIndexPrefixes.cs index 10f9c5d01b1..47fd9471d6e 100644 --- a/src/Nest/Mapping/Types/Core/Text/TextIndexPrefixes.cs +++ b/src/Nest/Mapping/Types/Core/Text/TextIndexPrefixes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Text/TextProperty.cs b/src/Nest/Mapping/Types/Core/Text/TextProperty.cs index 2f877566afa..fb6034deaae 100644 --- a/src/Nest/Mapping/Types/Core/Text/TextProperty.cs +++ b/src/Nest/Mapping/Types/Core/Text/TextProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/CorePropertyBase.cs b/src/Nest/Mapping/Types/CorePropertyBase.cs index d587b31b4a0..2bb76a192d2 100644 --- a/src/Nest/Mapping/Types/CorePropertyBase.cs +++ b/src/Nest/Mapping/Types/CorePropertyBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/CorePropertyDescriptorBase.cs b/src/Nest/Mapping/Types/CorePropertyDescriptorBase.cs index 4fcba17ac54..d7672c8d227 100644 --- a/src/Nest/Mapping/Types/CorePropertyDescriptorBase.cs +++ b/src/Nest/Mapping/Types/CorePropertyDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/DocValuesPropertyBase.cs b/src/Nest/Mapping/Types/DocValuesPropertyBase.cs index d4d0c291bf0..92ef13f93a3 100644 --- a/src/Nest/Mapping/Types/DocValuesPropertyBase.cs +++ b/src/Nest/Mapping/Types/DocValuesPropertyBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/DocValuesPropertyDescriptorBase.cs b/src/Nest/Mapping/Types/DocValuesPropertyDescriptorBase.cs index f07c28af2f2..4996272e908 100644 --- a/src/Nest/Mapping/Types/DocValuesPropertyDescriptorBase.cs +++ b/src/Nest/Mapping/Types/DocValuesPropertyDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/FieldType.cs b/src/Nest/Mapping/Types/FieldType.cs index 4a025099c64..841e42a4478 100644 --- a/src/Nest/Mapping/Types/FieldType.cs +++ b/src/Nest/Mapping/Types/FieldType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointAttribute.cs b/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointAttribute.cs index 833ab0d42ee..577c4f11f8d 100644 --- a/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointAttribute.cs +++ b/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointProperty.cs b/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointProperty.cs index 16bcb5296ce..44d083a3283 100644 --- a/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointProperty.cs +++ b/src/Nest/Mapping/Types/Geo/GeoPoint/GeoPointProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Geo/GeoShape/GeoOrientation.cs b/src/Nest/Mapping/Types/Geo/GeoShape/GeoOrientation.cs index 8e96e80b325..e8d120184a7 100644 --- a/src/Nest/Mapping/Types/Geo/GeoShape/GeoOrientation.cs +++ b/src/Nest/Mapping/Types/Geo/GeoShape/GeoOrientation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeAttribute.cs b/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeAttribute.cs index bcfccfcc9f8..0a3c046d389 100644 --- a/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeAttribute.cs +++ b/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeProperty.cs b/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeProperty.cs index 86ba1643788..d3424bff999 100644 --- a/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeProperty.cs +++ b/src/Nest/Mapping/Types/Geo/GeoShape/GeoShapeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Geo/GeoShape/GeoStrategy.cs b/src/Nest/Mapping/Types/Geo/GeoShape/GeoStrategy.cs index 834693de9dd..801ccd01365 100644 --- a/src/Nest/Mapping/Types/Geo/GeoShape/GeoStrategy.cs +++ b/src/Nest/Mapping/Types/Geo/GeoShape/GeoStrategy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Mapping/Types/Geo/GeoShape/GeoTree.cs b/src/Nest/Mapping/Types/Geo/GeoShape/GeoTree.cs index 1d5ac04461c..f3b28eb0fd0 100644 --- a/src/Nest/Mapping/Types/Geo/GeoShape/GeoTree.cs +++ b/src/Nest/Mapping/Types/Geo/GeoShape/GeoTree.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Mapping/Types/Properties-Scalar.cs b/src/Nest/Mapping/Types/Properties-Scalar.cs index f28224f97f1..28a6ec77b07 100644 --- a/src/Nest/Mapping/Types/Properties-Scalar.cs +++ b/src/Nest/Mapping/Types/Properties-Scalar.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Properties.cs b/src/Nest/Mapping/Types/Properties.cs index e480e7e2408..f553e7e273e 100644 --- a/src/Nest/Mapping/Types/Properties.cs +++ b/src/Nest/Mapping/Types/Properties.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/PropertiesFormatter.cs b/src/Nest/Mapping/Types/PropertiesFormatter.cs index c47e1e3ee4c..227422919a2 100644 --- a/src/Nest/Mapping/Types/PropertiesFormatter.cs +++ b/src/Nest/Mapping/Types/PropertiesFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Formatters; diff --git a/src/Nest/Mapping/Types/PropertyBase.cs b/src/Nest/Mapping/Types/PropertyBase.cs index b65a271e28c..5714b7db153 100644 --- a/src/Nest/Mapping/Types/PropertyBase.cs +++ b/src/Nest/Mapping/Types/PropertyBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Diagnostics; diff --git a/src/Nest/Mapping/Types/PropertyDescriptorBase.cs b/src/Nest/Mapping/Types/PropertyDescriptorBase.cs index f07c7fb0803..39203f1e928 100644 --- a/src/Nest/Mapping/Types/PropertyDescriptorBase.cs +++ b/src/Nest/Mapping/Types/PropertyDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/PropertyFormatter.cs b/src/Nest/Mapping/Types/PropertyFormatter.cs index 74473d8fde3..38c48918fcd 100644 --- a/src/Nest/Mapping/Types/PropertyFormatter.cs +++ b/src/Nest/Mapping/Types/PropertyFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Attachment/Attachment.cs b/src/Nest/Mapping/Types/Specialized/Attachment/Attachment.cs index 6746b4d18ea..54d63e3cfdc 100644 --- a/src/Nest/Mapping/Types/Specialized/Attachment/Attachment.cs +++ b/src/Nest/Mapping/Types/Specialized/Attachment/Attachment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Completion/CategorySuggestContext.cs b/src/Nest/Mapping/Types/Specialized/Completion/CategorySuggestContext.cs index fa0ebc842b9..941bda90fbf 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/CategorySuggestContext.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/CategorySuggestContext.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Completion/CompletionAttribute.cs b/src/Nest/Mapping/Types/Specialized/Completion/CompletionAttribute.cs index 667bb4ef1a6..fe57d9924fe 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/CompletionAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/CompletionAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Completion/CompletionProperty.cs b/src/Nest/Mapping/Types/Specialized/Completion/CompletionProperty.cs index 43af9d46866..0748ae0abd4 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/CompletionProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/CompletionProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Completion/GeoSuggestContext.cs b/src/Nest/Mapping/Types/Specialized/Completion/GeoSuggestContext.cs index bea19a317ca..d433194e2eb 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/GeoSuggestContext.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/GeoSuggestContext.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Completion/ISuggestContext.cs b/src/Nest/Mapping/Types/Specialized/Completion/ISuggestContext.cs index 12177c5eb64..9bfdc3c8a89 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/ISuggestContext.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/ISuggestContext.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextFormatter.cs b/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextFormatter.cs index dbf4858af5f..596d2948a36 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextFormatter.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextsDescriptor.cs b/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextsDescriptor.cs index be4b2e64aa9..a4a104773f6 100644 --- a/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextsDescriptor.cs +++ b/src/Nest/Mapping/Types/Specialized/Completion/SuggestContextsDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttribute.cs b/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttribute.cs index 44417f44ba8..4e24da97982 100644 --- a/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordProperty.cs b/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordProperty.cs index edd9e908182..7a5a1beeef5 100644 --- a/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Specialized/FieldAlias/FieldAliasProperty.cs b/src/Nest/Mapping/Types/Specialized/FieldAlias/FieldAliasProperty.cs index 9f63abb682a..717f048c540 100644 --- a/src/Nest/Mapping/Types/Specialized/FieldAlias/FieldAliasProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/FieldAlias/FieldAliasProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Generic/GenericProperty.cs b/src/Nest/Mapping/Types/Specialized/Generic/GenericProperty.cs index 9e667aea047..37300085076 100644 --- a/src/Nest/Mapping/Types/Specialized/Generic/GenericProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Generic/GenericProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Histogram/HistogramAttribute.cs b/src/Nest/Mapping/Types/Specialized/Histogram/HistogramAttribute.cs index 29752fd8730..34deeae7ddd 100644 --- a/src/Nest/Mapping/Types/Specialized/Histogram/HistogramAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Histogram/HistogramAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Histogram/HistogramProperty.cs b/src/Nest/Mapping/Types/Specialized/Histogram/HistogramProperty.cs index 46fa8cd2515..0bf4b7ebd0f 100644 --- a/src/Nest/Mapping/Types/Specialized/Histogram/HistogramProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Histogram/HistogramProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Specialized/Ip/IpAttribute.cs b/src/Nest/Mapping/Types/Specialized/Ip/IpAttribute.cs index 2b80b4b2de4..0b3331f9959 100644 --- a/src/Nest/Mapping/Types/Specialized/Ip/IpAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Ip/IpAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Ip/IpProperty.cs b/src/Nest/Mapping/Types/Specialized/Ip/IpProperty.cs index c6486bea876..bd1095c77ff 100644 --- a/src/Nest/Mapping/Types/Specialized/Ip/IpProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Ip/IpProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttribute.cs b/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttribute.cs index 1fb07b72d49..cb487344fdd 100644 --- a/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashProperty.cs b/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashProperty.cs index eda65f847bc..841556139bc 100644 --- a/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Point/PointAttribute.cs b/src/Nest/Mapping/Types/Specialized/Point/PointAttribute.cs index 88e22d74fb3..464a9e1c7c2 100644 --- a/src/Nest/Mapping/Types/Specialized/Point/PointAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Point/PointAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Point/PointProperty.cs b/src/Nest/Mapping/Types/Specialized/Point/PointProperty.cs index 45871bc4da0..77d9442c31a 100644 --- a/src/Nest/Mapping/Types/Specialized/Point/PointProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Point/PointProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Specialized/Shape/ShapeAttribute.cs b/src/Nest/Mapping/Types/Specialized/Shape/ShapeAttribute.cs index 40dcb54f0d2..29070bc17a7 100644 --- a/src/Nest/Mapping/Types/Specialized/Shape/ShapeAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Shape/ShapeAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Shape/ShapeOrientation.cs b/src/Nest/Mapping/Types/Specialized/Shape/ShapeOrientation.cs index 6108e91f1ba..2a1821cf733 100644 --- a/src/Nest/Mapping/Types/Specialized/Shape/ShapeOrientation.cs +++ b/src/Nest/Mapping/Types/Specialized/Shape/ShapeOrientation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Shape/ShapeProperty.cs b/src/Nest/Mapping/Types/Specialized/Shape/ShapeProperty.cs index f295990543f..2fed07ee46a 100644 --- a/src/Nest/Mapping/Types/Specialized/Shape/ShapeProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Shape/ShapeProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs b/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs index d99fe2d2127..2ee48f22b41 100644 --- a/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountProperty.cs b/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountProperty.cs index 91afec885b8..4dec7972a66 100644 --- a/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Types/Specialized/Version/VersionAttribute.cs b/src/Nest/Mapping/Types/Specialized/Version/VersionAttribute.cs index dd8d0820889..161549c8be7 100644 --- a/src/Nest/Mapping/Types/Specialized/Version/VersionAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Version/VersionAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Version/VersionProperty.cs b/src/Nest/Mapping/Types/Specialized/Version/VersionProperty.cs index 7801ac1cba9..dcc7f205737 100644 --- a/src/Nest/Mapping/Types/Specialized/Version/VersionProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Version/VersionProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardAttribute.cs b/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardAttribute.cs index c6290a9d11e..8080b356b18 100644 --- a/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardAttribute.cs +++ b/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardProperty.cs b/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardProperty.cs index 13b8c4ba33d..5d2d66a1a40 100644 --- a/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardProperty.cs +++ b/src/Nest/Mapping/Types/Specialized/Wildcard/WildcardProperty.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Runtime.Serialization; diff --git a/src/Nest/Mapping/Visitor/IMappingVisitor.cs b/src/Nest/Mapping/Visitor/IMappingVisitor.cs index 11fdc060716..b5b8816df4d 100644 --- a/src/Nest/Mapping/Visitor/IMappingVisitor.cs +++ b/src/Nest/Mapping/Visitor/IMappingVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Mapping/Visitor/IPropertyVisitor.cs b/src/Nest/Mapping/Visitor/IPropertyVisitor.cs index 1349a168ab7..f557c7420a4 100644 --- a/src/Nest/Mapping/Visitor/IPropertyVisitor.cs +++ b/src/Nest/Mapping/Visitor/IPropertyVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Visitor/MappingWalker.cs b/src/Nest/Mapping/Visitor/MappingWalker.cs index 0c231b25c2b..3ad5bd2d481 100644 --- a/src/Nest/Mapping/Visitor/MappingWalker.cs +++ b/src/Nest/Mapping/Visitor/MappingWalker.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Visitor/NoopPropertyVisitor.cs b/src/Nest/Mapping/Visitor/NoopPropertyVisitor.cs index 38df903ba83..e18eb7bf6e2 100644 --- a/src/Nest/Mapping/Visitor/NoopPropertyVisitor.cs +++ b/src/Nest/Mapping/Visitor/NoopPropertyVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Mapping/Visitor/PropertyWalker.cs b/src/Nest/Mapping/Visitor/PropertyWalker.cs index 723b536d973..5f985ec13b3 100644 --- a/src/Nest/Mapping/Visitor/PropertyWalker.cs +++ b/src/Nest/Mapping/Visitor/PropertyWalker.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Cluster/AllocationAttribute.cs b/src/Nest/Modules/Cluster/AllocationAttribute.cs index 185f3f0fff4..35433934c7f 100644 --- a/src/Nest/Modules/Cluster/AllocationAttribute.cs +++ b/src/Nest/Modules/Cluster/AllocationAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Cluster/AllocationAwareness/AllocationAwarenessSettings.cs b/src/Nest/Modules/Cluster/AllocationAwareness/AllocationAwarenessSettings.cs index c3b63c605d6..62e13ed2524 100644 --- a/src/Nest/Modules/Cluster/AllocationAwareness/AllocationAwarenessSettings.cs +++ b/src/Nest/Modules/Cluster/AllocationAwareness/AllocationAwarenessSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Cluster/AllocationFiltering/AllocationFilteringSettings.cs b/src/Nest/Modules/Cluster/AllocationFiltering/AllocationFilteringSettings.cs index 95cbd074f2b..e0b3bd921f1 100644 --- a/src/Nest/Modules/Cluster/AllocationFiltering/AllocationFilteringSettings.cs +++ b/src/Nest/Modules/Cluster/AllocationFiltering/AllocationFilteringSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Cluster/ClusterModuleSettings.cs b/src/Nest/Modules/Cluster/ClusterModuleSettings.cs index e5cbc4aa4f2..805be6ea7e9 100644 --- a/src/Nest/Modules/Cluster/ClusterModuleSettings.cs +++ b/src/Nest/Modules/Cluster/ClusterModuleSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Cluster/DiskBasedShardAllocation/DiskbasedShardAllocationSettings.cs b/src/Nest/Modules/Cluster/DiskBasedShardAllocation/DiskbasedShardAllocationSettings.cs index b4b2057273b..aeb99991143 100644 --- a/src/Nest/Modules/Cluster/DiskBasedShardAllocation/DiskbasedShardAllocationSettings.cs +++ b/src/Nest/Modules/Cluster/DiskBasedShardAllocation/DiskbasedShardAllocationSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Cluster/ShardAllocation/AllocationEnable.cs b/src/Nest/Modules/Cluster/ShardAllocation/AllocationEnable.cs index d38a1574cdf..2083d6ece05 100644 --- a/src/Nest/Modules/Cluster/ShardAllocation/AllocationEnable.cs +++ b/src/Nest/Modules/Cluster/ShardAllocation/AllocationEnable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Cluster/ShardAllocation/AllowRebalance.cs b/src/Nest/Modules/Cluster/ShardAllocation/AllowRebalance.cs index de2280d83cc..e8fcee27985 100644 --- a/src/Nest/Modules/Cluster/ShardAllocation/AllowRebalance.cs +++ b/src/Nest/Modules/Cluster/ShardAllocation/AllowRebalance.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Cluster/ShardAllocation/RebalanceEnable.cs b/src/Nest/Modules/Cluster/ShardAllocation/RebalanceEnable.cs index bf2987ec4cf..bd25bc6a777 100644 --- a/src/Nest/Modules/Cluster/ShardAllocation/RebalanceEnable.cs +++ b/src/Nest/Modules/Cluster/ShardAllocation/RebalanceEnable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Cluster/ShardAllocation/ShardAllocationSettings.cs b/src/Nest/Modules/Cluster/ShardAllocation/ShardAllocationSettings.cs index 9040b516d0b..84853542521 100644 --- a/src/Nest/Modules/Cluster/ShardAllocation/ShardAllocationSettings.cs +++ b/src/Nest/Modules/Cluster/ShardAllocation/ShardAllocationSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Cluster/ShardAllocation/ShardBalancingHeuristicsSettings.cs b/src/Nest/Modules/Cluster/ShardAllocation/ShardBalancingHeuristicsSettings.cs index df07343bd84..465d1f2694f 100644 --- a/src/Nest/Modules/Cluster/ShardAllocation/ShardBalancingHeuristicsSettings.cs +++ b/src/Nest/Modules/Cluster/ShardAllocation/ShardBalancingHeuristicsSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Cluster/ShardAllocation/ShardRebalancingSettings.cs b/src/Nest/Modules/Cluster/ShardAllocation/ShardRebalancingSettings.cs index 28c7554ab00..6e4babb5e1f 100644 --- a/src/Nest/Modules/Cluster/ShardAllocation/ShardRebalancingSettings.cs +++ b/src/Nest/Modules/Cluster/ShardAllocation/ShardRebalancingSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Gateway/GatewaySettings.cs b/src/Nest/Modules/Gateway/GatewaySettings.cs index 72151910659..5c5598da41a 100644 --- a/src/Nest/Modules/Gateway/GatewaySettings.cs +++ b/src/Nest/Modules/Gateway/GatewaySettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Indices/CircuitBreaker/CircuitBreakerSettings.cs b/src/Nest/Modules/Indices/CircuitBreaker/CircuitBreakerSettings.cs index 3ef081c4c2c..ea3e9a8d5af 100644 --- a/src/Nest/Modules/Indices/CircuitBreaker/CircuitBreakerSettings.cs +++ b/src/Nest/Modules/Indices/CircuitBreaker/CircuitBreakerSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Indices/Fielddata/FielddataBase.cs b/src/Nest/Modules/Indices/Fielddata/FielddataBase.cs index 7f58db5c004..7555d621199 100644 --- a/src/Nest/Modules/Indices/Fielddata/FielddataBase.cs +++ b/src/Nest/Modules/Indices/Fielddata/FielddataBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Indices/Fielddata/FielddataFilter.cs b/src/Nest/Modules/Indices/Fielddata/FielddataFilter.cs index 41971acb5ea..325721badff 100644 --- a/src/Nest/Modules/Indices/Fielddata/FielddataFilter.cs +++ b/src/Nest/Modules/Indices/Fielddata/FielddataFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Indices/Fielddata/FielddataFrequencyFilter.cs b/src/Nest/Modules/Indices/Fielddata/FielddataFrequencyFilter.cs index ef106a56040..f0658e04d90 100644 --- a/src/Nest/Modules/Indices/Fielddata/FielddataFrequencyFilter.cs +++ b/src/Nest/Modules/Indices/Fielddata/FielddataFrequencyFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/Indices/Fielddata/FielddataLoading.cs b/src/Nest/Modules/Indices/Fielddata/FielddataLoading.cs index 9d622020805..cd907f4aa82 100644 --- a/src/Nest/Modules/Indices/Fielddata/FielddataLoading.cs +++ b/src/Nest/Modules/Indices/Fielddata/FielddataLoading.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Indices/Fielddata/FielddataRegexFilter.cs b/src/Nest/Modules/Indices/Fielddata/FielddataRegexFilter.cs index b80125b92b1..7f1c6bae90b 100644 --- a/src/Nest/Modules/Indices/Fielddata/FielddataRegexFilter.cs +++ b/src/Nest/Modules/Indices/Fielddata/FielddataRegexFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/Indices/Fielddata/FielddataSettings.cs b/src/Nest/Modules/Indices/Fielddata/FielddataSettings.cs index f034b248759..def868357f0 100644 --- a/src/Nest/Modules/Indices/Fielddata/FielddataSettings.cs +++ b/src/Nest/Modules/Indices/Fielddata/FielddataSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddata.cs b/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddata.cs index bcd01cec15d..cb3e90342ce 100644 --- a/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddata.cs +++ b/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddata.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddataFormat.cs b/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddataFormat.cs index 633064ccd82..37f5d4f56b8 100644 --- a/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddataFormat.cs +++ b/src/Nest/Modules/Indices/Fielddata/GeoPoint/GeoPointFielddataFormat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddata.cs b/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddata.cs index 7ee4b0801a6..efc73bb1fef 100644 --- a/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddata.cs +++ b/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddata.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddataFormat.cs b/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddataFormat.cs index acbf5608a6f..9614919d085 100644 --- a/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddataFormat.cs +++ b/src/Nest/Modules/Indices/Fielddata/Numeric/NumericFielddataFormat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Indices/Fielddata/String/StringFielddata.cs b/src/Nest/Modules/Indices/Fielddata/String/StringFielddata.cs index f3bdc43f257..5fa82ec9d4d 100644 --- a/src/Nest/Modules/Indices/Fielddata/String/StringFielddata.cs +++ b/src/Nest/Modules/Indices/Fielddata/String/StringFielddata.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/Indices/Fielddata/String/StringFielddataFormat.cs b/src/Nest/Modules/Indices/Fielddata/String/StringFielddataFormat.cs index 85eb667303a..e154ee87f5b 100644 --- a/src/Nest/Modules/Indices/Fielddata/String/StringFielddataFormat.cs +++ b/src/Nest/Modules/Indices/Fielddata/String/StringFielddataFormat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Indices/IndexingBuffer/IndexingBufferSettings.cs b/src/Nest/Modules/Indices/IndexingBuffer/IndexingBufferSettings.cs index 2fda9a851e4..5e8035d887b 100644 --- a/src/Nest/Modules/Indices/IndexingBuffer/IndexingBufferSettings.cs +++ b/src/Nest/Modules/Indices/IndexingBuffer/IndexingBufferSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Indices/IndicesModuleSettings.cs b/src/Nest/Modules/Indices/IndicesModuleSettings.cs index 4dd3942f1cb..aa0a4ac5cc5 100644 --- a/src/Nest/Modules/Indices/IndicesModuleSettings.cs +++ b/src/Nest/Modules/Indices/IndicesModuleSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Indices/Recovery/IndicesRecoverySettings.cs b/src/Nest/Modules/Indices/Recovery/IndicesRecoverySettings.cs index b17010d6c9e..d89cda680ed 100644 --- a/src/Nest/Modules/Indices/Recovery/IndicesRecoverySettings.cs +++ b/src/Nest/Modules/Indices/Recovery/IndicesRecoverySettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptRequest.cs b/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptRequest.cs index f608a2e66a1..c02b54d5595 100644 --- a/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptRequest.cs +++ b/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptResponse.cs b/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptResponse.cs index 91eb59431e1..07964ca3d40 100644 --- a/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptResponse.cs +++ b/src/Nest/Modules/Scripting/DeleteScript/DeleteScriptResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptRequest.cs b/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptRequest.cs index 96e90e8daf6..74d0ed87a07 100644 --- a/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptRequest.cs +++ b/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptResponse.cs b/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptResponse.cs index a867218beea..111800c4fc6 100644 --- a/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptResponse.cs +++ b/src/Nest/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Scripting/ExecutePainlessScript/PainlessContextSetup.cs b/src/Nest/Modules/Scripting/ExecutePainlessScript/PainlessContextSetup.cs index 5cc6c2a15bf..5f029188291 100644 --- a/src/Nest/Modules/Scripting/ExecutePainlessScript/PainlessContextSetup.cs +++ b/src/Nest/Modules/Scripting/ExecutePainlessScript/PainlessContextSetup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Scripting/GetScript/GetScriptRequest.cs b/src/Nest/Modules/Scripting/GetScript/GetScriptRequest.cs index 0b666fec55e..a3bf2ef650e 100644 --- a/src/Nest/Modules/Scripting/GetScript/GetScriptRequest.cs +++ b/src/Nest/Modules/Scripting/GetScript/GetScriptRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Scripting/GetScript/GetScriptResponse.cs b/src/Nest/Modules/Scripting/GetScript/GetScriptResponse.cs index aff865e1b17..39a0f4c2c49 100644 --- a/src/Nest/Modules/Scripting/GetScript/GetScriptResponse.cs +++ b/src/Nest/Modules/Scripting/GetScript/GetScriptResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Scripting/IStoredScript.cs b/src/Nest/Modules/Scripting/IStoredScript.cs index edae2a4581e..fc94e956723 100644 --- a/src/Nest/Modules/Scripting/IStoredScript.cs +++ b/src/Nest/Modules/Scripting/IStoredScript.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/Scripting/PutScript/PutScriptRequest.cs b/src/Nest/Modules/Scripting/PutScript/PutScriptRequest.cs index a76563bebf0..cc6d3859248 100644 --- a/src/Nest/Modules/Scripting/PutScript/PutScriptRequest.cs +++ b/src/Nest/Modules/Scripting/PutScript/PutScriptRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/Scripting/PutScript/PutScriptResponse.cs b/src/Nest/Modules/Scripting/PutScript/PutScriptResponse.cs index 7e49db71b22..9bd0a8b6334 100644 --- a/src/Nest/Modules/Scripting/PutScript/PutScriptResponse.cs +++ b/src/Nest/Modules/Scripting/PutScript/PutScriptResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/Scripting/ScriptLang.cs b/src/Nest/Modules/Scripting/ScriptLang.cs index 5aacc0262cf..45cb2e30fff 100644 --- a/src/Nest/Modules/Scripting/ScriptLang.cs +++ b/src/Nest/Modules/Scripting/ScriptLang.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/AzureRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/AzureRepository.cs index 6cedc5a03b8..5f8dc8f0dfa 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/AzureRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/AzureRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryRequest.cs index 3670afc0879..34638d2bce3 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryResponse.cs index b94aad29a4c..6a65f5bcfac 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryFormatter.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryFormatter.cs index f64fe93014f..4b579da482f 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryFormatter.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryRequest.cs index e8f5f2b66b6..4cb305285b2 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryResponse.cs index 39f8101f560..2481af9ccc8 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryRequest.cs index 3e1cc47023f..cc028cf8043 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryResponse.cs index e1eda189e5a..4975669441e 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/FileSystemRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/FileSystemRepository.cs index d399a050821..c93caf1a98c 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/FileSystemRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/FileSystemRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryRequest.cs index 1041d039690..bea6fb6fef6 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponse.cs index 54003514ea1..58f49958b91 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponseFormatter.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponseFormatter.cs index f96e711a303..62e2c8a0d04 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponseFormatter.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryResponseFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/HdfsRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/HdfsRepository.cs index 4a6b698c454..7bbc0b85673 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/HdfsRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/HdfsRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/ISnapshotRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/ISnapshotRepository.cs index b63ebc95971..c2381b57a36 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/ISnapshotRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/ISnapshotRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/ReadOnlyUrlRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/ReadOnlyUrlRepository.cs index b3810bc4e8a..cb1c7611b25 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/ReadOnlyUrlRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/ReadOnlyUrlRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/S3Repository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/S3Repository.cs index 3126d9f4960..7e41789ea37 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/S3Repository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/S3Repository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/SourceOnlyRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/SourceOnlyRepository.cs index a7441f8565e..8cf5d267eb0 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/SourceOnlyRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/SourceOnlyRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/CompactNodeInfo.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/CompactNodeInfo.cs index a4fe5c01e57..842ebe2fe7d 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/CompactNodeInfo.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/CompactNodeInfo.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryRequest.cs index 0f3c93850f3..595575406dc 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryResponse.cs index bec2ed2273b..363764fb053 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObservable.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObservable.cs index babc322aed2..fe6daf75c7f 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObservable.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObservable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObserver.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObserver.cs index a08dc2cdf96..65406cf4191 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObserver.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Restore/RestoreRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreRequest.cs index 5c430e9aa08..b64d9cf8e74 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Restore/RestoreResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreResponse.cs index 6fed582a706..e7244c75c88 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Restore/SnapshotRestore.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/SnapshotRestore.cs index 65fa34e6866..7f529cd94fb 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Restore/SnapshotRestore.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Restore/SnapshotRestore.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotRequest.cs index 16d99670ed9..c7cd0773f2c 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotResponse.cs index c1799c90954..2a8ea165c1d 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Clone/CloneSnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotRequest.cs index 9f52bacbf78..5d59f97f77b 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotResponse.cs index 1b97046a1d1..78ef742aa70 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotRequest.cs index 2906cecf206..f100a999306 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotResponse.cs index 05e2cbd9cf7..c098634ee04 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot.cs index 7080c01a3a1..58df5d868ef 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotRequest.cs index a0a9d72b332..55461022be4 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotResponse.cs index cd60bb871f3..6afcd8b8477 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObservable.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObservable.cs index 33fdb4e97a0..f556b3a2023 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObservable.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObservable.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObserver.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObserver.cs index 912ac4299f6..8b93192e164 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObserver.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObserver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotShardFailure.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotShardFailure.cs index a42da02c746..06463bfb0b5 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotShardFailure.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotShardFailure.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusRequest.cs index 77b99b1d087..ee22daf52a6 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusRequest.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusResponse.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusResponse.cs index 2c3997abf62..77e61e421ea 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusResponse.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Properties/ClsCompliancy.cs b/src/Nest/Properties/ClsCompliancy.cs index d35ce36d7a6..04221617747 100644 --- a/src/Nest/Properties/ClsCompliancy.cs +++ b/src/Nest/Properties/ClsCompliancy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Abstractions/Container/IQueryContainer.cs b/src/Nest/QueryDsl/Abstractions/Container/IQueryContainer.cs index 3792e730c18..41c2a077692 100644 --- a/src/Nest/QueryDsl/Abstractions/Container/IQueryContainer.cs +++ b/src/Nest/QueryDsl/Abstractions/Container/IQueryContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Assignments.cs b/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Assignments.cs index 981ffd4c8cc..89f71e4ed6d 100644 --- a/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Assignments.cs +++ b/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Assignments.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Abstractions/Container/QueryContainer-Dsl.cs b/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Dsl.cs index 568c6fbc8d6..a9e7b2e2a71 100644 --- a/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Dsl.cs +++ b/src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Dsl.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Abstractions/Container/QueryContainerDescriptor.cs b/src/Nest/QueryDsl/Abstractions/Container/QueryContainerDescriptor.cs index bf65c93a310..4b635833b13 100644 --- a/src/Nest/QueryDsl/Abstractions/Container/QueryContainerDescriptor.cs +++ b/src/Nest/QueryDsl/Abstractions/Container/QueryContainerDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Abstractions/Container/QueryContainerFormatter.cs b/src/Nest/QueryDsl/Abstractions/Container/QueryContainerFormatter.cs index 8e010700b3b..495c9d5527f 100644 --- a/src/Nest/QueryDsl/Abstractions/Container/QueryContainerFormatter.cs +++ b/src/Nest/QueryDsl/Abstractions/Container/QueryContainerFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Text; diff --git a/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookup.cs b/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookup.cs index 7e13ead9058..3245903fe9e 100644 --- a/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookup.cs +++ b/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookupExtensions.cs b/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookupExtensions.cs index e4743759d7b..b5ac955792a 100644 --- a/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookupExtensions.cs +++ b/src/Nest/QueryDsl/Abstractions/FieldLookup/FieldLookupExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryBase.cs b/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryBase.cs index d051555b974..c04f053e081 100644 --- a/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryBase.cs +++ b/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryDescriptorBase.cs b/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryDescriptorBase.cs index 73530204f86..6bef79823be 100644 --- a/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryDescriptorBase.cs +++ b/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryFormatter.cs b/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryFormatter.cs index d6a10c7967b..9262c7b46f5 100644 --- a/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryFormatter.cs +++ b/src/Nest/QueryDsl/Abstractions/FieldName/FieldNameQueryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Extensions; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Abstractions/Query/BoolQueryAndExtensions.cs b/src/Nest/QueryDsl/Abstractions/Query/BoolQueryAndExtensions.cs index 2cd0525696e..60ce09a4c66 100644 --- a/src/Nest/QueryDsl/Abstractions/Query/BoolQueryAndExtensions.cs +++ b/src/Nest/QueryDsl/Abstractions/Query/BoolQueryAndExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Diagnostics.CodeAnalysis; diff --git a/src/Nest/QueryDsl/Abstractions/Query/BoolQueryExtensions.cs b/src/Nest/QueryDsl/Abstractions/Query/BoolQueryExtensions.cs index b15556f1242..9f8495337c6 100644 --- a/src/Nest/QueryDsl/Abstractions/Query/BoolQueryExtensions.cs +++ b/src/Nest/QueryDsl/Abstractions/Query/BoolQueryExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Abstractions/Query/BoolQueryOrExtensions.cs b/src/Nest/QueryDsl/Abstractions/Query/BoolQueryOrExtensions.cs index 5c4836d212f..ce9b1850bc9 100644 --- a/src/Nest/QueryDsl/Abstractions/Query/BoolQueryOrExtensions.cs +++ b/src/Nest/QueryDsl/Abstractions/Query/BoolQueryOrExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Abstractions/Query/QueryBase.cs b/src/Nest/QueryDsl/Abstractions/Query/QueryBase.cs index dd72ad8ded3..1c608e223a4 100644 --- a/src/Nest/QueryDsl/Abstractions/Query/QueryBase.cs +++ b/src/Nest/QueryDsl/Abstractions/Query/QueryBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Abstractions/Query/QueryDescriptorBase.cs b/src/Nest/QueryDsl/Abstractions/Query/QueryDescriptorBase.cs index 3ce6228724d..02a73889f77 100644 --- a/src/Nest/QueryDsl/Abstractions/Query/QueryDescriptorBase.cs +++ b/src/Nest/QueryDsl/Abstractions/Query/QueryDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Compound/Bool/BoolQuery.cs b/src/Nest/QueryDsl/Compound/Bool/BoolQuery.cs index 8cc3bc19f00..6a5238c1a31 100644 --- a/src/Nest/QueryDsl/Compound/Bool/BoolQuery.cs +++ b/src/Nest/QueryDsl/Compound/Bool/BoolQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/Boosting/BoostingQuery.cs b/src/Nest/QueryDsl/Compound/Boosting/BoostingQuery.cs index d6b6a22f8d7..b64f5eb4e4f 100644 --- a/src/Nest/QueryDsl/Compound/Boosting/BoostingQuery.cs +++ b/src/Nest/QueryDsl/Compound/Boosting/BoostingQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/ConstantScore/ConstantScoreQuery.cs b/src/Nest/QueryDsl/Compound/ConstantScore/ConstantScoreQuery.cs index 807179518d0..a42c1852a49 100644 --- a/src/Nest/QueryDsl/Compound/ConstantScore/ConstantScoreQuery.cs +++ b/src/Nest/QueryDsl/Compound/ConstantScore/ConstantScoreQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/Dismax/DismaxQuery.cs b/src/Nest/QueryDsl/Compound/Dismax/DismaxQuery.cs index 5bbe8aa43ca..c31b4741f73 100644 --- a/src/Nest/QueryDsl/Compound/Dismax/DismaxQuery.cs +++ b/src/Nest/QueryDsl/Compound/Dismax/DismaxQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/FunctionScore/FunctionScoreQuery.cs b/src/Nest/QueryDsl/Compound/FunctionScore/FunctionScoreQuery.cs index 5e3e3f58ac1..1ecccf29885 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/FunctionScoreQuery.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/FunctionScoreQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/DecayFunctionBase.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/DecayFunctionBase.cs index ae760e39e52..9736056c218 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/DecayFunctionBase.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/DecayFunctionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/ExponentialDecayFunctionBase.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/ExponentialDecayFunctionBase.cs index edb4c86140f..4cbe3b125ce 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/ExponentialDecayFunctionBase.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/ExponentialDecayFunctionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/GaussDecayFunctionBase.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/GaussDecayFunctionBase.cs index cba4b0a992a..6b21ccc5f42 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/GaussDecayFunctionBase.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/GaussDecayFunctionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/LinearDecayFunctionBase.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/LinearDecayFunctionBase.cs index 3660f0603a3..84f150bf889 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/LinearDecayFunctionBase.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/LinearDecayFunctionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/MultiValueMode.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/MultiValueMode.cs index ac53d3b2a65..4a95b1b4e2f 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/MultiValueMode.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Decay/MultiValueMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorFunction.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorFunction.cs index f2d28eef1ea..940f699b240 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorFunction.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorFunction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorModifier.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorModifier.cs index e6dee6434ec..1b4784627c9 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorModifier.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FieldValue/FieldValueFactorModifier.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionBoostMode.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionBoostMode.cs index c65b41b2dfd..65103c70e9b 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionBoostMode.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionBoostMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionScoreMode.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionScoreMode.cs index 2a306ca57ae..c92a3038d15 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionScoreMode.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/FunctionScoreMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/IScoreFunction.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/IScoreFunction.cs index d3215a067b0..94132636e0a 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/IScoreFunction.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/IScoreFunction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/FunctionScore/Functions/Random/RandomScoreFunction.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Random/RandomScoreFunction.cs index e1398fb1e95..6cb43aca796 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Random/RandomScoreFunction.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Random/RandomScoreFunction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctionJsonFormatter.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctionJsonFormatter.cs index e5be1d90be0..0e8aa36a69a 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctionJsonFormatter.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctionJsonFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctions.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctions.cs index 3343ef6512e..72936131234 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctions.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScoreFunctions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/FunctionScore/Functions/ScriptScore/ScriptScoreFunction.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScriptScore/ScriptScoreFunction.cs index eb41899ae65..1e1a3a81655 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScriptScore/ScriptScoreFunction.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/ScriptScore/ScriptScoreFunction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Compound/FunctionScore/Functions/Weight/WeightFunction.cs b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Weight/WeightFunction.cs index b925cb61b9b..ca7f28036f4 100644 --- a/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Weight/WeightFunction.cs +++ b/src/Nest/QueryDsl/Compound/FunctionScore/Functions/Weight/WeightFunction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/CombinedFields/CombinedFieldsQuery.cs b/src/Nest/QueryDsl/FullText/CombinedFields/CombinedFieldsQuery.cs index 2ee508f45f5..b1b79025e2d 100644 --- a/src/Nest/QueryDsl/FullText/CombinedFields/CombinedFieldsQuery.cs +++ b/src/Nest/QueryDsl/FullText/CombinedFields/CombinedFieldsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/CommonTerms/CommonTermsQuery.cs b/src/Nest/QueryDsl/FullText/CommonTerms/CommonTermsQuery.cs index 040bf97d352..a948a5c3a82 100644 --- a/src/Nest/QueryDsl/FullText/CommonTerms/CommonTermsQuery.cs +++ b/src/Nest/QueryDsl/FullText/CommonTerms/CommonTermsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/Intervals/IntervalsAllOf.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsAllOf.cs index 84ecfc8a8cb..02a27897d4d 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsAllOf.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsAllOf.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/Intervals/IntervalsAnyOf.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsAnyOf.cs index b3d844768d1..aca20626cf0 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsAnyOf.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsAnyOf.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/Intervals/IntervalsFilter.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsFilter.cs index 2ac20dd1ecd..52e2fb986ec 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsFilter.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/Intervals/IntervalsFuzzy.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsFuzzy.cs index 13882c7f98c..9c7375e0d48 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsFuzzy.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsFuzzy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/FullText/Intervals/IntervalsMatch.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsMatch.cs index 8f925977812..9fd661b4300 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsMatch.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsMatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/FullText/Intervals/IntervalsPrefix.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsPrefix.cs index 9ee65f50d36..8d51541004e 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsPrefix.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsPrefix.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/FullText/Intervals/IntervalsQuery.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsQuery.cs index 17d5b9625e9..26553f13818 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsQuery.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/Intervals/IntervalsWildcard.cs b/src/Nest/QueryDsl/FullText/Intervals/IntervalsWildcard.cs index 429ca7cc8c8..30aec232c74 100644 --- a/src/Nest/QueryDsl/FullText/Intervals/IntervalsWildcard.cs +++ b/src/Nest/QueryDsl/FullText/Intervals/IntervalsWildcard.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/FullText/Match/MatchQuery.cs b/src/Nest/QueryDsl/FullText/Match/MatchQuery.cs index de04e6bf405..9d4818eba68 100644 --- a/src/Nest/QueryDsl/FullText/Match/MatchQuery.cs +++ b/src/Nest/QueryDsl/FullText/Match/MatchQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixQuery.cs b/src/Nest/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixQuery.cs index dba2bfcdd85..7bc963e76b7 100644 --- a/src/Nest/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixQuery.cs +++ b/src/Nest/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/MatchPhrase/MatchPhraseQuery.cs b/src/Nest/QueryDsl/FullText/MatchPhrase/MatchPhraseQuery.cs index 3cffd42c30a..53a2f6ee813 100644 --- a/src/Nest/QueryDsl/FullText/MatchPhrase/MatchPhraseQuery.cs +++ b/src/Nest/QueryDsl/FullText/MatchPhrase/MatchPhraseQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixQuery.cs b/src/Nest/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixQuery.cs index 94fb0330f8c..1157d689e8e 100644 --- a/src/Nest/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixQuery.cs +++ b/src/Nest/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/MultiMatch/MultiMatchQuery.cs b/src/Nest/QueryDsl/FullText/MultiMatch/MultiMatchQuery.cs index 518499fe1c2..741b57f07b8 100644 --- a/src/Nest/QueryDsl/FullText/MultiMatch/MultiMatchQuery.cs +++ b/src/Nest/QueryDsl/FullText/MultiMatch/MultiMatchQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/MultiMatch/TextQueryType.cs b/src/Nest/QueryDsl/FullText/MultiMatch/TextQueryType.cs index 965bfde1200..0d5e5cbcfff 100644 --- a/src/Nest/QueryDsl/FullText/MultiMatch/TextQueryType.cs +++ b/src/Nest/QueryDsl/FullText/MultiMatch/TextQueryType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/FullText/MultiMatch/ZeroTermsQuery.cs b/src/Nest/QueryDsl/FullText/MultiMatch/ZeroTermsQuery.cs index 91219a3d03b..8c106e58f74 100644 --- a/src/Nest/QueryDsl/FullText/MultiMatch/ZeroTermsQuery.cs +++ b/src/Nest/QueryDsl/FullText/MultiMatch/ZeroTermsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/FullText/QueryString/QueryStringQuery.cs b/src/Nest/QueryDsl/FullText/QueryString/QueryStringQuery.cs index f2b19079f23..f9e8653de0f 100644 --- a/src/Nest/QueryDsl/FullText/QueryString/QueryStringQuery.cs +++ b/src/Nest/QueryDsl/FullText/QueryString/QueryStringQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringFlags.cs b/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringFlags.cs index 44beac4c5c5..bd05e8b5803 100644 --- a/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringFlags.cs +++ b/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringFlags.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringQuery.cs b/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringQuery.cs index fe1276323fa..9e0d4289df8 100644 --- a/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringQuery.cs +++ b/src/Nest/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/BoundingBox/BoundingBox.cs b/src/Nest/QueryDsl/Geo/BoundingBox/BoundingBox.cs index 8dff3154178..e5d1210603f 100644 --- a/src/Nest/QueryDsl/Geo/BoundingBox/BoundingBox.cs +++ b/src/Nest/QueryDsl/Geo/BoundingBox/BoundingBox.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQuery.cs b/src/Nest/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQuery.cs index 718d304728c..b205b51aca9 100644 --- a/src/Nest/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQuery.cs +++ b/src/Nest/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/BoundingBox/GeoExecution.cs b/src/Nest/QueryDsl/Geo/BoundingBox/GeoExecution.cs index 7e97180b048..e0e7453edd8 100644 --- a/src/Nest/QueryDsl/Geo/BoundingBox/GeoExecution.cs +++ b/src/Nest/QueryDsl/Geo/BoundingBox/GeoExecution.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Geo/Distance/GeoDistanceQuery.cs b/src/Nest/QueryDsl/Geo/Distance/GeoDistanceQuery.cs index a4dc1422d49..4d333c96cae 100644 --- a/src/Nest/QueryDsl/Geo/Distance/GeoDistanceQuery.cs +++ b/src/Nest/QueryDsl/Geo/Distance/GeoDistanceQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/QueryDsl/Geo/GeoCoordinateFormatter.cs b/src/Nest/QueryDsl/Geo/GeoCoordinateFormatter.cs index 409fbb53306..9a5027b22e2 100644 --- a/src/Nest/QueryDsl/Geo/GeoCoordinateFormatter.cs +++ b/src/Nest/QueryDsl/Geo/GeoCoordinateFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/GeoLocation.cs b/src/Nest/QueryDsl/Geo/GeoLocation.cs index 660b8bbc13a..e4527efae5b 100644 --- a/src/Nest/QueryDsl/Geo/GeoLocation.cs +++ b/src/Nest/QueryDsl/Geo/GeoLocation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/QueryDsl/Geo/GeoLocationFormatter.cs b/src/Nest/QueryDsl/Geo/GeoLocationFormatter.cs index f8b8910d72a..7f8c4cd202d 100644 --- a/src/Nest/QueryDsl/Geo/GeoLocationFormatter.cs +++ b/src/Nest/QueryDsl/Geo/GeoLocationFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Globalization; using System.IO; diff --git a/src/Nest/QueryDsl/Geo/GeoValidationMethod.cs b/src/Nest/QueryDsl/Geo/GeoValidationMethod.cs index 23512f97b89..1d595fbbd95 100644 --- a/src/Nest/QueryDsl/Geo/GeoValidationMethod.cs +++ b/src/Nest/QueryDsl/Geo/GeoValidationMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Geo/LatLon.cs b/src/Nest/QueryDsl/Geo/LatLon.cs index a4c2e02005c..e4da242c840 100644 --- a/src/Nest/QueryDsl/Geo/LatLon.cs +++ b/src/Nest/QueryDsl/Geo/LatLon.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Polygon/GeoPolygonQuery.cs b/src/Nest/QueryDsl/Geo/Polygon/GeoPolygonQuery.cs index e9f2a3c41de..cad3f50db81 100644 --- a/src/Nest/QueryDsl/Geo/Polygon/GeoPolygonQuery.cs +++ b/src/Nest/QueryDsl/Geo/Polygon/GeoPolygonQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs index b8bc810df22..2e894123622 100644 --- a/src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/EnvelopeGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/EnvelopeGeoShape.cs index 5083c215256..4e99c83ea90 100644 --- a/src/Nest/QueryDsl/Geo/Shape/EnvelopeGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/EnvelopeGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs b/src/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs index 0865571021c..1eb4729e975 100644 --- a/src/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs +++ b/src/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/GeoShapeQueryFormatter.cs b/src/Nest/QueryDsl/Geo/Shape/GeoShapeQueryFormatter.cs index e556d9c46af..9c642c58e2a 100644 --- a/src/Nest/QueryDsl/Geo/Shape/GeoShapeQueryFormatter.cs +++ b/src/Nest/QueryDsl/Geo/Shape/GeoShapeQueryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/Shape/GeometryCollection.cs b/src/Nest/QueryDsl/Geo/Shape/GeometryCollection.cs index 481f20369a7..d207bd760a1 100644 --- a/src/Nest/QueryDsl/Geo/Shape/GeometryCollection.cs +++ b/src/Nest/QueryDsl/Geo/Shape/GeometryCollection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/IGeoShapeQuery.cs b/src/Nest/QueryDsl/Geo/Shape/IGeoShapeQuery.cs index f648c0f812b..324c95d5aff 100644 --- a/src/Nest/QueryDsl/Geo/Shape/IGeoShapeQuery.cs +++ b/src/Nest/QueryDsl/Geo/Shape/IGeoShapeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/LineStringGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/LineStringGeoShape.cs index 7aac4d3057f..14e813d6097 100644 --- a/src/Nest/QueryDsl/Geo/Shape/LineStringGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/LineStringGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/MultiLineStringGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/MultiLineStringGeoShape.cs index f09cabde944..cdcf657225c 100644 --- a/src/Nest/QueryDsl/Geo/Shape/MultiLineStringGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/MultiLineStringGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/MultiPointGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/MultiPointGeoShape.cs index 072f105dd88..60aa89d140e 100644 --- a/src/Nest/QueryDsl/Geo/Shape/MultiPointGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/MultiPointGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/MultiPolygonGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/MultiPolygonGeoShape.cs index dcd6b94df21..c7a01df9e90 100644 --- a/src/Nest/QueryDsl/Geo/Shape/MultiPolygonGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/MultiPolygonGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/PointGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/PointGeoShape.cs index e4ff0349955..c23f8f1c649 100644 --- a/src/Nest/QueryDsl/Geo/Shape/PointGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/PointGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/Shape/PolygonGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/PolygonGeoShape.cs index c64657c2974..81a2bab4094 100644 --- a/src/Nest/QueryDsl/Geo/Shape/PolygonGeoShape.cs +++ b/src/Nest/QueryDsl/Geo/Shape/PolygonGeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/WKT/GeoWKTException.cs b/src/Nest/QueryDsl/Geo/WKT/GeoWKTException.cs index da438dcef0d..9a78167caf0 100644 --- a/src/Nest/QueryDsl/Geo/WKT/GeoWKTException.cs +++ b/src/Nest/QueryDsl/Geo/WKT/GeoWKTException.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/WKT/GeoWKTReader.cs b/src/Nest/QueryDsl/Geo/WKT/GeoWKTReader.cs index b8fa1a8c36a..49c884cdf12 100644 --- a/src/Nest/QueryDsl/Geo/WKT/GeoWKTReader.cs +++ b/src/Nest/QueryDsl/Geo/WKT/GeoWKTReader.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Geo/WKT/GeoWKTWriter.cs b/src/Nest/QueryDsl/Geo/WKT/GeoWKTWriter.cs index 91d1f2a1df6..213a8c6ad04 100644 --- a/src/Nest/QueryDsl/Geo/WKT/GeoWKTWriter.cs +++ b/src/Nest/QueryDsl/Geo/WKT/GeoWKTWriter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/QueryDsl/Joining/HasChild/ChildScoreMode.cs b/src/Nest/QueryDsl/Joining/HasChild/ChildScoreMode.cs index cfba7317892..dd5e6f4a88e 100644 --- a/src/Nest/QueryDsl/Joining/HasChild/ChildScoreMode.cs +++ b/src/Nest/QueryDsl/Joining/HasChild/ChildScoreMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Joining/HasChild/HasChildQuery.cs b/src/Nest/QueryDsl/Joining/HasChild/HasChildQuery.cs index a54bc71416a..a0eb12346cf 100644 --- a/src/Nest/QueryDsl/Joining/HasChild/HasChildQuery.cs +++ b/src/Nest/QueryDsl/Joining/HasChild/HasChildQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Joining/HasParent/HasParentQuery.cs b/src/Nest/QueryDsl/Joining/HasParent/HasParentQuery.cs index 85f98279da2..a8780c03e5f 100644 --- a/src/Nest/QueryDsl/Joining/HasParent/HasParentQuery.cs +++ b/src/Nest/QueryDsl/Joining/HasParent/HasParentQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Joining/Nested/NestedQuery.cs b/src/Nest/QueryDsl/Joining/Nested/NestedQuery.cs index ed9eb4ab15a..2291887946a 100644 --- a/src/Nest/QueryDsl/Joining/Nested/NestedQuery.cs +++ b/src/Nest/QueryDsl/Joining/Nested/NestedQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Joining/Nested/NestedScoreMode.cs b/src/Nest/QueryDsl/Joining/Nested/NestedScoreMode.cs index 79218958c71..582267819bf 100644 --- a/src/Nest/QueryDsl/Joining/Nested/NestedScoreMode.cs +++ b/src/Nest/QueryDsl/Joining/Nested/NestedScoreMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Joining/ParentId/ParentIdQuery.cs b/src/Nest/QueryDsl/Joining/ParentId/ParentIdQuery.cs index d625ac5ba18..724d239c691 100644 --- a/src/Nest/QueryDsl/Joining/ParentId/ParentIdQuery.cs +++ b/src/Nest/QueryDsl/Joining/ParentId/ParentIdQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/MatchAllQuery.cs b/src/Nest/QueryDsl/MatchAllQuery.cs index 35e54ece9f1..264d15c55e9 100644 --- a/src/Nest/QueryDsl/MatchAllQuery.cs +++ b/src/Nest/QueryDsl/MatchAllQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/MatchNoneQuery.cs b/src/Nest/QueryDsl/MatchNoneQuery.cs index 8279722b368..ffc14eafbe8 100644 --- a/src/Nest/QueryDsl/MatchNoneQuery.cs +++ b/src/Nest/QueryDsl/MatchNoneQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/MultiTermQueryRewrite/MultiTermQueryRewriteFormatter.cs b/src/Nest/QueryDsl/MultiTermQueryRewrite/MultiTermQueryRewriteFormatter.cs index 6beea7d95a1..4e2f8b6309c 100644 --- a/src/Nest/QueryDsl/MultiTermQueryRewrite/MultiTermQueryRewriteFormatter.cs +++ b/src/Nest/QueryDsl/MultiTermQueryRewrite/MultiTermQueryRewriteFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/MultiTermQueryRewrite/RewriteMultiTerm.cs b/src/Nest/QueryDsl/MultiTermQueryRewrite/RewriteMultiTerm.cs index 2615755c051..01360e823e3 100644 --- a/src/Nest/QueryDsl/MultiTermQueryRewrite/RewriteMultiTerm.cs +++ b/src/Nest/QueryDsl/MultiTermQueryRewrite/RewriteMultiTerm.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/NestSpecific/ConditionlessQuery.cs b/src/Nest/QueryDsl/NestSpecific/ConditionlessQuery.cs index 1021a95d3a5..814854981c2 100644 --- a/src/Nest/QueryDsl/NestSpecific/ConditionlessQuery.cs +++ b/src/Nest/QueryDsl/NestSpecific/ConditionlessQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/NestSpecific/RawQuery.cs b/src/Nest/QueryDsl/NestSpecific/RawQuery.cs index f15097d5ea5..3f843a21a2c 100644 --- a/src/Nest/QueryDsl/NestSpecific/RawQuery.cs +++ b/src/Nest/QueryDsl/NestSpecific/RawQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Operator.cs b/src/Nest/QueryDsl/Operator.cs index 0681f1d7adf..4d6d7490a3c 100644 --- a/src/Nest/QueryDsl/Operator.cs +++ b/src/Nest/QueryDsl/Operator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/Query.cs b/src/Nest/QueryDsl/Query.cs index a17199a22db..aa1d3317759 100644 --- a/src/Nest/QueryDsl/Query.cs +++ b/src/Nest/QueryDsl/Query.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Span/Containing/SpanContainingQuery.cs b/src/Nest/QueryDsl/Span/Containing/SpanContainingQuery.cs index 02d6e3d9d0c..f82d897024b 100644 --- a/src/Nest/QueryDsl/Span/Containing/SpanContainingQuery.cs +++ b/src/Nest/QueryDsl/Span/Containing/SpanContainingQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/FieldMasking/SpanFieldMaskingQuery.cs b/src/Nest/QueryDsl/Span/FieldMasking/SpanFieldMaskingQuery.cs index 7ac2a5fe0ca..bcabd38af3a 100644 --- a/src/Nest/QueryDsl/Span/FieldMasking/SpanFieldMaskingQuery.cs +++ b/src/Nest/QueryDsl/Span/FieldMasking/SpanFieldMaskingQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Span/First/SpanFirstQuery.cs b/src/Nest/QueryDsl/Span/First/SpanFirstQuery.cs index c3b82c926e9..6eeb42d3799 100644 --- a/src/Nest/QueryDsl/Span/First/SpanFirstQuery.cs +++ b/src/Nest/QueryDsl/Span/First/SpanFirstQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/Gap/SpanGapQuery.cs b/src/Nest/QueryDsl/Span/Gap/SpanGapQuery.cs index f0181f146d0..1b6cfe10330 100644 --- a/src/Nest/QueryDsl/Span/Gap/SpanGapQuery.cs +++ b/src/Nest/QueryDsl/Span/Gap/SpanGapQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Span/ISpanSubQuery.cs b/src/Nest/QueryDsl/Span/ISpanSubQuery.cs index 5eba0969d43..19e22be75e2 100644 --- a/src/Nest/QueryDsl/Span/ISpanSubQuery.cs +++ b/src/Nest/QueryDsl/Span/ISpanSubQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Span/MultiTerm/SpanMultiTermQuery.cs b/src/Nest/QueryDsl/Span/MultiTerm/SpanMultiTermQuery.cs index 43b382545a1..54ef50ee93d 100644 --- a/src/Nest/QueryDsl/Span/MultiTerm/SpanMultiTermQuery.cs +++ b/src/Nest/QueryDsl/Span/MultiTerm/SpanMultiTermQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/Near/SpanNearQuery.cs b/src/Nest/QueryDsl/Span/Near/SpanNearQuery.cs index 56a0e3fb4aa..1cfee21cb16 100644 --- a/src/Nest/QueryDsl/Span/Near/SpanNearQuery.cs +++ b/src/Nest/QueryDsl/Span/Near/SpanNearQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/Not/SpanNotQuery.cs b/src/Nest/QueryDsl/Span/Not/SpanNotQuery.cs index 2487ca401c1..2dea1e4815c 100644 --- a/src/Nest/QueryDsl/Span/Not/SpanNotQuery.cs +++ b/src/Nest/QueryDsl/Span/Not/SpanNotQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/Or/SpanOrQuery.cs b/src/Nest/QueryDsl/Span/Or/SpanOrQuery.cs index 2c1e59d85b3..61ee1985afb 100644 --- a/src/Nest/QueryDsl/Span/Or/SpanOrQuery.cs +++ b/src/Nest/QueryDsl/Span/Or/SpanOrQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/SpanQuery.cs b/src/Nest/QueryDsl/Span/SpanQuery.cs index 717ce213f71..14fbde682d7 100644 --- a/src/Nest/QueryDsl/Span/SpanQuery.cs +++ b/src/Nest/QueryDsl/Span/SpanQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Span/Term/SpanTermQuery.cs b/src/Nest/QueryDsl/Span/Term/SpanTermQuery.cs index 9a8e8a00ec1..642a169b3b2 100644 --- a/src/Nest/QueryDsl/Span/Term/SpanTermQuery.cs +++ b/src/Nest/QueryDsl/Span/Term/SpanTermQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Span/Within/SpanWithinQuery.cs b/src/Nest/QueryDsl/Span/Within/SpanWithinQuery.cs index 81defdea281..2aaae8939c9 100644 --- a/src/Nest/QueryDsl/Span/Within/SpanWithinQuery.cs +++ b/src/Nest/QueryDsl/Span/Within/SpanWithinQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQuery.cs b/src/Nest/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQuery.cs index c3aea9227ff..69ac7cbcf78 100644 --- a/src/Nest/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQuery.cs +++ b/src/Nest/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/Like.cs b/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/Like.cs index 462f103f13d..8c8514dc66b 100644 --- a/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/Like.cs +++ b/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/Like.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/MoreLikeThis/Like/LikeDocument.cs b/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/LikeDocument.cs index 15a8b4a4203..ce8ee356784 100644 --- a/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/LikeDocument.cs +++ b/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/LikeDocument.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQuery.cs b/src/Nest/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQuery.cs index a73a656a63a..8e0e44ec4c8 100644 --- a/src/Nest/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQuery.cs +++ b/src/Nest/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/Percolate/PercolateQuery.cs b/src/Nest/QueryDsl/Specialized/Percolate/PercolateQuery.cs index f9dd99fa8c4..ecb2cb75112 100644 --- a/src/Nest/QueryDsl/Specialized/Percolate/PercolateQuery.cs +++ b/src/Nest/QueryDsl/Specialized/Percolate/PercolateQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/Pinned/PinnedQuery.cs b/src/Nest/QueryDsl/Specialized/Pinned/PinnedQuery.cs index 2de187c6780..de1e7203472 100644 --- a/src/Nest/QueryDsl/Specialized/Pinned/PinnedQuery.cs +++ b/src/Nest/QueryDsl/Specialized/Pinned/PinnedQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/RankFeature/RankFeatureQuery.cs b/src/Nest/QueryDsl/Specialized/RankFeature/RankFeatureQuery.cs index 2948e439704..188ca47e049 100644 --- a/src/Nest/QueryDsl/Specialized/RankFeature/RankFeatureQuery.cs +++ b/src/Nest/QueryDsl/Specialized/RankFeature/RankFeatureQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/Script/ScriptQuery.cs b/src/Nest/QueryDsl/Specialized/Script/ScriptQuery.cs index 82c24bb2f3d..2b1c6eed181 100644 --- a/src/Nest/QueryDsl/Specialized/Script/ScriptQuery.cs +++ b/src/Nest/QueryDsl/Specialized/Script/ScriptQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/ScriptScore/ScriptScoreQuery.cs b/src/Nest/QueryDsl/Specialized/ScriptScore/ScriptScoreQuery.cs index b92d440cff9..43af61949ca 100644 --- a/src/Nest/QueryDsl/Specialized/ScriptScore/ScriptScoreQuery.cs +++ b/src/Nest/QueryDsl/Specialized/ScriptScore/ScriptScoreQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/Shape/CartesianPoint.cs b/src/Nest/QueryDsl/Specialized/Shape/CartesianPoint.cs index 639eb69c3b0..bc2debdf54d 100644 --- a/src/Nest/QueryDsl/Specialized/Shape/CartesianPoint.cs +++ b/src/Nest/QueryDsl/Specialized/Shape/CartesianPoint.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/Shape/IShapeQuery.cs b/src/Nest/QueryDsl/Specialized/Shape/IShapeQuery.cs index ac3dde9bc15..9fadcfd1a20 100644 --- a/src/Nest/QueryDsl/Specialized/Shape/IShapeQuery.cs +++ b/src/Nest/QueryDsl/Specialized/Shape/IShapeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Specialized/Shape/ShapeQueryFormatter.cs b/src/Nest/QueryDsl/Specialized/Shape/ShapeQueryFormatter.cs index 50f51019fca..2f23930758c 100644 --- a/src/Nest/QueryDsl/Specialized/Shape/ShapeQueryFormatter.cs +++ b/src/Nest/QueryDsl/Specialized/Shape/ShapeQueryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Exists/ExistsQuery.cs b/src/Nest/QueryDsl/TermLevel/Exists/ExistsQuery.cs index 47ff13faf82..6848093c7f0 100644 --- a/src/Nest/QueryDsl/TermLevel/Exists/ExistsQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Exists/ExistsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueries.cs b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueries.cs index c8cac0551f1..1f7b0558f07 100644 --- a/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueries.cs +++ b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueries.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryBase.cs b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryBase.cs index 6cdfe58dadc..17c15e42fd6 100644 --- a/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryBase.cs +++ b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryFormatter.cs b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryFormatter.cs index 910590b4863..33b9e21882f 100644 --- a/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryFormatter.cs +++ b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Extensions; diff --git a/src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs b/src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs index c170441bc8d..44105809669 100644 --- a/src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/TermLevel/Prefix/PrefixQuery.cs b/src/Nest/QueryDsl/TermLevel/Prefix/PrefixQuery.cs index fcc079976a7..2cb31871213 100644 --- a/src/Nest/QueryDsl/TermLevel/Prefix/PrefixQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Prefix/PrefixQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/DateRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/DateRangeQuery.cs index 0df6d9f53d6..571d0fb1df6 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/DateRangeQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/DateRangeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/LongRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/LongRangeQuery.cs index 5952af74ac8..5ae798e38a4 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/LongRangeQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/LongRangeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/NumericRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/NumericRangeQuery.cs index dd2846f9dcd..99c4c1613bd 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/NumericRangeQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/NumericRangeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/RangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/RangeQuery.cs index 7462ec4aff2..c459795a5e1 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/RangeQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/RangeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/RangeQueryFormatter.cs b/src/Nest/QueryDsl/TermLevel/Range/RangeQueryFormatter.cs index f7114a2fa5b..3cd1724d3ad 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/RangeQueryFormatter.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/RangeQueryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Extensions; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/RangeRelation.cs b/src/Nest/QueryDsl/TermLevel/Range/RangeRelation.cs index 58d3eb75fa5..cbcdf26084e 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/RangeRelation.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/RangeRelation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/QueryDsl/TermLevel/Range/TermRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/TermRangeQuery.cs index eca67748c8e..1b46c7462a2 100644 --- a/src/Nest/QueryDsl/TermLevel/Range/TermRangeQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Range/TermRangeQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Regexp/RegexpQuery.cs b/src/Nest/QueryDsl/TermLevel/Regexp/RegexpQuery.cs index 445a8ff18cf..78e95520ee3 100644 --- a/src/Nest/QueryDsl/TermLevel/Regexp/RegexpQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Regexp/RegexpQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs b/src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs index 1d37d0b420b..ca201394824 100644 --- a/src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Terms/TermsQuery.cs b/src/Nest/QueryDsl/TermLevel/Terms/TermsQuery.cs index 90c284c401b..4c8c38e5bfd 100644 --- a/src/Nest/QueryDsl/TermLevel/Terms/TermsQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Terms/TermsQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/TermLevel/Terms/TermsQueryFormatter.cs b/src/Nest/QueryDsl/TermLevel/Terms/TermsQueryFormatter.cs index 003bc9b387a..1b1f95875bd 100644 --- a/src/Nest/QueryDsl/TermLevel/Terms/TermsQueryFormatter.cs +++ b/src/Nest/QueryDsl/TermLevel/Terms/TermsQueryFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/TermsSet/TermsSetQuery.cs b/src/Nest/QueryDsl/TermLevel/TermsSet/TermsSetQuery.cs index 58e1bd17d54..f64c97599d3 100644 --- a/src/Nest/QueryDsl/TermLevel/TermsSet/TermsSetQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/TermsSet/TermsSetQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/TermLevel/Wildcard/WildcardQuery.cs b/src/Nest/QueryDsl/TermLevel/Wildcard/WildcardQuery.cs index f4ddec6d799..0cd76fd5981 100644 --- a/src/Nest/QueryDsl/TermLevel/Wildcard/WildcardQuery.cs +++ b/src/Nest/QueryDsl/TermLevel/Wildcard/WildcardQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/QueryDsl/Visitor/DslPrettyPrintVisitor.cs b/src/Nest/QueryDsl/Visitor/DslPrettyPrintVisitor.cs index 67b566876af..79eb50d6da5 100644 --- a/src/Nest/QueryDsl/Visitor/DslPrettyPrintVisitor.cs +++ b/src/Nest/QueryDsl/Visitor/DslPrettyPrintVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Visitor/QueryVisitor.cs b/src/Nest/QueryDsl/Visitor/QueryVisitor.cs index 9d64f4ebbfd..51092a477da 100644 --- a/src/Nest/QueryDsl/Visitor/QueryVisitor.cs +++ b/src/Nest/QueryDsl/Visitor/QueryVisitor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/QueryDsl/Visitor/QueryWalker.cs b/src/Nest/QueryDsl/Visitor/QueryWalker.cs index 444c50221a8..669458bcc85 100644 --- a/src/Nest/QueryDsl/Visitor/QueryWalker.cs +++ b/src/Nest/QueryDsl/Visitor/QueryWalker.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/QueryDsl/Visitor/VisitorScope.cs b/src/Nest/QueryDsl/Visitor/VisitorScope.cs index 2083c1f8e49..52a0cb0301b 100644 --- a/src/Nest/QueryDsl/Visitor/VisitorScope.cs +++ b/src/Nest/QueryDsl/Visitor/VisitorScope.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Requests.AsyncSearch.cs b/src/Nest/Requests.AsyncSearch.cs index dd004fa078c..47e4a08d563 100644 --- a/src/Nest/Requests.AsyncSearch.cs +++ b/src/Nest/Requests.AsyncSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Cat.cs b/src/Nest/Requests.Cat.cs index 9d062d4843d..a0b63e1083b 100644 --- a/src/Nest/Requests.Cat.cs +++ b/src/Nest/Requests.Cat.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Cluster.cs b/src/Nest/Requests.Cluster.cs index 7e055303460..b64e7181cf6 100644 --- a/src/Nest/Requests.Cluster.cs +++ b/src/Nest/Requests.Cluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.CrossClusterReplication.cs b/src/Nest/Requests.CrossClusterReplication.cs index 190ad6091b7..b8b1882d07f 100644 --- a/src/Nest/Requests.CrossClusterReplication.cs +++ b/src/Nest/Requests.CrossClusterReplication.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.DanglingIndices.cs b/src/Nest/Requests.DanglingIndices.cs index 755bbe051b6..7671854c652 100644 --- a/src/Nest/Requests.DanglingIndices.cs +++ b/src/Nest/Requests.DanglingIndices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Enrich.cs b/src/Nest/Requests.Enrich.cs index 28714ebd81a..1f0463ccdf9 100644 --- a/src/Nest/Requests.Enrich.cs +++ b/src/Nest/Requests.Enrich.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Eql.cs b/src/Nest/Requests.Eql.cs index 377841cb9d9..a7f63235099 100644 --- a/src/Nest/Requests.Eql.cs +++ b/src/Nest/Requests.Eql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Graph.cs b/src/Nest/Requests.Graph.cs index e9f762bceff..edd44d39542 100644 --- a/src/Nest/Requests.Graph.cs +++ b/src/Nest/Requests.Graph.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.IndexLifecycleManagement.cs b/src/Nest/Requests.IndexLifecycleManagement.cs index a30cea86813..261b4e42a24 100644 --- a/src/Nest/Requests.IndexLifecycleManagement.cs +++ b/src/Nest/Requests.IndexLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Indices.cs b/src/Nest/Requests.Indices.cs index 44c46349db4..13239b32095 100644 --- a/src/Nest/Requests.Indices.cs +++ b/src/Nest/Requests.Indices.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Ingest.cs b/src/Nest/Requests.Ingest.cs index e18d959085a..3d3cbf518a1 100644 --- a/src/Nest/Requests.Ingest.cs +++ b/src/Nest/Requests.Ingest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.License.cs b/src/Nest/Requests.License.cs index e8e72d8b038..29b32948f69 100644 --- a/src/Nest/Requests.License.cs +++ b/src/Nest/Requests.License.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.MachineLearning.cs b/src/Nest/Requests.MachineLearning.cs index cea8fbc7d18..44b0fbc7783 100644 --- a/src/Nest/Requests.MachineLearning.cs +++ b/src/Nest/Requests.MachineLearning.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Migration.cs b/src/Nest/Requests.Migration.cs index a63cb18fc71..7b35607d004 100644 --- a/src/Nest/Requests.Migration.cs +++ b/src/Nest/Requests.Migration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.NoNamespace.cs b/src/Nest/Requests.NoNamespace.cs index c398dc0f713..88f0a2760fe 100644 --- a/src/Nest/Requests.NoNamespace.cs +++ b/src/Nest/Requests.NoNamespace.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Nodes.cs b/src/Nest/Requests.Nodes.cs index bd96d071523..a7ed2e8170b 100644 --- a/src/Nest/Requests.Nodes.cs +++ b/src/Nest/Requests.Nodes.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Rollup.cs b/src/Nest/Requests.Rollup.cs index 9aca424be4b..012532518b5 100644 --- a/src/Nest/Requests.Rollup.cs +++ b/src/Nest/Requests.Rollup.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Security.cs b/src/Nest/Requests.Security.cs index 792f77c74bf..f20a234b690 100644 --- a/src/Nest/Requests.Security.cs +++ b/src/Nest/Requests.Security.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Snapshot.cs b/src/Nest/Requests.Snapshot.cs index 4533d57a612..33c2426653c 100644 --- a/src/Nest/Requests.Snapshot.cs +++ b/src/Nest/Requests.Snapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.SnapshotLifecycleManagement.cs b/src/Nest/Requests.SnapshotLifecycleManagement.cs index 2219cfff3a3..4721006027b 100644 --- a/src/Nest/Requests.SnapshotLifecycleManagement.cs +++ b/src/Nest/Requests.SnapshotLifecycleManagement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Sql.cs b/src/Nest/Requests.Sql.cs index ff1148b810a..3c9e6dd6dcf 100644 --- a/src/Nest/Requests.Sql.cs +++ b/src/Nest/Requests.Sql.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Tasks.cs b/src/Nest/Requests.Tasks.cs index 92587d3a556..d1b283a55e8 100644 --- a/src/Nest/Requests.Tasks.cs +++ b/src/Nest/Requests.Tasks.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Transform.cs b/src/Nest/Requests.Transform.cs index 9b866dc8328..7fd63906117 100644 --- a/src/Nest/Requests.Transform.cs +++ b/src/Nest/Requests.Transform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Watcher.cs b/src/Nest/Requests.Watcher.cs index 03030da5b29..97bef240caa 100644 --- a/src/Nest/Requests.Watcher.cs +++ b/src/Nest/Requests.Watcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.XPack.cs b/src/Nest/Requests.XPack.cs index b3b2f013020..f49ae88981c 100644 --- a/src/Nest/Requests.XPack.cs +++ b/src/Nest/Requests.XPack.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.cs b/src/Nest/Requests.cs index 18e8dff323f..61a1fa0081b 100644 --- a/src/Nest/Requests.cs +++ b/src/Nest/Requests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Search/Count/CountRequest.cs b/src/Nest/Search/Count/CountRequest.cs index 2f27cedaaa8..78bfdb3b80c 100644 --- a/src/Nest/Search/Count/CountRequest.cs +++ b/src/Nest/Search/Count/CountRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Search/Count/CountResponse.cs b/src/Nest/Search/Count/CountResponse.cs index 3c2029621a2..016789d3477 100644 --- a/src/Nest/Search/Count/CountResponse.cs +++ b/src/Nest/Search/Count/CountResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Explain/ExplainGet.cs b/src/Nest/Search/Explain/ExplainGet.cs index 871beb6ffaa..a5134d87c58 100644 --- a/src/Nest/Search/Explain/ExplainGet.cs +++ b/src/Nest/Search/Explain/ExplainGet.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Explain/ExplainRequest.cs b/src/Nest/Search/Explain/ExplainRequest.cs index 3bbbfc05017..5446e5510a9 100644 --- a/src/Nest/Search/Explain/ExplainRequest.cs +++ b/src/Nest/Search/Explain/ExplainRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Search/Explain/ExplainResponse.cs b/src/Nest/Search/Explain/ExplainResponse.cs index 7f6d688e0aa..00b58b67c4d 100644 --- a/src/Nest/Search/Explain/ExplainResponse.cs +++ b/src/Nest/Search/Explain/ExplainResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Explain/Explanation.cs b/src/Nest/Search/Explain/Explanation.cs index 96a081c4882..694e66c1c1c 100644 --- a/src/Nest/Search/Explain/Explanation.cs +++ b/src/Nest/Search/Explain/Explanation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Explain/ExplanationDetail.cs b/src/Nest/Search/Explain/ExplanationDetail.cs index 4761b833399..0e8e0170d20 100644 --- a/src/Nest/Search/Explain/ExplanationDetail.cs +++ b/src/Nest/Search/Explain/ExplanationDetail.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/FieldCapabilities/FieldCapabilitiesRequest.cs b/src/Nest/Search/FieldCapabilities/FieldCapabilitiesRequest.cs index d9ebc78a00b..d13569a2fd7 100644 --- a/src/Nest/Search/FieldCapabilities/FieldCapabilitiesRequest.cs +++ b/src/Nest/Search/FieldCapabilities/FieldCapabilitiesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/FieldCapabilities/FieldCapabilitiesResponse.cs b/src/Nest/Search/FieldCapabilities/FieldCapabilitiesResponse.cs index ba60c1e0d65..595e6596700 100644 --- a/src/Nest/Search/FieldCapabilities/FieldCapabilitiesResponse.cs +++ b/src/Nest/Search/FieldCapabilities/FieldCapabilitiesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/ITypedSearchRequest.cs b/src/Nest/Search/ITypedSearchRequest.cs index 8001a284b14..759cfe7fbed 100644 --- a/src/Nest/Search/ITypedSearchRequest.cs +++ b/src/Nest/Search/ITypedSearchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/MultiSearch/MultiSearchFormatter.cs b/src/Nest/Search/MultiSearch/MultiSearchFormatter.cs index 12de4dcf7fa..3dd52b209a8 100644 --- a/src/Nest/Search/MultiSearch/MultiSearchFormatter.cs +++ b/src/Nest/Search/MultiSearch/MultiSearchFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/MultiSearch/MultiSearchRequest.cs b/src/Nest/Search/MultiSearch/MultiSearchRequest.cs index f7d380f5743..2c9d190ce7e 100644 --- a/src/Nest/Search/MultiSearch/MultiSearchRequest.cs +++ b/src/Nest/Search/MultiSearch/MultiSearchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/MultiSearch/MultiSearchResponse.cs b/src/Nest/Search/MultiSearch/MultiSearchResponse.cs index 6575e37aa2c..f0aa02c862c 100644 --- a/src/Nest/Search/MultiSearch/MultiSearchResponse.cs +++ b/src/Nest/Search/MultiSearch/MultiSearchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/MultiSearch/MultiSearchResponseBuilder.cs b/src/Nest/Search/MultiSearch/MultiSearchResponseBuilder.cs index 9b3f0d32040..4b7dcf387cf 100644 --- a/src/Nest/Search/MultiSearch/MultiSearchResponseBuilder.cs +++ b/src/Nest/Search/MultiSearch/MultiSearchResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/Search/MultiSearch/MultiSearchResponseFormatter.cs b/src/Nest/Search/MultiSearch/MultiSearchResponseFormatter.cs index f867c2fff7d..677416d4469 100644 --- a/src/Nest/Search/MultiSearch/MultiSearchResponseFormatter.cs +++ b/src/Nest/Search/MultiSearch/MultiSearchResponseFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/MultiSearchTemplate/MultiSearchTemplateJsonConverter.cs b/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateJsonConverter.cs index f6aafc4251c..02f0c52f670 100644 --- a/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateJsonConverter.cs +++ b/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateRequest.cs b/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateRequest.cs index bedcf6c7c22..a6cbddddf38 100644 --- a/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateRequest.cs +++ b/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Scroll/ClearScroll/ClearScrollRequest.cs b/src/Nest/Search/Scroll/ClearScroll/ClearScrollRequest.cs index 446bc9a52c8..01449adf6d4 100644 --- a/src/Nest/Search/Scroll/ClearScroll/ClearScrollRequest.cs +++ b/src/Nest/Search/Scroll/ClearScroll/ClearScrollRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Scroll/ClearScroll/ClearScrollResponse.cs b/src/Nest/Search/Scroll/ClearScroll/ClearScrollResponse.cs index 5fae7ef8b00..b6e9407330c 100644 --- a/src/Nest/Search/Scroll/ClearScroll/ClearScrollResponse.cs +++ b/src/Nest/Search/Scroll/ClearScroll/ClearScrollResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Scroll/Scroll/ScrollRequest.cs b/src/Nest/Search/Scroll/Scroll/ScrollRequest.cs index 768fa3f4e4e..fb516ecea19 100644 --- a/src/Nest/Search/Scroll/Scroll/ScrollRequest.cs +++ b/src/Nest/Search/Scroll/Scroll/ScrollRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Scroll/Scroll/SlicedScroll.cs b/src/Nest/Search/Scroll/Scroll/SlicedScroll.cs index f2051bfdc1a..c5ff7781659 100644 --- a/src/Nest/Search/Scroll/Scroll/SlicedScroll.cs +++ b/src/Nest/Search/Scroll/Scroll/SlicedScroll.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Search/Search/Collapsing/FieldCollapse.cs b/src/Nest/Search/Search/Collapsing/FieldCollapse.cs index 7ae56bf5f61..c9dbc982e09 100644 --- a/src/Nest/Search/Search/Collapsing/FieldCollapse.cs +++ b/src/Nest/Search/Search/Collapsing/FieldCollapse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Search/Search/Highlighting/BoundaryScanner.cs b/src/Nest/Search/Search/Highlighting/BoundaryScanner.cs index 416d05f2f8d..7873fdeb625 100644 --- a/src/Nest/Search/Search/Highlighting/BoundaryScanner.cs +++ b/src/Nest/Search/Search/Highlighting/BoundaryScanner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Highlighting/Highlight.cs b/src/Nest/Search/Search/Highlighting/Highlight.cs index da26801cdf3..c6f08ae35ee 100644 --- a/src/Nest/Search/Search/Highlighting/Highlight.cs +++ b/src/Nest/Search/Search/Highlighting/Highlight.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Highlighting/HighlightField.cs b/src/Nest/Search/Search/Highlighting/HighlightField.cs index 04b7c08f02d..425dfa780ad 100644 --- a/src/Nest/Search/Search/Highlighting/HighlightField.cs +++ b/src/Nest/Search/Search/Highlighting/HighlightField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Highlighting/HighlighterEncoder.cs b/src/Nest/Search/Search/Highlighting/HighlighterEncoder.cs index 17b73692795..721e3381e20 100644 --- a/src/Nest/Search/Search/Highlighting/HighlighterEncoder.cs +++ b/src/Nest/Search/Search/Highlighting/HighlighterEncoder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Highlighting/HighlighterFragmenter.cs b/src/Nest/Search/Search/Highlighting/HighlighterFragmenter.cs index b64a32c6897..e80ccb3191f 100644 --- a/src/Nest/Search/Search/Highlighting/HighlighterFragmenter.cs +++ b/src/Nest/Search/Search/Highlighting/HighlighterFragmenter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Highlighting/HighlighterOrder.cs b/src/Nest/Search/Search/Highlighting/HighlighterOrder.cs index 275865f207e..ea89c83c96d 100644 --- a/src/Nest/Search/Search/Highlighting/HighlighterOrder.cs +++ b/src/Nest/Search/Search/Highlighting/HighlighterOrder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Highlighting/HighlighterTagsSchema.cs b/src/Nest/Search/Search/Highlighting/HighlighterTagsSchema.cs index 9904111f88b..b1ec7796674 100644 --- a/src/Nest/Search/Search/Highlighting/HighlighterTagsSchema.cs +++ b/src/Nest/Search/Search/Highlighting/HighlighterTagsSchema.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Highlighting/HighlighterType.cs b/src/Nest/Search/Search/Highlighting/HighlighterType.cs index 0ea42cf65b5..6ec27eb7455 100644 --- a/src/Nest/Search/Search/Highlighting/HighlighterType.cs +++ b/src/Nest/Search/Search/Highlighting/HighlighterType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Hits/Hit.cs b/src/Nest/Search/Search/Hits/Hit.cs index ae6d7979590..c448affc453 100644 --- a/src/Nest/Search/Search/Hits/Hit.cs +++ b/src/Nest/Search/Search/Hits/Hit.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Hits/HitsMetaData.cs b/src/Nest/Search/Search/Hits/HitsMetaData.cs index febfcc2a82a..5724e04fbd8 100644 --- a/src/Nest/Search/Search/Hits/HitsMetaData.cs +++ b/src/Nest/Search/Search/Hits/HitsMetaData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Search/Hits/InnerHitsMetaData.cs b/src/Nest/Search/Search/Hits/InnerHitsMetaData.cs index 5677bbd5fa3..adeff585133 100644 --- a/src/Nest/Search/Search/Hits/InnerHitsMetaData.cs +++ b/src/Nest/Search/Search/Hits/InnerHitsMetaData.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Hits/InnerHitsResult.cs b/src/Nest/Search/Search/Hits/InnerHitsResult.cs index ddca2b3abd2..7148170f4d3 100644 --- a/src/Nest/Search/Search/Hits/InnerHitsResult.cs +++ b/src/Nest/Search/Search/Hits/InnerHitsResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Hits/NestedIdentity.cs b/src/Nest/Search/Search/Hits/NestedIdentity.cs index 66dcfc4c8e3..2ac582cca83 100644 --- a/src/Nest/Search/Search/Hits/NestedIdentity.cs +++ b/src/Nest/Search/Search/Hits/NestedIdentity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Hits/TotalHits.cs b/src/Nest/Search/Search/Hits/TotalHits.cs index eb06f775a4e..151a0bd77e2 100644 --- a/src/Nest/Search/Search/Hits/TotalHits.cs +++ b/src/Nest/Search/Search/Hits/TotalHits.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/InnerHits/InnerHits.cs b/src/Nest/Search/Search/InnerHits/InnerHits.cs index 53454ad04b3..4ae7205f309 100644 --- a/src/Nest/Search/Search/InnerHits/InnerHits.cs +++ b/src/Nest/Search/Search/InnerHits/InnerHits.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/PointInTime/Close/ClosePointInTimeRequest.cs b/src/Nest/Search/Search/PointInTime/Close/ClosePointInTimeRequest.cs index c4234d42603..0d329d832a5 100644 --- a/src/Nest/Search/Search/PointInTime/Close/ClosePointInTimeRequest.cs +++ b/src/Nest/Search/Search/PointInTime/Close/ClosePointInTimeRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/PointInTime/Close/ClosePointInTimeResponse.cs b/src/Nest/Search/Search/PointInTime/Close/ClosePointInTimeResponse.cs index b11ad515758..a810100b994 100644 --- a/src/Nest/Search/Search/PointInTime/Close/ClosePointInTimeResponse.cs +++ b/src/Nest/Search/Search/PointInTime/Close/ClosePointInTimeResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/PointInTime/Open/OpenPointInTimeRequest.cs b/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeRequest.cs index 4dd5ac7a8a4..2763edf16e7 100644 --- a/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeRequest.cs +++ b/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeResponse.cs b/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeResponse.cs index 751cca3b667..a07ac77d874 100644 --- a/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeResponse.cs +++ b/src/Nest/Search/Search/PointInTime/Open/OpenPointInTimeResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/PointInTime/PointInTime.cs b/src/Nest/Search/Search/PointInTime/PointInTime.cs index 85c91707e06..637c2657375 100644 --- a/src/Nest/Search/Search/PointInTime/PointInTime.cs +++ b/src/Nest/Search/Search/PointInTime/PointInTime.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Search/Profile/AggregationBreakdown.cs b/src/Nest/Search/Search/Profile/AggregationBreakdown.cs index 507c735ff0f..c016c0255a1 100644 --- a/src/Nest/Search/Search/Profile/AggregationBreakdown.cs +++ b/src/Nest/Search/Search/Profile/AggregationBreakdown.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Profile/AggregationProfile.cs b/src/Nest/Search/Search/Profile/AggregationProfile.cs index 2291224014e..d84eed8604d 100644 --- a/src/Nest/Search/Search/Profile/AggregationProfile.cs +++ b/src/Nest/Search/Search/Profile/AggregationProfile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Profile/Collector.cs b/src/Nest/Search/Search/Profile/Collector.cs index 986f6725de2..d07c33d5dba 100644 --- a/src/Nest/Search/Search/Profile/Collector.cs +++ b/src/Nest/Search/Search/Profile/Collector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Search/Profile/Profile.cs b/src/Nest/Search/Search/Profile/Profile.cs index c8f53ccaefc..4ceb576952c 100644 --- a/src/Nest/Search/Search/Profile/Profile.cs +++ b/src/Nest/Search/Search/Profile/Profile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Search/Profile/QueryBreakdown.cs b/src/Nest/Search/Search/Profile/QueryBreakdown.cs index f9649619eb3..1a1613807e9 100644 --- a/src/Nest/Search/Search/Profile/QueryBreakdown.cs +++ b/src/Nest/Search/Search/Profile/QueryBreakdown.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Profile/QueryProfile.cs b/src/Nest/Search/Search/Profile/QueryProfile.cs index 42720ad4e98..5db3b10258d 100644 --- a/src/Nest/Search/Search/Profile/QueryProfile.cs +++ b/src/Nest/Search/Search/Profile/QueryProfile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Search/Profile/SearchProfile.cs b/src/Nest/Search/Search/Profile/SearchProfile.cs index 216513939d9..4eb55b6a984 100644 --- a/src/Nest/Search/Search/Profile/SearchProfile.cs +++ b/src/Nest/Search/Search/Profile/SearchProfile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Search/Profile/ShardProfile.cs b/src/Nest/Search/Search/Profile/ShardProfile.cs index 0595258e784..81262d890e4 100644 --- a/src/Nest/Search/Search/Profile/ShardProfile.cs +++ b/src/Nest/Search/Search/Profile/ShardProfile.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Search/Rescoring/Rescore.cs b/src/Nest/Search/Search/Rescoring/Rescore.cs index 962508a31f6..a51fcfa2d5c 100644 --- a/src/Nest/Search/Search/Rescoring/Rescore.cs +++ b/src/Nest/Search/Search/Rescoring/Rescore.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Rescoring/RescoreQuery.cs b/src/Nest/Search/Search/Rescoring/RescoreQuery.cs index 0408e22b4a1..4ec8b440697 100644 --- a/src/Nest/Search/Search/Rescoring/RescoreQuery.cs +++ b/src/Nest/Search/Search/Rescoring/RescoreQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Rescoring/ScoreMode.cs b/src/Nest/Search/Search/Rescoring/ScoreMode.cs index 5dc093ee2eb..5eed47539df 100644 --- a/src/Nest/Search/Search/Rescoring/ScoreMode.cs +++ b/src/Nest/Search/Search/Rescoring/ScoreMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/SearchRequest.cs b/src/Nest/Search/Search/SearchRequest.cs index c19aae957f7..0f9fce60ebc 100644 --- a/src/Nest/Search/Search/SearchRequest.cs +++ b/src/Nest/Search/Search/SearchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/SearchResponse.cs b/src/Nest/Search/Search/SearchResponse.cs index f530976386f..f9387708933 100644 --- a/src/Nest/Search/Search/SearchResponse.cs +++ b/src/Nest/Search/Search/SearchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Sort/FieldSort.cs b/src/Nest/Search/Search/Sort/FieldSort.cs index 5f92ddb8c86..e4f15d69470 100644 --- a/src/Nest/Search/Search/Sort/FieldSort.cs +++ b/src/Nest/Search/Search/Sort/FieldSort.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Sort/GeoDistanceSort.cs b/src/Nest/Search/Search/Sort/GeoDistanceSort.cs index c447e71b65f..c7535708f23 100644 --- a/src/Nest/Search/Search/Sort/GeoDistanceSort.cs +++ b/src/Nest/Search/Search/Sort/GeoDistanceSort.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Sort/NestedSort.cs b/src/Nest/Search/Search/Sort/NestedSort.cs index 66e12569bc9..6b2e9a2c600 100644 --- a/src/Nest/Search/Search/Sort/NestedSort.cs +++ b/src/Nest/Search/Search/Sort/NestedSort.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Search/Search/Sort/NumericType.cs b/src/Nest/Search/Search/Sort/NumericType.cs index 19b256939b8..465e4fa793a 100644 --- a/src/Nest/Search/Search/Sort/NumericType.cs +++ b/src/Nest/Search/Search/Sort/NumericType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Sort/ScriptSort.cs b/src/Nest/Search/Search/Sort/ScriptSort.cs index 4ebf81ab209..7c0a720d8f4 100644 --- a/src/Nest/Search/Search/Sort/ScriptSort.cs +++ b/src/Nest/Search/Search/Sort/ScriptSort.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Sort/SortBase.cs b/src/Nest/Search/Search/Sort/SortBase.cs index 7fcb139e68d..ed9fc6ab43a 100644 --- a/src/Nest/Search/Search/Sort/SortBase.cs +++ b/src/Nest/Search/Search/Sort/SortBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Sort/SortDescriptor.cs b/src/Nest/Search/Search/Sort/SortDescriptor.cs index eb3f2305fcf..4b12887263f 100644 --- a/src/Nest/Search/Search/Sort/SortDescriptor.cs +++ b/src/Nest/Search/Search/Sort/SortDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/Sort/SortMode.cs b/src/Nest/Search/Search/Sort/SortMode.cs index a5b09c2d4ee..0cf7fb56cf1 100644 --- a/src/Nest/Search/Search/Sort/SortMode.cs +++ b/src/Nest/Search/Search/Sort/SortMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Sort/SortOrder.cs b/src/Nest/Search/Search/Sort/SortOrder.cs index f01b2e5d5d7..97b94e8000e 100644 --- a/src/Nest/Search/Search/Sort/SortOrder.cs +++ b/src/Nest/Search/Search/Sort/SortOrder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/Sort/SortSpecialField.cs b/src/Nest/Search/Search/Sort/SortSpecialField.cs index 0588208532f..a1af3b32bf5 100644 --- a/src/Nest/Search/Search/Sort/SortSpecialField.cs +++ b/src/Nest/Search/Search/Sort/SortSpecialField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Search/SourceFiltering/SourceFilter.cs b/src/Nest/Search/Search/SourceFiltering/SourceFilter.cs index aae18db539e..cd6f9a540e7 100644 --- a/src/Nest/Search/Search/SourceFiltering/SourceFilter.cs +++ b/src/Nest/Search/Search/SourceFiltering/SourceFilter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Search/SourceFiltering/SourceFilterJsonConverter.cs b/src/Nest/Search/Search/SourceFiltering/SourceFilterJsonConverter.cs index 6cc7dcefd4b..f6334c2d9db 100644 --- a/src/Nest/Search/Search/SourceFiltering/SourceFilterJsonConverter.cs +++ b/src/Nest/Search/Search/SourceFiltering/SourceFilterJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/Search/SearchShards/SearchShardsRequest.cs b/src/Nest/Search/SearchShards/SearchShardsRequest.cs index 3f6443794ab..d12111f5d09 100644 --- a/src/Nest/Search/SearchShards/SearchShardsRequest.cs +++ b/src/Nest/Search/SearchShards/SearchShardsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/Search/SearchShards/SearchShardsResponse.cs b/src/Nest/Search/SearchShards/SearchShardsResponse.cs index e4bd500ec1a..7c2fad80661 100644 --- a/src/Nest/Search/SearchShards/SearchShardsResponse.cs +++ b/src/Nest/Search/SearchShards/SearchShardsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateRequest.cs b/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateRequest.cs index cb4c35b4888..38587bc4712 100644 --- a/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateRequest.cs +++ b/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateResponse.cs b/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateResponse.cs index 9d333e3556e..ab3bd05451d 100644 --- a/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateResponse.cs +++ b/src/Nest/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/SearchTemplate/SearchTemplateRequest.cs b/src/Nest/Search/SearchTemplate/SearchTemplateRequest.cs index fb0c8bce8fb..24ce0bfcb7d 100644 --- a/src/Nest/Search/SearchTemplate/SearchTemplateRequest.cs +++ b/src/Nest/Search/SearchTemplate/SearchTemplateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/CompletionSuggester/CompletionField.cs b/src/Nest/Search/Suggesters/CompletionSuggester/CompletionField.cs index d27eb81110e..e862e76e504 100644 --- a/src/Nest/Search/Suggesters/CompletionSuggester/CompletionField.cs +++ b/src/Nest/Search/Suggesters/CompletionSuggester/CompletionField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Suggesters/CompletionSuggester/CompletionSuggester.cs b/src/Nest/Search/Suggesters/CompletionSuggester/CompletionSuggester.cs index bd430cb297c..f19b737ea1f 100644 --- a/src/Nest/Search/Suggesters/CompletionSuggester/CompletionSuggester.cs +++ b/src/Nest/Search/Suggesters/CompletionSuggester/CompletionSuggester.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/CompletionSuggester/SuggestFuzziness.cs b/src/Nest/Search/Suggesters/CompletionSuggester/SuggestFuzziness.cs index 85f38990b15..422043ae5c3 100644 --- a/src/Nest/Search/Suggesters/CompletionSuggester/SuggestFuzziness.cs +++ b/src/Nest/Search/Suggesters/CompletionSuggester/SuggestFuzziness.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/ContextSuggester/Context.cs b/src/Nest/Search/Suggesters/ContextSuggester/Context.cs index 51c4ef060c6..9f4caf0b56a 100644 --- a/src/Nest/Search/Suggesters/ContextSuggester/Context.cs +++ b/src/Nest/Search/Suggesters/ContextSuggester/Context.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/ContextSuggester/SuggestContextQuery.cs b/src/Nest/Search/Suggesters/ContextSuggester/SuggestContextQuery.cs index 7ffd191a4ea..218d6b029c3 100644 --- a/src/Nest/Search/Suggesters/ContextSuggester/SuggestContextQuery.cs +++ b/src/Nest/Search/Suggesters/ContextSuggester/SuggestContextQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/PhraseSuggester/DirectGenerator.cs b/src/Nest/Search/Suggesters/PhraseSuggester/DirectGenerator.cs index d3f2cb48850..7693dd7994e 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/DirectGenerator.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/DirectGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollate.cs b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollate.cs index c7c51c5fcf6..dfb4e3a8332 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollate.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollate.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollateQuery.cs b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollateQuery.cs index 1327a3a63d2..4f191b63ff7 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollateQuery.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestCollateQuery.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestHighlight.cs b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestHighlight.cs index a88de22babc..4827d426172 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestHighlight.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestHighlight.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggester.cs b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggester.cs index fb5631e3865..0c380c9f476 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggester.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggester.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LaplaceSmoothingModel.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LaplaceSmoothingModel.cs index ba22ffab290..5df98d9d9f2 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LaplaceSmoothingModel.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LaplaceSmoothingModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LinearInterpolationSmoothingModel.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LinearInterpolationSmoothingModel.cs index 004ad6176e6..977b4a6df21 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LinearInterpolationSmoothingModel.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LinearInterpolationSmoothingModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelBase.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelBase.cs index 52447f1b151..a1d5d8fa550 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelBase.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelContainer.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelContainer.cs index fb6da07b3c3..6d4203b4dab 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelContainer.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/StupidBackoffSmoothingModel.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/StupidBackoffSmoothingModel.cs index c2aacfa6c1d..4ecdb0e3796 100644 --- a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/StupidBackoffSmoothingModel.cs +++ b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/StupidBackoffSmoothingModel.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/Suggest.cs b/src/Nest/Search/Suggesters/Suggest.cs index 903e019c52c..de0a4ed2ea8 100644 --- a/src/Nest/Search/Suggesters/Suggest.cs +++ b/src/Nest/Search/Suggesters/Suggest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Suggesters/SuggestBucket.cs b/src/Nest/Search/Suggesters/SuggestBucket.cs index 645a5cd506f..53c45384b42 100644 --- a/src/Nest/Search/Suggesters/SuggestBucket.cs +++ b/src/Nest/Search/Suggesters/SuggestBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/Search/Suggesters/SuggestContainer.cs b/src/Nest/Search/Suggesters/SuggestContainer.cs index 06855175345..777e74d8eb7 100644 --- a/src/Nest/Search/Suggesters/SuggestContainer.cs +++ b/src/Nest/Search/Suggesters/SuggestContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Suggesters/SuggestDictionary.cs b/src/Nest/Search/Suggesters/SuggestDictionary.cs index 156b0d73bfe..97eb603b029 100644 --- a/src/Nest/Search/Suggesters/SuggestDictionary.cs +++ b/src/Nest/Search/Suggesters/SuggestDictionary.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/Search/Suggesters/SuggestOption.cs b/src/Nest/Search/Suggesters/SuggestOption.cs index 9ff0887b966..26bcdd2fa98 100644 --- a/src/Nest/Search/Suggesters/SuggestOption.cs +++ b/src/Nest/Search/Suggesters/SuggestOption.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Suggesters/SuggesterBase.cs b/src/Nest/Search/Suggesters/SuggesterBase.cs index d77211f3d98..bf57e0983cd 100644 --- a/src/Nest/Search/Suggesters/SuggesterBase.cs +++ b/src/Nest/Search/Suggesters/SuggesterBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/Search/Suggesters/TermSuggester/StringDistance.cs b/src/Nest/Search/Suggesters/TermSuggester/StringDistance.cs index 83c195d9feb..bbb291edc90 100644 --- a/src/Nest/Search/Suggesters/TermSuggester/StringDistance.cs +++ b/src/Nest/Search/Suggesters/TermSuggester/StringDistance.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Suggesters/TermSuggester/SuggestSort.cs b/src/Nest/Search/Suggesters/TermSuggester/SuggestSort.cs index 806d93638eb..7f69f833f89 100644 --- a/src/Nest/Search/Suggesters/TermSuggester/SuggestSort.cs +++ b/src/Nest/Search/Suggesters/TermSuggester/SuggestSort.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Suggesters/TermSuggester/TermSuggester.cs b/src/Nest/Search/Suggesters/TermSuggester/TermSuggester.cs index 1aca462380b..b2ed2caa172 100644 --- a/src/Nest/Search/Suggesters/TermSuggester/TermSuggester.cs +++ b/src/Nest/Search/Suggesters/TermSuggester/TermSuggester.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/Search/Validate/ValidateQueryRequest.cs b/src/Nest/Search/Validate/ValidateQueryRequest.cs index 40ca7d97b63..2ad5baeaa2e 100644 --- a/src/Nest/Search/Validate/ValidateQueryRequest.cs +++ b/src/Nest/Search/Validate/ValidateQueryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/Search/Validate/ValidateQueryResponse.cs b/src/Nest/Search/Validate/ValidateQueryResponse.cs index 4d653cad6e5..c25cec31358 100644 --- a/src/Nest/Search/Validate/ValidateQueryResponse.cs +++ b/src/Nest/Search/Validate/ValidateQueryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/Search/Validate/ValidationExplanation.cs b/src/Nest/Search/Validate/ValidationExplanation.cs index b6bb8bb3503..70c0cb38bf7 100644 --- a/src/Nest/Search/Validate/ValidationExplanation.cs +++ b/src/Nest/Search/Validate/ValidationExplanation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/AsyncSearch/AsyncSearch.cs b/src/Nest/XPack/AsyncSearch/AsyncSearch.cs index efa83bccf66..f5eee1af58e 100644 --- a/src/Nest/XPack/AsyncSearch/AsyncSearch.cs +++ b/src/Nest/XPack/AsyncSearch/AsyncSearch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/AsyncSearch/AsyncSearchResponseBase.cs b/src/Nest/XPack/AsyncSearch/AsyncSearchResponseBase.cs index 609cb289b8f..12f491cf8c4 100644 --- a/src/Nest/XPack/AsyncSearch/AsyncSearchResponseBase.cs +++ b/src/Nest/XPack/AsyncSearch/AsyncSearchResponseBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteRequest.cs b/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteRequest.cs index 175afc02071..7a69eff7570 100644 --- a/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteRequest.cs +++ b/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteResponse.cs b/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteResponse.cs index e91d2d04cda..5fb374f9c4d 100644 --- a/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteResponse.cs +++ b/src/Nest/XPack/AsyncSearch/Delete/AsyncSearchDeleteResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetRequest.cs b/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetRequest.cs index cd348d7344f..e545d0ab65a 100644 --- a/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetRequest.cs +++ b/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetResponse.cs b/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetResponse.cs index a8464c4ebe8..7b24dfb1425 100644 --- a/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetResponse.cs +++ b/src/Nest/XPack/AsyncSearch/Get/AsyncSearchGetResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusRequest.cs b/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusRequest.cs index 121e29b36b8..36aedd28d70 100644 --- a/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusRequest.cs +++ b/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusResponse.cs b/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusResponse.cs index fe569742a18..c72e28361e8 100644 --- a/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusResponse.cs +++ b/src/Nest/XPack/AsyncSearch/Status/AsyncSearchStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitRequest.cs b/src/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitRequest.cs index 52a724bb98b..4c8673fc042 100644 --- a/src/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitRequest.cs +++ b/src/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitResponse.cs b/src/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitResponse.cs index 880370a342e..0b4fa349524 100644 --- a/src/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitResponse.cs +++ b/src/Nest/XPack/AsyncSearch/Submit/AsyncSearchSubmitResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternRequest.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternRequest.cs index bd25293271a..a2f1ccf6eba 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternResponse.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternResponse.cs index 9aa952718a3..fedcd67dc69 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternRequest.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternRequest.cs index 63767efb864..ba4bd222e59 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternResponse.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternResponse.cs index cc5e14b122d..6a7466f361f 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternRequest.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternRequest.cs index 5e725b6ac8e..6046fff0f09 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternResponse.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternResponse.cs index 2b2016a43df..13dc5e5297e 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternRequest.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternRequest.cs index 98abf86528a..a9682f86875 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternResponse.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternResponse.cs index 2b0f85ac8ab..81daba9255b 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternRequest.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternRequest.cs index 44db4f3ea19..86dc25bcc5f 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternResponse.cs b/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternResponse.cs index 605423bbded..6f5a4dc34dd 100644 --- a/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexRequest.cs index b5df77a242d..7af3a622780 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexResponse.cs index f64ea08bd03..93e085d5529 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexShardStats.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexShardStats.cs index 66c75996f1a..f1a68154f1c 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexShardStats.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexShardStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsRequest.cs index 67a608fa8e5..0d77ebe9e56 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsResponse.cs index 935f8a9515f..96e134361bc 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowConfig.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowConfig.cs index eec5f05ed2e..b73956a5eb7 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowConfig.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoRequest.cs index 4b4438a0212..3d43e742eec 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoResponse.cs index 8a3ec43107c..091aa7fa7bc 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowerIndexStatus.cs b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowerIndexStatus.cs index 2939cf896d4..73b39aab423 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowerIndexStatus.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/FollowInfo/FollowerIndexStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexRequest.cs index 590119d3180..89fdc87f618 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexResponse.cs index a68c3b66bba..1e115534e9b 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexRequest.cs index 63903b15370..c3de4cfc174 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexResponse.cs index e2df77a09ef..22a5327c454 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexRequest.cs index 23c2250d77f..87aad792970 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexResponse.cs index 5779233072d..83c6918410f 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexRequest.cs b/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexRequest.cs index 44c7fb90d80..185b0a86640 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexResponse.cs b/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexResponse.cs index 07dc18b861f..c0943726244 100644 --- a/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsRequest.cs b/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsRequest.cs index 1d533d55ff0..b59d79371f5 100644 --- a/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsRequest.cs +++ b/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest.Specification.CrossClusterReplicationApi; diff --git a/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsResponse.cs b/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsResponse.cs index 8ee86955576..20d23fd2e10 100644 --- a/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsResponse.cs +++ b/src/Nest/XPack/CrossClusterReplication/Stats/CcrStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/DataStreams/Create/CreateDataStreamRequest.cs b/src/Nest/XPack/DataStreams/Create/CreateDataStreamRequest.cs index 1bebe967606..ea29d5dca03 100644 --- a/src/Nest/XPack/DataStreams/Create/CreateDataStreamRequest.cs +++ b/src/Nest/XPack/DataStreams/Create/CreateDataStreamRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Create/CreateDataStreamResponse.cs b/src/Nest/XPack/DataStreams/Create/CreateDataStreamResponse.cs index da49d92205e..042db155fbc 100644 --- a/src/Nest/XPack/DataStreams/Create/CreateDataStreamResponse.cs +++ b/src/Nest/XPack/DataStreams/Create/CreateDataStreamResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamRequest.cs b/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamRequest.cs index 5819b4d7c9b..3ffaf87900d 100644 --- a/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamRequest.cs +++ b/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamResponse.cs b/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamResponse.cs index 7b8b5d9e1ce..f75811d7fdb 100644 --- a/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamResponse.cs +++ b/src/Nest/XPack/DataStreams/Delete/DeleteDataStreamResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Get/GetDataStreamRequest.cs b/src/Nest/XPack/DataStreams/Get/GetDataStreamRequest.cs index 2d273ae8aff..3b1d3856d4b 100644 --- a/src/Nest/XPack/DataStreams/Get/GetDataStreamRequest.cs +++ b/src/Nest/XPack/DataStreams/Get/GetDataStreamRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Get/GetDataStreamResponse.cs b/src/Nest/XPack/DataStreams/Get/GetDataStreamResponse.cs index 682a6d46222..32e3f6076a9 100644 --- a/src/Nest/XPack/DataStreams/Get/GetDataStreamResponse.cs +++ b/src/Nest/XPack/DataStreams/Get/GetDataStreamResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamRequest.cs b/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamRequest.cs index 029dddcd566..5ac1c7c03ea 100644 --- a/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamRequest.cs +++ b/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamResponse.cs b/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamResponse.cs index eea843eef33..d2e38117604 100644 --- a/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamResponse.cs +++ b/src/Nest/XPack/DataStreams/Migrate/MigrateToDataStreamResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamRequest.cs b/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamRequest.cs index 10bbd4c77f9..610a509d7c3 100644 --- a/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamRequest.cs +++ b/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamResponse.cs b/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamResponse.cs index d84fc6dd5ff..15e0a55f693 100644 --- a/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamResponse.cs +++ b/src/Nest/XPack/DataStreams/Promote/PromoteDataStreamResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsRequest.cs b/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsRequest.cs index 1e16c5e2d3a..838f7761c08 100644 --- a/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsRequest.cs +++ b/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/DataStreams/Stats/DataStreamsStatsResponse.cs b/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsResponse.cs index 8d040f342b5..e6c3ac179de 100644 --- a/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsResponse.cs +++ b/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyRequest.cs b/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyRequest.cs index 56dd3ba00bd..dec6085aec4 100644 --- a/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyRequest.cs +++ b/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyResponse.cs b/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyResponse.cs index c51994f4926..846728fb78c 100644 --- a/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyResponse.cs +++ b/src/Nest/XPack/Enrich/DeletePolicy/DeleteEnrichPolicyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Enrich/EnrichPolicy.cs b/src/Nest/XPack/Enrich/EnrichPolicy.cs index 9b8504a89b2..7c3df463758 100644 --- a/src/Nest/XPack/Enrich/EnrichPolicy.cs +++ b/src/Nest/XPack/Enrich/EnrichPolicy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyRequest.cs b/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyRequest.cs index 6a51be199ed..a87540eb83d 100644 --- a/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyRequest.cs +++ b/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyResponse.cs b/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyResponse.cs index a21e37aec92..87ab1d5c7eb 100644 --- a/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyResponse.cs +++ b/src/Nest/XPack/Enrich/ExecutePolicy/ExecuteEnrichPolicyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyRequest.cs b/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyRequest.cs index 7a5d0f17af4..5528bfd1bb9 100644 --- a/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyRequest.cs +++ b/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyResponse.cs b/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyResponse.cs index b11d3104666..3f787174b15 100644 --- a/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyResponse.cs +++ b/src/Nest/XPack/Enrich/GetPolicy/GetEnrichPolicyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Enrich/NamedPolicy.cs b/src/Nest/XPack/Enrich/NamedPolicy.cs index e52ddac6006..6cfdb0e0149 100644 --- a/src/Nest/XPack/Enrich/NamedPolicy.cs +++ b/src/Nest/XPack/Enrich/NamedPolicy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyRequest.cs b/src/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyRequest.cs index 922a46a428d..9e89057ed25 100644 --- a/src/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyRequest.cs +++ b/src/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyResponse.cs b/src/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyResponse.cs index 65ebcb43c8b..304360b4ed5 100644 --- a/src/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyResponse.cs +++ b/src/Nest/XPack/Enrich/PutPolicy/PutEnrichPolicyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Enrich/Stats/EnrichStatsRequest.cs b/src/Nest/XPack/Enrich/Stats/EnrichStatsRequest.cs index f54f1e5ffb4..c4f8076cf8b 100644 --- a/src/Nest/XPack/Enrich/Stats/EnrichStatsRequest.cs +++ b/src/Nest/XPack/Enrich/Stats/EnrichStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Enrich/Stats/EnrichStatsResponse.cs b/src/Nest/XPack/Enrich/Stats/EnrichStatsResponse.cs index d3adf27b99c..f28327a86ac 100644 --- a/src/Nest/XPack/Enrich/Stats/EnrichStatsResponse.cs +++ b/src/Nest/XPack/Enrich/Stats/EnrichStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Eql/EqlSearchResponse.cs b/src/Nest/XPack/Eql/EqlSearchResponse.cs index b9a8b587aa1..b8d8df88855 100644 --- a/src/Nest/XPack/Eql/EqlSearchResponse.cs +++ b/src/Nest/XPack/Eql/EqlSearchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Eql/Events/Event.cs b/src/Nest/XPack/Eql/Events/Event.cs index 7c676cbf343..a844bcf064d 100644 --- a/src/Nest/XPack/Eql/Events/Event.cs +++ b/src/Nest/XPack/Eql/Events/Event.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Eql/Events/EventHitsMetadata.cs b/src/Nest/XPack/Eql/Events/EventHitsMetadata.cs index 52fb5da0157..f4cb1558614 100644 --- a/src/Nest/XPack/Eql/Events/EventHitsMetadata.cs +++ b/src/Nest/XPack/Eql/Events/EventHitsMetadata.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Eql/Events/Sequence.cs b/src/Nest/XPack/Eql/Events/Sequence.cs index bb716a715e7..cea8ac85522 100644 --- a/src/Nest/XPack/Eql/Events/Sequence.cs +++ b/src/Nest/XPack/Eql/Events/Sequence.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Eql/Get/EqlGetRequest.cs b/src/Nest/XPack/Eql/Get/EqlGetRequest.cs index d19ff4a1fce..0f44d8555e8 100644 --- a/src/Nest/XPack/Eql/Get/EqlGetRequest.cs +++ b/src/Nest/XPack/Eql/Get/EqlGetRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Eql/Get/EqlGetResponse.cs b/src/Nest/XPack/Eql/Get/EqlGetResponse.cs index ae5cf02db24..512073eca6d 100644 --- a/src/Nest/XPack/Eql/Get/EqlGetResponse.cs +++ b/src/Nest/XPack/Eql/Get/EqlGetResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Eql/Search/EqlResultPosition.cs b/src/Nest/XPack/Eql/Search/EqlResultPosition.cs index b3e860ebd28..d3cc21bfbc4 100644 --- a/src/Nest/XPack/Eql/Search/EqlResultPosition.cs +++ b/src/Nest/XPack/Eql/Search/EqlResultPosition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Eql/Search/EqlSearchRequest.cs b/src/Nest/XPack/Eql/Search/EqlSearchRequest.cs index 4efb8213479..d779f327764 100644 --- a/src/Nest/XPack/Eql/Search/EqlSearchRequest.cs +++ b/src/Nest/XPack/Eql/Search/EqlSearchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/Eql/Status/EqlSearchStatusRequest.cs b/src/Nest/XPack/Eql/Status/EqlSearchStatusRequest.cs index e59f685c738..e36b9f51766 100644 --- a/src/Nest/XPack/Eql/Status/EqlSearchStatusRequest.cs +++ b/src/Nest/XPack/Eql/Status/EqlSearchStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Eql/Status/EqlSearchStatusResponse.cs b/src/Nest/XPack/Eql/Status/EqlSearchStatusResponse.cs index a8070e42d2e..67905f562a0 100644 --- a/src/Nest/XPack/Eql/Status/EqlSearchStatusResponse.cs +++ b/src/Nest/XPack/Eql/Status/EqlSearchStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/GraphExploreRequest.cs b/src/Nest/XPack/Graph/Explore/GraphExploreRequest.cs index 2208ab488ab..4918e533712 100644 --- a/src/Nest/XPack/Graph/Explore/GraphExploreRequest.cs +++ b/src/Nest/XPack/Graph/Explore/GraphExploreRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/GraphExploreResponse.cs b/src/Nest/XPack/Graph/Explore/GraphExploreResponse.cs index 8895bf91d3c..85b919c0986 100644 --- a/src/Nest/XPack/Graph/Explore/GraphExploreResponse.cs +++ b/src/Nest/XPack/Graph/Explore/GraphExploreResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/XPack/Graph/Explore/Request/GraphExploreControls.cs b/src/Nest/XPack/Graph/Explore/Request/GraphExploreControls.cs index bb6992414d5..062ced133dc 100644 --- a/src/Nest/XPack/Graph/Explore/Request/GraphExploreControls.cs +++ b/src/Nest/XPack/Graph/Explore/Request/GraphExploreControls.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/Graph/Explore/Request/GraphVertexDefinition.cs b/src/Nest/XPack/Graph/Explore/Request/GraphVertexDefinition.cs index 4e649ac425e..78b5451fcdf 100644 --- a/src/Nest/XPack/Graph/Explore/Request/GraphVertexDefinition.cs +++ b/src/Nest/XPack/Graph/Explore/Request/GraphVertexDefinition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/Request/GraphVertexInclude.cs b/src/Nest/XPack/Graph/Explore/Request/GraphVertexInclude.cs index bcc8e58dfca..06734c84944 100644 --- a/src/Nest/XPack/Graph/Explore/Request/GraphVertexInclude.cs +++ b/src/Nest/XPack/Graph/Explore/Request/GraphVertexInclude.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/Request/Hop.cs b/src/Nest/XPack/Graph/Explore/Request/Hop.cs index 5234ccb9264..4962df0a107 100644 --- a/src/Nest/XPack/Graph/Explore/Request/Hop.cs +++ b/src/Nest/XPack/Graph/Explore/Request/Hop.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/Request/SampleDiversity.cs b/src/Nest/XPack/Graph/Explore/Request/SampleDiversity.cs index 9249f56595f..2de303e6be2 100644 --- a/src/Nest/XPack/Graph/Explore/Request/SampleDiversity.cs +++ b/src/Nest/XPack/Graph/Explore/Request/SampleDiversity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/Response/GraphConnection.cs b/src/Nest/XPack/Graph/Explore/Response/GraphConnection.cs index 4c952bdcf6f..38d89a4d747 100644 --- a/src/Nest/XPack/Graph/Explore/Response/GraphConnection.cs +++ b/src/Nest/XPack/Graph/Explore/Response/GraphConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Graph/Explore/Response/GraphVertex.cs b/src/Nest/XPack/Graph/Explore/Response/GraphVertex.cs index 28378a01d11..2cf06c28604 100644 --- a/src/Nest/XPack/Graph/Explore/Response/GraphVertex.cs +++ b/src/Nest/XPack/Graph/Explore/Response/GraphVertex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Actions/AllocateAction.cs b/src/Nest/XPack/Ilm/Actions/AllocateAction.cs index dfe295412ce..49d12e41aef 100644 --- a/src/Nest/XPack/Ilm/Actions/AllocateAction.cs +++ b/src/Nest/XPack/Ilm/Actions/AllocateAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Actions/DeleteAction.cs b/src/Nest/XPack/Ilm/Actions/DeleteAction.cs index 50a72f95187..8a353aef3e3 100644 --- a/src/Nest/XPack/Ilm/Actions/DeleteAction.cs +++ b/src/Nest/XPack/Ilm/Actions/DeleteAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs b/src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs index 1b6e6be6dbe..3576da3a2db 100644 --- a/src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs +++ b/src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Actions/FreezeAction.cs b/src/Nest/XPack/Ilm/Actions/FreezeAction.cs index f6feaa06c76..54b7e630cab 100644 --- a/src/Nest/XPack/Ilm/Actions/FreezeAction.cs +++ b/src/Nest/XPack/Ilm/Actions/FreezeAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Actions/ILifecycleAction.cs b/src/Nest/XPack/Ilm/Actions/ILifecycleAction.cs index 921d9bd71c4..138b0a631e1 100644 --- a/src/Nest/XPack/Ilm/Actions/ILifecycleAction.cs +++ b/src/Nest/XPack/Ilm/Actions/ILifecycleAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Actions/ReadOnlyAction.cs b/src/Nest/XPack/Ilm/Actions/ReadOnlyAction.cs index 626ccf430fe..80b7afc33ec 100644 --- a/src/Nest/XPack/Ilm/Actions/ReadOnlyAction.cs +++ b/src/Nest/XPack/Ilm/Actions/ReadOnlyAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Actions/RolloverAction.cs b/src/Nest/XPack/Ilm/Actions/RolloverAction.cs index 729dc4f47ee..ed70c0504b1 100644 --- a/src/Nest/XPack/Ilm/Actions/RolloverAction.cs +++ b/src/Nest/XPack/Ilm/Actions/RolloverAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Actions/SetPriorityAction.cs b/src/Nest/XPack/Ilm/Actions/SetPriorityAction.cs index 7b81ecd446d..b7c6ec8c1be 100644 --- a/src/Nest/XPack/Ilm/Actions/SetPriorityAction.cs +++ b/src/Nest/XPack/Ilm/Actions/SetPriorityAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Actions/ShrinkAction.cs b/src/Nest/XPack/Ilm/Actions/ShrinkAction.cs index 6f10bdfc368..9b5e812b1a6 100644 --- a/src/Nest/XPack/Ilm/Actions/ShrinkAction.cs +++ b/src/Nest/XPack/Ilm/Actions/ShrinkAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Actions/UnfollowAction.cs b/src/Nest/XPack/Ilm/Actions/UnfollowAction.cs index 7808d96b0e3..d016a8ebc43 100644 --- a/src/Nest/XPack/Ilm/Actions/UnfollowAction.cs +++ b/src/Nest/XPack/Ilm/Actions/UnfollowAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Actions/WaitForSnapshotLifecycleAction.cs b/src/Nest/XPack/Ilm/Actions/WaitForSnapshotLifecycleAction.cs index b3ee56b87a6..b0a514a8ea7 100644 --- a/src/Nest/XPack/Ilm/Actions/WaitForSnapshotLifecycleAction.cs +++ b/src/Nest/XPack/Ilm/Actions/WaitForSnapshotLifecycleAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleRequest.cs b/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleRequest.cs index a069c314cc2..a836259cd95 100644 --- a/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleRequest.cs +++ b/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleResponse.cs b/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleResponse.cs index 54235a9606d..1195c6e84eb 100644 --- a/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleResponse.cs +++ b/src/Nest/XPack/Ilm/DeleteLifecycle/DeleteLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleRequest.cs b/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleRequest.cs index 8adb71f1bf4..0bbc3f888be 100644 --- a/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleRequest.cs +++ b/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleResponse.cs b/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleResponse.cs index 082537e04de..0ca590dba0b 100644 --- a/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleResponse.cs +++ b/src/Nest/XPack/Ilm/ExplainLifecycle/ExplainLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/GetLifecycle/GetLifecycleRequest.cs b/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleRequest.cs index dcea4cebb7c..5479816a3ea 100644 --- a/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleRequest.cs +++ b/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleResponse.cs b/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleResponse.cs index cc4f3051678..cc95ed43e26 100644 --- a/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleResponse.cs +++ b/src/Nest/XPack/Ilm/GetLifecycle/GetLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/GetStatus/GetIlmStatusRequest.cs b/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusRequest.cs index 9b646a213a9..f411971f740 100644 --- a/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusRequest.cs +++ b/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusResponse.cs b/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusResponse.cs index c444979b644..32d71a72f5c 100644 --- a/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusResponse.cs +++ b/src/Nest/XPack/Ilm/GetStatus/GetIlmStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/GetStatus/LifecycleOperationMode.cs b/src/Nest/XPack/Ilm/GetStatus/LifecycleOperationMode.cs index 103776ab589..9def240a3c2 100644 --- a/src/Nest/XPack/Ilm/GetStatus/LifecycleOperationMode.cs +++ b/src/Nest/XPack/Ilm/GetStatus/LifecycleOperationMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Ilm/LifecycleActions.cs b/src/Nest/XPack/Ilm/LifecycleActions.cs index c2d8870fdb5..6f3c13dddf9 100644 --- a/src/Nest/XPack/Ilm/LifecycleActions.cs +++ b/src/Nest/XPack/Ilm/LifecycleActions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/MoveToStep/MoveToStepRequest.cs b/src/Nest/XPack/Ilm/MoveToStep/MoveToStepRequest.cs index 7a7b1fcca3b..30d9c8c0a82 100644 --- a/src/Nest/XPack/Ilm/MoveToStep/MoveToStepRequest.cs +++ b/src/Nest/XPack/Ilm/MoveToStep/MoveToStepRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/MoveToStep/MoveToStepResponse.cs b/src/Nest/XPack/Ilm/MoveToStep/MoveToStepResponse.cs index 2641b076b5d..60134e0daba 100644 --- a/src/Nest/XPack/Ilm/MoveToStep/MoveToStepResponse.cs +++ b/src/Nest/XPack/Ilm/MoveToStep/MoveToStepResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Phase.cs b/src/Nest/XPack/Ilm/Phase.cs index 80140afbf45..e2a5e3c0613 100644 --- a/src/Nest/XPack/Ilm/Phase.cs +++ b/src/Nest/XPack/Ilm/Phase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Phases.cs b/src/Nest/XPack/Ilm/Phases.cs index 2a456fc0aec..62aa9412aef 100644 --- a/src/Nest/XPack/Ilm/Phases.cs +++ b/src/Nest/XPack/Ilm/Phases.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/Policy.cs b/src/Nest/XPack/Ilm/Policy.cs index 57dc40014fb..f0d4840820e 100644 --- a/src/Nest/XPack/Ilm/Policy.cs +++ b/src/Nest/XPack/Ilm/Policy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/PutLifecycle/PutLifecycleRequest.cs b/src/Nest/XPack/Ilm/PutLifecycle/PutLifecycleRequest.cs index 376b4460f52..cf1929c65d8 100644 --- a/src/Nest/XPack/Ilm/PutLifecycle/PutLifecycleRequest.cs +++ b/src/Nest/XPack/Ilm/PutLifecycle/PutLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ilm/PutLifecycle/PutLifecycleResponse.cs b/src/Nest/XPack/Ilm/PutLifecycle/PutLifecycleResponse.cs index b3fa2bf27b0..134c324dcf1 100644 --- a/src/Nest/XPack/Ilm/PutLifecycle/PutLifecycleResponse.cs +++ b/src/Nest/XPack/Ilm/PutLifecycle/PutLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyRequest.cs b/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyRequest.cs index 973d0ebf406..4241cc6cdd1 100644 --- a/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyRequest.cs +++ b/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyResponse.cs b/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyResponse.cs index 35bfa24d5fd..0af1a7efe9f 100644 --- a/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyResponse.cs +++ b/src/Nest/XPack/Ilm/RemovePolicy/RemovePolicyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Ilm/Retry/RetryIlmRequest.cs b/src/Nest/XPack/Ilm/Retry/RetryIlmRequest.cs index 4ea182fe2ac..00faa553811 100644 --- a/src/Nest/XPack/Ilm/Retry/RetryIlmRequest.cs +++ b/src/Nest/XPack/Ilm/Retry/RetryIlmRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Retry/RetryIlmResponse.cs b/src/Nest/XPack/Ilm/Retry/RetryIlmResponse.cs index d5171b6b8b8..ad9b767c72a 100644 --- a/src/Nest/XPack/Ilm/Retry/RetryIlmResponse.cs +++ b/src/Nest/XPack/Ilm/Retry/RetryIlmResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Start/StartIlmRequest.cs b/src/Nest/XPack/Ilm/Start/StartIlmRequest.cs index 4c07752c5e9..a5651b73f10 100644 --- a/src/Nest/XPack/Ilm/Start/StartIlmRequest.cs +++ b/src/Nest/XPack/Ilm/Start/StartIlmRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Start/StartIlmResponse.cs b/src/Nest/XPack/Ilm/Start/StartIlmResponse.cs index 0b67ac68b06..dc83bc6394e 100644 --- a/src/Nest/XPack/Ilm/Start/StartIlmResponse.cs +++ b/src/Nest/XPack/Ilm/Start/StartIlmResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Stop/StopIlmRequest.cs b/src/Nest/XPack/Ilm/Stop/StopIlmRequest.cs index c7ffaca1ad1..bfff5dabb1d 100644 --- a/src/Nest/XPack/Ilm/Stop/StopIlmRequest.cs +++ b/src/Nest/XPack/Ilm/Stop/StopIlmRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Ilm/Stop/StopIlmResponse.cs b/src/Nest/XPack/Ilm/Stop/StopIlmResponse.cs index dcb21352341..1484c347f6c 100644 --- a/src/Nest/XPack/Ilm/Stop/StopIlmResponse.cs +++ b/src/Nest/XPack/Ilm/Stop/StopIlmResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Info/XPackInfo/XPackInfoRequest.cs b/src/Nest/XPack/Info/XPackInfo/XPackInfoRequest.cs index 7b51d19a2a4..9f1520480a8 100644 --- a/src/Nest/XPack/Info/XPackInfo/XPackInfoRequest.cs +++ b/src/Nest/XPack/Info/XPackInfo/XPackInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs b/src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs index 9cbe457ea22..ca08a54d839 100644 --- a/src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs +++ b/src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Info/XPackUsage/XPackUsageRequest.cs b/src/Nest/XPack/Info/XPackUsage/XPackUsageRequest.cs index 4a3b1df00df..c27a2a5870b 100644 --- a/src/Nest/XPack/Info/XPackUsage/XPackUsageRequest.cs +++ b/src/Nest/XPack/Info/XPackUsage/XPackUsageRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Info/XPackUsage/XPackUsageResponse.cs b/src/Nest/XPack/Info/XPackUsage/XPackUsageResponse.cs index 3d74681e601..cabc4d1fa23 100644 --- a/src/Nest/XPack/Info/XPackUsage/XPackUsageResponse.cs +++ b/src/Nest/XPack/Info/XPackUsage/XPackUsageResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/DeleteLicense/DeleteLicenseRequest.cs b/src/Nest/XPack/License/DeleteLicense/DeleteLicenseRequest.cs index fb0f686d14b..5b4d16d95dc 100644 --- a/src/Nest/XPack/License/DeleteLicense/DeleteLicenseRequest.cs +++ b/src/Nest/XPack/License/DeleteLicense/DeleteLicenseRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/DeleteLicense/DeleteLicenseResponse.cs b/src/Nest/XPack/License/DeleteLicense/DeleteLicenseResponse.cs index 1dbe0254c96..f8f9d389004 100644 --- a/src/Nest/XPack/License/DeleteLicense/DeleteLicenseResponse.cs +++ b/src/Nest/XPack/License/DeleteLicense/DeleteLicenseResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusRequest.cs b/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusRequest.cs index 2ec94b3d31e..5df9eb0c276 100644 --- a/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusRequest.cs +++ b/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusResponse.cs b/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusResponse.cs index f9549450b01..585fca5d254 100644 --- a/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusResponse.cs +++ b/src/Nest/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/GetLicense/GetLicenseRequest.cs b/src/Nest/XPack/License/GetLicense/GetLicenseRequest.cs index 8d8ac2d4b16..7f6186ae822 100644 --- a/src/Nest/XPack/License/GetLicense/GetLicenseRequest.cs +++ b/src/Nest/XPack/License/GetLicense/GetLicenseRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/GetLicense/GetLicenseResponse.cs b/src/Nest/XPack/License/GetLicense/GetLicenseResponse.cs index e770ad81bcf..086bfdc9c7b 100644 --- a/src/Nest/XPack/License/GetLicense/GetLicenseResponse.cs +++ b/src/Nest/XPack/License/GetLicense/GetLicenseResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/GetLicense/LicenseStatus.cs b/src/Nest/XPack/License/GetLicense/LicenseStatus.cs index 355e83c365a..4b76162b0aa 100644 --- a/src/Nest/XPack/License/GetLicense/LicenseStatus.cs +++ b/src/Nest/XPack/License/GetLicense/LicenseStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/License/GetLicense/LicenseType.cs b/src/Nest/XPack/License/GetLicense/LicenseType.cs index 9131efb8dd9..b83c1e5c5cc 100644 --- a/src/Nest/XPack/License/GetLicense/LicenseType.cs +++ b/src/Nest/XPack/License/GetLicense/LicenseType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusRequest.cs b/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusRequest.cs index aed19b8ee8c..688edec3a12 100644 --- a/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusRequest.cs +++ b/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusResponse.cs b/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusResponse.cs index b9cef7953ec..e667b86afcb 100644 --- a/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusResponse.cs +++ b/src/Nest/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/PostLicense/LicenseAcknowledgement.cs b/src/Nest/XPack/License/PostLicense/LicenseAcknowledgement.cs index 58122f4e8ac..0bdb7501b17 100644 --- a/src/Nest/XPack/License/PostLicense/LicenseAcknowledgement.cs +++ b/src/Nest/XPack/License/PostLicense/LicenseAcknowledgement.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/PostLicense/PostLicenseRequest.cs b/src/Nest/XPack/License/PostLicense/PostLicenseRequest.cs index f8f055fccaf..8371f387cc5 100644 --- a/src/Nest/XPack/License/PostLicense/PostLicenseRequest.cs +++ b/src/Nest/XPack/License/PostLicense/PostLicenseRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/PostLicense/PostLicenseResponse.cs b/src/Nest/XPack/License/PostLicense/PostLicenseResponse.cs index 92529fde83c..20956ee7968 100644 --- a/src/Nest/XPack/License/PostLicense/PostLicenseResponse.cs +++ b/src/Nest/XPack/License/PostLicense/PostLicenseResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/License/StartBasicLicense/StartBasicLicenseRequest.cs b/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseRequest.cs index 54302788c2a..f3440c433a6 100644 --- a/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseRequest.cs +++ b/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseResponse.cs b/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseResponse.cs index ad3a2bb5e6a..7a2b8f9e2ec 100644 --- a/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseResponse.cs +++ b/src/Nest/XPack/License/StartBasicLicense/StartBasicLicenseResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Collections.ObjectModel; diff --git a/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseRequest.cs b/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseRequest.cs index cc2e6c6bb15..19c4ff6f560 100644 --- a/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseRequest.cs +++ b/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseResponse.cs b/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseResponse.cs index aa933e92711..227a9f1eb13 100644 --- a/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseResponse.cs +++ b/src/Nest/XPack/License/StartTrialLicense/StartTrialLicenseResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/CloseJob/CloseJobRequest.cs b/src/Nest/XPack/MachineLearning/CloseJob/CloseJobRequest.cs index e218e45c31b..3607cd70540 100644 --- a/src/Nest/XPack/MachineLearning/CloseJob/CloseJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/CloseJob/CloseJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/CloseJob/CloseJobResponse.cs b/src/Nest/XPack/MachineLearning/CloseJob/CloseJobResponse.cs index 97c82709e83..650a1b4a682 100644 --- a/src/Nest/XPack/MachineLearning/CloseJob/CloseJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/CloseJob/CloseJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Datafeed/ChunkingConfig.cs b/src/Nest/XPack/MachineLearning/Datafeed/ChunkingConfig.cs index 86bc7455946..8405970ca3f 100644 --- a/src/Nest/XPack/MachineLearning/Datafeed/ChunkingConfig.cs +++ b/src/Nest/XPack/MachineLearning/Datafeed/ChunkingConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/MachineLearning/Datafeed/DatafeedConfig.cs b/src/Nest/XPack/MachineLearning/Datafeed/DatafeedConfig.cs index 9b468ba108a..19635420d56 100644 --- a/src/Nest/XPack/MachineLearning/Datafeed/DatafeedConfig.cs +++ b/src/Nest/XPack/MachineLearning/Datafeed/DatafeedConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/MachineLearning/Datafeed/DatafeedState.cs b/src/Nest/XPack/MachineLearning/Datafeed/DatafeedState.cs index 96e278dae65..919992e2461 100644 --- a/src/Nest/XPack/MachineLearning/Datafeed/DatafeedState.cs +++ b/src/Nest/XPack/MachineLearning/Datafeed/DatafeedState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/MachineLearning/Datafeed/DatafeedStats.cs b/src/Nest/XPack/MachineLearning/Datafeed/DatafeedStats.cs index f9a395385e9..8d53301cf50 100644 --- a/src/Nest/XPack/MachineLearning/Datafeed/DatafeedStats.cs +++ b/src/Nest/XPack/MachineLearning/Datafeed/DatafeedStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Datafeed/DiscoveryNode.cs b/src/Nest/XPack/MachineLearning/Datafeed/DiscoveryNode.cs index d4fb6f364ec..47f7f43820d 100644 --- a/src/Nest/XPack/MachineLearning/Datafeed/DiscoveryNode.cs +++ b/src/Nest/XPack/MachineLearning/Datafeed/DiscoveryNode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarRequest.cs b/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarRequest.cs index 72bd88d8708..7bd64621c31 100644 --- a/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarResponse.cs b/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarResponse.cs index e518765facf..41923e428d4 100644 --- a/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteCalendar/DeleteCalendarResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventRequest.cs b/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventRequest.cs index 8ef2b0f7f95..f6dafd32a2b 100644 --- a/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventResponse.cs b/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventResponse.cs index 74fcd7b1cf2..9eaa6f181d5 100644 --- a/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobRequest.cs b/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobRequest.cs index 80fde28649a..0057ac2d8a5 100644 --- a/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobResponse.cs b/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobResponse.cs index acb8212d084..71b31d153ff 100644 --- a/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedRequest.cs b/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedRequest.cs index 328fc6287d0..1b193b23007 100644 --- a/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedResponse.cs b/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedResponse.cs index de34b975132..0c3f3786722 100644 --- a/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataRequest.cs b/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataRequest.cs index c70cadc7018..56131443074 100644 --- a/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataResponse.cs b/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataResponse.cs index 66203f6f54d..0d05b7082ce 100644 --- a/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterRequest.cs b/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterRequest.cs index cb447668969..bed2695db41 100644 --- a/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterResponse.cs b/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterResponse.cs index 8c3ac9b25cc..fbee5d2ad4d 100644 --- a/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteFilter/DeleteFilterResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastRequest.cs b/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastRequest.cs index 63b509fe200..360dc490123 100644 --- a/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastResponse.cs b/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastResponse.cs index 41b34754c83..84ac42e6149 100644 --- a/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteForecast/DeleteForecastResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobRequest.cs b/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobRequest.cs index c15a6032372..a75a743655d 100644 --- a/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobResponse.cs b/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobResponse.cs index 9c2e0ad3191..4cce2b48631 100644 --- a/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteJob/DeleteJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotRequest.cs b/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotRequest.cs index 8c179cb84df..213f4ab27f7 100644 --- a/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotRequest.cs +++ b/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotResponse.cs b/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotResponse.cs index ed3855df39c..6b5e9d10223 100644 --- a/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotResponse.cs +++ b/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryRequest.cs b/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryRequest.cs index 7cc04e2c159..95a7241730d 100644 --- a/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryRequest.cs +++ b/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryResponse.cs b/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryResponse.cs index c8fb1e6b892..9feea1dc72c 100644 --- a/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryResponse.cs +++ b/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/FlushJob/FlushJobRequest.cs b/src/Nest/XPack/MachineLearning/FlushJob/FlushJobRequest.cs index 009a77dc57d..e3483a5812a 100644 --- a/src/Nest/XPack/MachineLearning/FlushJob/FlushJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/FlushJob/FlushJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/FlushJob/FlushJobResponse.cs b/src/Nest/XPack/MachineLearning/FlushJob/FlushJobResponse.cs index ca50dad38eb..f3f51553e75 100644 --- a/src/Nest/XPack/MachineLearning/FlushJob/FlushJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/FlushJob/FlushJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/ForecastJob/ForecastJobRequest.cs b/src/Nest/XPack/MachineLearning/ForecastJob/ForecastJobRequest.cs index ca77a9b6ca5..27d9405f05e 100644 --- a/src/Nest/XPack/MachineLearning/ForecastJob/ForecastJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/ForecastJob/ForecastJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/ForecastJob/ForecastJobResponse.cs b/src/Nest/XPack/MachineLearning/ForecastJob/ForecastJobResponse.cs index b20c50a3ef5..1f988feded7 100644 --- a/src/Nest/XPack/MachineLearning/ForecastJob/ForecastJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/ForecastJob/ForecastJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsRequest.cs b/src/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsRequest.cs index b673a81e812..9d7b08d404c 100644 --- a/src/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsResponse.cs b/src/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsResponse.cs index 5987eccfdd3..663e01498b6 100644 --- a/src/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsRequest.cs b/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsRequest.cs index 9491dd58eda..27d7e8b0652 100644 --- a/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetBuckets/GetBucketsResponse.cs b/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsResponse.cs index 3b833d281ed..fe6995d4d91 100644 --- a/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetBuckets/GetBucketsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsRequest.cs b/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsRequest.cs index f42168473c5..3af07bb316d 100644 --- a/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsResponse.cs b/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsResponse.cs index def388b4d78..7cc3cd5e648 100644 --- a/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsRequest.cs b/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsRequest.cs index 67d7a20743d..92f8a2c93ff 100644 --- a/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsResponse.cs b/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsResponse.cs index 73090202a75..990c7c9d2aa 100644 --- a/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetCalendars/GetCalendarsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesRequest.cs b/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesRequest.cs index a9503a78947..7b5e2adfb5c 100644 --- a/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetCategories/GetCategoriesResponse.cs b/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesResponse.cs index 3b32f48d609..8ebaca79209 100644 --- a/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetCategories/GetCategoriesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsRequest.cs b/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsRequest.cs index f61d57f21ca..7e0e64318b3 100644 --- a/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsResponse.cs b/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsResponse.cs index f0e77b4e87d..35fcafdf2f9 100644 --- a/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsRequest.cs b/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsRequest.cs index 24a4214f94b..990e3cd325c 100644 --- a/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsResponse.cs b/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsResponse.cs index e4067b4955f..58305a8c7f1 100644 --- a/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetDatafeeds/GetDatafeedsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersRequest.cs b/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersRequest.cs index f97dfa4ca2c..daa381a5e69 100644 --- a/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersResponse.cs b/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersResponse.cs index 9a0c6fb0945..f31a8f59592 100644 --- a/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetFilters/GetFiltersResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersRequest.cs b/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersRequest.cs index 7e8aa969d43..3673982f9a3 100644 --- a/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersResponse.cs b/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersResponse.cs index 5f95d04d3b7..2132009c0b6 100644 --- a/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetInfluencers/GetInfluencersResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsRequest.cs b/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsRequest.cs index f417f310a51..1b828045fc3 100644 --- a/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsResponse.cs b/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsResponse.cs index 69f772bc4a7..3645e43d4ce 100644 --- a/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetJobStats/GetJobStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetJobs/GetJobsRequest.cs b/src/Nest/XPack/MachineLearning/GetJobs/GetJobsRequest.cs index 894fac4b5ad..b055281521e 100644 --- a/src/Nest/XPack/MachineLearning/GetJobs/GetJobsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetJobs/GetJobsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/GetJobs/GetJobsResponse.cs b/src/Nest/XPack/MachineLearning/GetJobs/GetJobsResponse.cs index 62b8d15a963..100498e6b51 100644 --- a/src/Nest/XPack/MachineLearning/GetJobs/GetJobsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetJobs/GetJobsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsRequest.cs b/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsRequest.cs index 0b953578efe..336e2980cb2 100644 --- a/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsResponse.cs b/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsResponse.cs index 0ee1a3470ac..6376bda8996 100644 --- a/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsRequest.cs b/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsRequest.cs index 62894985fde..0d4d6366a7b 100644 --- a/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsRequest.cs +++ b/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsResponse.cs b/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsResponse.cs index 317438b8341..305ebcaa336 100644 --- a/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsResponse.cs +++ b/src/Nest/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/Job/Config/AnalysisConfig.cs b/src/Nest/XPack/MachineLearning/Job/Config/AnalysisConfig.cs index 6e8db9cfc08..2153f97397d 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/AnalysisConfig.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/AnalysisConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Config/AnalysisLimits.cs b/src/Nest/XPack/MachineLearning/Job/Config/AnalysisLimits.cs index 06582eba745..68a97e8ea89 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/AnalysisLimits.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/AnalysisLimits.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Config/DataDescription.cs b/src/Nest/XPack/MachineLearning/Job/Config/DataDescription.cs index d099ada25e8..cf42ad94ec5 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/DataDescription.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/DataDescription.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Config/Job.cs b/src/Nest/XPack/MachineLearning/Job/Config/Job.cs index d7dd72dfd05..c12e6d53299 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/Job.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/Job.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Config/JobState.cs b/src/Nest/XPack/MachineLearning/Job/Config/JobState.cs index 64dfb41126e..368bd0a7dab 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/JobState.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/JobState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/MachineLearning/Job/Config/JobStats.cs b/src/Nest/XPack/MachineLearning/Job/Config/JobStats.cs index 927bf096df9..6421330f9fe 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/JobStats.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/JobStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/Job/Config/MemoryStatus.cs b/src/Nest/XPack/MachineLearning/Job/Config/MemoryStatus.cs index ca18e25b30e..109876c6876 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/MemoryStatus.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/MemoryStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/MachineLearning/Job/Config/ModelPlotConfig.cs b/src/Nest/XPack/MachineLearning/Job/Config/ModelPlotConfig.cs index 14f4c97d52e..f3c3855e568 100644 --- a/src/Nest/XPack/MachineLearning/Job/Config/ModelPlotConfig.cs +++ b/src/Nest/XPack/MachineLearning/Job/Config/ModelPlotConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Detectors/CountDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/CountDetector.cs index 5d9ae310f63..d335ff115f6 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/CountDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/CountDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Detectors/DetectionRule.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/DetectionRule.cs index c90a50baf7c..931b7630fb4 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/DetectionRule.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/DetectionRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Detectors/Detector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/Detector.cs index b2954ccd720..9f28d4e9fd6 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/Detector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/Detector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Detectors/GeographicDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/GeographicDetector.cs index 457f4a72c09..a188b7d5e67 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/GeographicDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/GeographicDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Detectors/InfoContentDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/InfoContentDetector.cs index 6a0a6ed209f..11af821f993 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/InfoContentDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/InfoContentDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Detectors/MetricDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/MetricDetector.cs index b70a3a198b0..4b3238477ef 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/MetricDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/MetricDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Detectors/RareDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/RareDetector.cs index be0fd925819..fc1b0ce3a5b 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/RareDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/RareDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Detectors/SumDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/SumDetector.cs index 132051a3910..f30726eee12 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/SumDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/SumDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Detectors/TimeDetector.cs b/src/Nest/XPack/MachineLearning/Job/Detectors/TimeDetector.cs index 08ad6728348..90f4f8f5378 100644 --- a/src/Nest/XPack/MachineLearning/Job/Detectors/TimeDetector.cs +++ b/src/Nest/XPack/MachineLearning/Job/Detectors/TimeDetector.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/MachineLearning/Job/Page.cs b/src/Nest/XPack/MachineLearning/Job/Page.cs index 5d4b21b12bb..d13485740cf 100644 --- a/src/Nest/XPack/MachineLearning/Job/Page.cs +++ b/src/Nest/XPack/MachineLearning/Job/Page.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Process/DataCounts.cs b/src/Nest/XPack/MachineLearning/Job/Process/DataCounts.cs index f5237206f62..f53bc9a0f70 100644 --- a/src/Nest/XPack/MachineLearning/Job/Process/DataCounts.cs +++ b/src/Nest/XPack/MachineLearning/Job/Process/DataCounts.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Process/ModelSizeStats.cs b/src/Nest/XPack/MachineLearning/Job/Process/ModelSizeStats.cs index 30c688a71fc..c2fc8372cbe 100644 --- a/src/Nest/XPack/MachineLearning/Job/Process/ModelSizeStats.cs +++ b/src/Nest/XPack/MachineLearning/Job/Process/ModelSizeStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Process/ModelSnapshot.cs b/src/Nest/XPack/MachineLearning/Job/Process/ModelSnapshot.cs index 0b9d04fb667..4fbecab9981 100644 --- a/src/Nest/XPack/MachineLearning/Job/Process/ModelSnapshot.cs +++ b/src/Nest/XPack/MachineLearning/Job/Process/ModelSnapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Results/AnomalyCause.cs b/src/Nest/XPack/MachineLearning/Job/Results/AnomalyCause.cs index ba7e32cb6d1..2cd37221c7d 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/AnomalyCause.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/AnomalyCause.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs b/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs index 65dad28e812..ae313903b05 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Results/Bucket.cs b/src/Nest/XPack/MachineLearning/Job/Results/Bucket.cs index 9229af333af..cb2861a527b 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/Bucket.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/Bucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Results/BucketInfluencer.cs b/src/Nest/XPack/MachineLearning/Job/Results/BucketInfluencer.cs index b18f37472ea..de053c72174 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/BucketInfluencer.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/BucketInfluencer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Results/CategoryDefinition.cs b/src/Nest/XPack/MachineLearning/Job/Results/CategoryDefinition.cs index e2e87ee5787..55f91fe3cb5 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/CategoryDefinition.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/CategoryDefinition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/Job/Results/Influence.cs b/src/Nest/XPack/MachineLearning/Job/Results/Influence.cs index 9106b9c0659..f5a21eb5986 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/Influence.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/Influence.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/Job/Results/OverallBucket.cs b/src/Nest/XPack/MachineLearning/Job/Results/OverallBucket.cs index 79542b2b0a4..de4e5a1a704 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/OverallBucket.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/OverallBucket.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/Job/Results/PartitionScore.cs b/src/Nest/XPack/MachineLearning/Job/Results/PartitionScore.cs index 184e0b5f788..277af7ab507 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/PartitionScore.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/PartitionScore.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoRequest.cs b/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoRequest.cs index 44ac07fec78..077e24abdbf 100644 --- a/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoRequest.cs +++ b/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoResponse.cs b/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoResponse.cs index f729774897c..179c4da9424 100644 --- a/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoResponse.cs +++ b/src/Nest/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/OpenJob/OpenJobRequest.cs b/src/Nest/XPack/MachineLearning/OpenJob/OpenJobRequest.cs index b8402d6c243..bf4cb91caf5 100644 --- a/src/Nest/XPack/MachineLearning/OpenJob/OpenJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/OpenJob/OpenJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/OpenJob/OpenJobResponse.cs b/src/Nest/XPack/MachineLearning/OpenJob/OpenJobResponse.cs index d33002dcf60..8ad67c0f634 100644 --- a/src/Nest/XPack/MachineLearning/OpenJob/OpenJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/OpenJob/OpenJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsRequest.cs b/src/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsRequest.cs index b20c5af4221..25b71419c1e 100644 --- a/src/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsRequest.cs +++ b/src/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsResponse.cs b/src/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsResponse.cs index e725a2f01be..8059c07f7ec 100644 --- a/src/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsResponse.cs +++ b/src/Nest/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataRequest.cs b/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataRequest.cs index 63261a43b67..6ff754c1cb2 100644 --- a/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataRequest.cs +++ b/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PostJobData/PostJobDataResponse.cs b/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataResponse.cs index 1fd8a9a46d0..f2aba498a2b 100644 --- a/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataResponse.cs +++ b/src/Nest/XPack/MachineLearning/PostJobData/PostJobDataResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedRequest.cs b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedRequest.cs index 817c2300ec3..44c07896031 100644 --- a/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedRequest.cs +++ b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponse.cs b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponse.cs index 73da715fd33..7e96c329abc 100644 --- a/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponse.cs +++ b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs index bd932e2c124..0f690daf21b 100644 --- a/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs +++ b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.IO; diff --git a/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarRequest.cs b/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarRequest.cs index e240cf0554d..9b2c446cbae 100644 --- a/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarRequest.cs +++ b/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PutCalendar/PutCalendarResponse.cs b/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarResponse.cs index 2cd93d05c84..d7847eae845 100644 --- a/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarResponse.cs +++ b/src/Nest/XPack/MachineLearning/PutCalendar/PutCalendarResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobRequest.cs b/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobRequest.cs index e194f76c0a0..6e58eb8d977 100644 --- a/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobResponse.cs b/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobResponse.cs index 00f084d99d2..3416c635fa7 100644 --- a/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/PutCalendarJob/PutCalendarJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedRequest.cs b/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedRequest.cs index 3045344663e..aed679e0339 100644 --- a/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedRequest.cs +++ b/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedResponse.cs b/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedResponse.cs index d2e3f2ecf4e..6cbfe9a72f9 100644 --- a/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedResponse.cs +++ b/src/Nest/XPack/MachineLearning/PutDatafeed/PutDatafeedResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/MachineLearning/PutFilter/PutFilterRequest.cs b/src/Nest/XPack/MachineLearning/PutFilter/PutFilterRequest.cs index 7232150813e..765d43ae972 100644 --- a/src/Nest/XPack/MachineLearning/PutFilter/PutFilterRequest.cs +++ b/src/Nest/XPack/MachineLearning/PutFilter/PutFilterRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/PutFilter/PutFilterResponse.cs b/src/Nest/XPack/MachineLearning/PutFilter/PutFilterResponse.cs index 16714f59998..a775369c037 100644 --- a/src/Nest/XPack/MachineLearning/PutFilter/PutFilterResponse.cs +++ b/src/Nest/XPack/MachineLearning/PutFilter/PutFilterResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/PutJob/PutJobRequest.cs b/src/Nest/XPack/MachineLearning/PutJob/PutJobRequest.cs index ad679e6afa0..749ade0b85f 100644 --- a/src/Nest/XPack/MachineLearning/PutJob/PutJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/PutJob/PutJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/PutJob/PutJobResponse.cs b/src/Nest/XPack/MachineLearning/PutJob/PutJobResponse.cs index f6bde49144b..65a1c2fb40c 100644 --- a/src/Nest/XPack/MachineLearning/PutJob/PutJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/PutJob/PutJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotRequest.cs b/src/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotRequest.cs index dd64da69197..59e4145363e 100644 --- a/src/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotRequest.cs +++ b/src/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotResponse.cs b/src/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotResponse.cs index af7f749fbb4..f99d77d729d 100644 --- a/src/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotResponse.cs +++ b/src/Nest/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeRequest.cs b/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeRequest.cs index 831617b23db..9974ed07092 100644 --- a/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeRequest.cs +++ b/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeResponse.cs b/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeResponse.cs index 35eb315e72b..3c1e8b27de3 100644 --- a/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeResponse.cs +++ b/src/Nest/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedRequest.cs b/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedRequest.cs index b2db79a713c..42c36e89ef8 100644 --- a/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedRequest.cs +++ b/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedResponse.cs b/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedResponse.cs index fe58a67dcda..727d24bb3d6 100644 --- a/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedResponse.cs +++ b/src/Nest/XPack/MachineLearning/StartDatafeed/StartDatafeedResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedRequest.cs b/src/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedRequest.cs index c257c252873..b055d416750 100644 --- a/src/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedRequest.cs +++ b/src/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedResponse.cs b/src/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedResponse.cs index a16792fe527..0ddc87a82ac 100644 --- a/src/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedResponse.cs +++ b/src/Nest/XPack/MachineLearning/StopDatafeed/StopDatafeedResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedRequest.cs b/src/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedRequest.cs index 4ee14bc79fd..b3d367d53c0 100644 --- a/src/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedRequest.cs +++ b/src/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedResponse.cs b/src/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedResponse.cs index aba4697470d..f48a4488da4 100644 --- a/src/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedResponse.cs +++ b/src/Nest/XPack/MachineLearning/UpdateDataFeed/UpdateDatafeedResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterRequest.cs b/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterRequest.cs index e1b1be4b648..259372f5cc1 100644 --- a/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterRequest.cs +++ b/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterResponse.cs b/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterResponse.cs index 6e885438e5a..e82353d821d 100644 --- a/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterResponse.cs +++ b/src/Nest/XPack/MachineLearning/UpdateFilter/UpdateFilterResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobRequest.cs b/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobRequest.cs index 1f9f15a207f..e9a05c74e1f 100644 --- a/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/UpdateJob/UpdateJobResponse.cs b/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobResponse.cs index b2e67483847..4f4f85eff14 100644 --- a/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/UpdateJob/UpdateJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotRequest.cs b/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotRequest.cs index c2ba96386f8..3c3c240b850 100644 --- a/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotRequest.cs +++ b/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotResponse.cs b/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotResponse.cs index 55ea266f3e8..d067205093e 100644 --- a/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotResponse.cs +++ b/src/Nest/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorRequest.cs b/src/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorRequest.cs index a6c05d95558..693463a3b27 100644 --- a/src/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorRequest.cs +++ b/src/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorResponse.cs b/src/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorResponse.cs index 77b98868993..019b23fb694 100644 --- a/src/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorResponse.cs +++ b/src/Nest/XPack/MachineLearning/ValidateDetector/ValidateDetectorResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobRequest.cs b/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobRequest.cs index df596eed413..bc5a6545770 100644 --- a/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobRequest.cs +++ b/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/MachineLearning/ValidateJob/ValidateJobResponse.cs b/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobResponse.cs index bce817a0c8b..7044233cbcf 100644 --- a/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobResponse.cs +++ b/src/Nest/XPack/MachineLearning/ValidateJob/ValidateJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoRequest.cs b/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoRequest.cs index 02d3b2435a4..74ecb1e07d4 100644 --- a/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoRequest.cs +++ b/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoResponse.cs b/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoResponse.cs index 3359fe3afa6..06654799915 100644 --- a/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoResponse.cs +++ b/src/Nest/XPack/Migration/DeprecationInfo/DeprecationInfoResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobRequest.cs b/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobRequest.cs index 1a6ba06ea5c..89e61265116 100644 --- a/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobRequest.cs +++ b/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobResponse.cs b/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobResponse.cs index 0ce6991a4ef..4d8c0872e2d 100644 --- a/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobResponse.cs +++ b/src/Nest/XPack/RollUp/CreateRollupJob/CreateRollupJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobRequest.cs b/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobRequest.cs index 85ba933f369..41050ddcb6a 100644 --- a/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobRequest.cs +++ b/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobResponse.cs b/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobResponse.cs index 1dc0f2f9627..f3fdd259274 100644 --- a/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobResponse.cs +++ b/src/Nest/XPack/RollUp/DeleteRollupJob/DeleteRollupJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesRequest.cs b/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesRequest.cs index 3afeac01f2b..707d3fcbc68 100644 --- a/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesRequest.cs +++ b/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesResponse.cs b/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesResponse.cs index db284ee79e7..a3cf3341020 100644 --- a/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesResponse.cs +++ b/src/Nest/XPack/RollUp/GetRollupCapabilities/GetRollupCapabilitiesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesRequest.cs b/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesRequest.cs index b4e1d1dd5eb..c9a7d88c7f8 100644 --- a/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesRequest.cs +++ b/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesResponse.cs b/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesResponse.cs index 30429ffef44..1603cb825f4 100644 --- a/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesResponse.cs +++ b/src/Nest/XPack/RollUp/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/GetRollupJob/GetRollupJobRequest.cs b/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobRequest.cs index a701cc3afbf..374de658683 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobRequest.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobResponse.cs b/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobResponse.cs index 1fc8215a434..2c4fc369208 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobResponse.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/GetRollupJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/RollUp/GetRollupJob/IndexingJobState.cs b/src/Nest/XPack/RollUp/GetRollupJob/IndexingJobState.cs index 77d927a0fc7..c220596daeb 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/IndexingJobState.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/IndexingJobState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/RollUp/GetRollupJob/RollupJobConfiguration.cs b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobConfiguration.cs index 5a8d96f2154..d392d1ee034 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/RollupJobConfiguration.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/RollUp/GetRollupJob/RollupJobInformation.cs b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobInformation.cs index 5345b725b2b..a02494c32bd 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/RollupJobInformation.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobInformation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/GetRollupJob/RollupJobStats.cs b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobStats.cs index b901a713b3f..c60f8ec8390 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/RollupJobStats.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/GetRollupJob/RollupJobStatus.cs b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobStatus.cs index b064b89e0c3..09f21e8216d 100644 --- a/src/Nest/XPack/RollUp/GetRollupJob/RollupJobStatus.cs +++ b/src/Nest/XPack/RollUp/GetRollupJob/RollupJobStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/RollUp/RollupConfiguration/DateHistogramRollupGrouping.cs b/src/Nest/XPack/RollUp/RollupConfiguration/DateHistogramRollupGrouping.cs index eeb1d9cff31..a7ddf1f7331 100644 --- a/src/Nest/XPack/RollUp/RollupConfiguration/DateHistogramRollupGrouping.cs +++ b/src/Nest/XPack/RollUp/RollupConfiguration/DateHistogramRollupGrouping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/RollUp/RollupConfiguration/HistogramRollupGrouping.cs b/src/Nest/XPack/RollUp/RollupConfiguration/HistogramRollupGrouping.cs index 4a006a3cfc5..f172abbee17 100644 --- a/src/Nest/XPack/RollUp/RollupConfiguration/HistogramRollupGrouping.cs +++ b/src/Nest/XPack/RollUp/RollupConfiguration/HistogramRollupGrouping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/RollupConfiguration/IRollupGroupings.cs b/src/Nest/XPack/RollUp/RollupConfiguration/IRollupGroupings.cs index d3cf29adf1c..8e8631d22be 100644 --- a/src/Nest/XPack/RollUp/RollupConfiguration/IRollupGroupings.cs +++ b/src/Nest/XPack/RollUp/RollupConfiguration/IRollupGroupings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/RollupConfiguration/RollupFieldMetric.cs b/src/Nest/XPack/RollUp/RollupConfiguration/RollupFieldMetric.cs index 9f4c0ad6674..6b4f8297586 100644 --- a/src/Nest/XPack/RollUp/RollupConfiguration/RollupFieldMetric.cs +++ b/src/Nest/XPack/RollUp/RollupConfiguration/RollupFieldMetric.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/RollupConfiguration/RollupMetric.cs b/src/Nest/XPack/RollUp/RollupConfiguration/RollupMetric.cs index f1319ea7e13..0bc32fd4701 100644 --- a/src/Nest/XPack/RollUp/RollupConfiguration/RollupMetric.cs +++ b/src/Nest/XPack/RollUp/RollupConfiguration/RollupMetric.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/RollUp/RollupConfiguration/TermsRollupGrouping.cs b/src/Nest/XPack/RollUp/RollupConfiguration/TermsRollupGrouping.cs index c7b3613e358..268b7c43ce7 100644 --- a/src/Nest/XPack/RollUp/RollupConfiguration/TermsRollupGrouping.cs +++ b/src/Nest/XPack/RollUp/RollupConfiguration/TermsRollupGrouping.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/RollupSearch/RollupSearchRequest.cs b/src/Nest/XPack/RollUp/RollupSearch/RollupSearchRequest.cs index 691160274d3..dd55cb2b831 100644 --- a/src/Nest/XPack/RollUp/RollupSearch/RollupSearchRequest.cs +++ b/src/Nest/XPack/RollUp/RollupSearch/RollupSearchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/RollupSearch/RollupSearchResponse.cs b/src/Nest/XPack/RollUp/RollupSearch/RollupSearchResponse.cs index 6ae635920d1..74adefe4049 100644 --- a/src/Nest/XPack/RollUp/RollupSearch/RollupSearchResponse.cs +++ b/src/Nest/XPack/RollUp/RollupSearch/RollupSearchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobRequest.cs b/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobRequest.cs index a43d8c710f9..a3a74154de0 100644 --- a/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobRequest.cs +++ b/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobResponse.cs b/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobResponse.cs index d6bb44c16e7..8b8fed6a96d 100644 --- a/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobResponse.cs +++ b/src/Nest/XPack/RollUp/StartRollupJob/StartRollupJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/RollUp/StopRollupJob/StopRollupJobRequest.cs b/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobRequest.cs index 9ab0b44c506..f5fbf20e973 100644 --- a/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobRequest.cs +++ b/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobResponse.cs b/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobResponse.cs index 7344a39d81a..1633ed11aa1 100644 --- a/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobResponse.cs +++ b/src/Nest/XPack/RollUp/StopRollupJob/StopRollupJobResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheRequest.cs b/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheRequest.cs index 20aa433b6ae..9c73c214364 100644 --- a/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheRequest.cs +++ b/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheResponse.cs b/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheResponse.cs index 21f9657003a..2480500689f 100644 --- a/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheResponse.cs +++ b/src/Nest/XPack/Security/ApiKey/ClearApiKeyCache/ClearApiKeyCacheResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyPrivileges.cs b/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyPrivileges.cs index 60bca838e84..73075b7050f 100644 --- a/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyPrivileges.cs +++ b/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyPrivileges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRole.cs b/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRole.cs index 339dc3786ec..bfb3f0649af 100644 --- a/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRole.cs +++ b/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRole.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRoles.cs b/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRoles.cs index dc1f9086243..2df9c31739c 100644 --- a/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRoles.cs +++ b/src/Nest/XPack/Security/ApiKey/CreateApiKey/ApiKeyRoles.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyRequest.cs b/src/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyRequest.cs index 390b2543019..18cd943659c 100644 --- a/src/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyRequest.cs +++ b/src/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyResponse.cs b/src/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyResponse.cs index 7439c8597a1..b8a4cdd78f8 100644 --- a/src/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyResponse.cs +++ b/src/Nest/XPack/Security/ApiKey/CreateApiKey/CreateApiKeyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyRequest.cs b/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyRequest.cs index 8abe2815223..cfc62b1467f 100644 --- a/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyRequest.cs +++ b/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyResponse.cs b/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyResponse.cs index 54c79f5b1cb..d2e41ac4017 100644 --- a/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyResponse.cs +++ b/src/Nest/XPack/Security/ApiKey/GetApiKey/GetApiKeyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/GrantApiKey/ApiKey.cs b/src/Nest/XPack/Security/ApiKey/GrantApiKey/ApiKey.cs index 4162c37d23e..c55ca31f3b8 100644 --- a/src/Nest/XPack/Security/ApiKey/GrantApiKey/ApiKey.cs +++ b/src/Nest/XPack/Security/ApiKey/GrantApiKey/ApiKey.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyRequest.cs b/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyRequest.cs index 663702372b5..2147f95b3a5 100644 --- a/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyRequest.cs +++ b/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; @@ -27,7 +12,7 @@ namespace Nest public partial interface IGrantApiKeyRequest { /// - /// The user’s access token. If you specify the access_token grant type, + /// The user�s access token. If you specify the access_token grant type, /// this parameter is required. It is not valid with other grant types. /// [DataMember(Name = "access_token")] @@ -40,7 +25,7 @@ public partial interface IGrantApiKeyRequest GrantType? GrantType { get; set; } /// - /// The user’s password. If you specify the password grant type, + /// The user�s password. If you specify the password grant type, /// this parameter is required. It is not valid with other grant types. /// [DataMember(Name = "password")] diff --git a/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyResponse.cs b/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyResponse.cs index 4843ad26bd9..ef2eb22c069 100644 --- a/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyResponse.cs +++ b/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/GrantApiKey/GrantType.cs b/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantType.cs index 6f70e49f070..0219648a5a3 100644 --- a/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantType.cs +++ b/src/Nest/XPack/Security/ApiKey/GrantApiKey/GrantType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyRequest.cs b/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyRequest.cs index 75401f47c50..f15d712944e 100644 --- a/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyRequest.cs +++ b/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyResponse.cs b/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyResponse.cs index 66173ceebe2..8e42bd024c9 100644 --- a/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyResponse.cs +++ b/src/Nest/XPack/Security/ApiKey/InvalidateApiKey/InvalidateApiKeyResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Authenticate/AuthenticateRequest.cs b/src/Nest/XPack/Security/Authenticate/AuthenticateRequest.cs index 509c38d5f75..6562e28b6ec 100644 --- a/src/Nest/XPack/Security/Authenticate/AuthenticateRequest.cs +++ b/src/Nest/XPack/Security/Authenticate/AuthenticateRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Authenticate/AuthenticateResponse.cs b/src/Nest/XPack/Security/Authenticate/AuthenticateResponse.cs index af1d03e5b13..bae70d2920c 100644 --- a/src/Nest/XPack/Security/Authenticate/AuthenticateResponse.cs +++ b/src/Nest/XPack/Security/Authenticate/AuthenticateResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesRequest.cs b/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesRequest.cs index 2128c80cff1..b77a4cca00f 100644 --- a/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesRequest.cs +++ b/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesResponse.cs b/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesResponse.cs index 64f27013276..6fd6156c5dc 100644 --- a/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesResponse.cs +++ b/src/Nest/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsRequest.cs b/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsRequest.cs index 0054920bea2..24344033410 100644 --- a/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsRequest.cs +++ b/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsResponse.cs b/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsResponse.cs index edc2235f173..0960dbaa7dd 100644 --- a/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsResponse.cs +++ b/src/Nest/XPack/Security/ClearCachedRealms/ClearCachedRealmsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesRequest.cs b/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesRequest.cs index 19b2df6dded..55d2a5cf34d 100644 --- a/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesRequest.cs +++ b/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesResponse.cs b/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesResponse.cs index e003f145862..48dc6d5db75 100644 --- a/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesResponse.cs +++ b/src/Nest/XPack/Security/Privileges/DeletePrivileges/DeletePrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesRequest.cs b/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesRequest.cs index fea17faf5f4..edcd8e1643a 100644 --- a/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesRequest.cs +++ b/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesResponse.cs b/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesResponse.cs index 6e6f364e27e..e8b32c03883 100644 --- a/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesResponse.cs +++ b/src/Nest/XPack/Security/Privileges/GetBuiltinPrivileges/GetBuiltinPrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesRequest.cs b/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesRequest.cs index 92bcfdf72de..7cc15c815b4 100644 --- a/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesRequest.cs +++ b/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesResponse.cs b/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesResponse.cs index fee7e3b79d3..fd3422ca5bb 100644 --- a/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesResponse.cs +++ b/src/Nest/XPack/Security/Privileges/GetPrivileges/GetPrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesRequest.cs b/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesRequest.cs index 808e8553246..43cb2b98b89 100644 --- a/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesRequest.cs +++ b/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesResponse.cs b/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesResponse.cs index b93558aec98..c40332116c0 100644 --- a/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesResponse.cs +++ b/src/Nest/XPack/Security/Privileges/GetUserPrivileges/GetUserPrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesRequest.cs b/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesRequest.cs index 751234e4127..e5434c23a33 100644 --- a/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesRequest.cs +++ b/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesResponse.cs b/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesResponse.cs index f682dc44f78..600a4221cb9 100644 --- a/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesResponse.cs +++ b/src/Nest/XPack/Security/Privileges/HasPrivileges/HasPrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Privileges/PutPrivileges/AppPrivileges.cs b/src/Nest/XPack/Security/Privileges/PutPrivileges/AppPrivileges.cs index cb3a62b41b5..ccf53f28836 100644 --- a/src/Nest/XPack/Security/Privileges/PutPrivileges/AppPrivileges.cs +++ b/src/Nest/XPack/Security/Privileges/PutPrivileges/AppPrivileges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Privileges/PutPrivileges/Privileges.cs b/src/Nest/XPack/Security/Privileges/PutPrivileges/Privileges.cs index dc3c8bd22ce..4eace2c84b0 100644 --- a/src/Nest/XPack/Security/Privileges/PutPrivileges/Privileges.cs +++ b/src/Nest/XPack/Security/Privileges/PutPrivileges/Privileges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Privileges/PutPrivileges/PrivilegesActions.cs b/src/Nest/XPack/Security/Privileges/PutPrivileges/PrivilegesActions.cs index e7790f555ba..f7ce3b65b69 100644 --- a/src/Nest/XPack/Security/Privileges/PutPrivileges/PrivilegesActions.cs +++ b/src/Nest/XPack/Security/Privileges/PutPrivileges/PrivilegesActions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesRequest.cs b/src/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesRequest.cs index 9bce0002a45..309ec1c25d8 100644 --- a/src/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesRequest.cs +++ b/src/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesResponse.cs b/src/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesResponse.cs index c0794cef2ed..91383baa1b9 100644 --- a/src/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesResponse.cs +++ b/src/Nest/XPack/Security/Privileges/PutPrivileges/PutPrivilegesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesRequest.cs b/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesRequest.cs index 7c96b68b84c..0b72bd08051 100644 --- a/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesRequest.cs +++ b/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesResponse.cs b/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesResponse.cs index 51abf5d2aef..6990bd3d2bb 100644 --- a/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesResponse.cs +++ b/src/Nest/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleRequest.cs b/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleRequest.cs index b6eda296422..648dd55cab2 100644 --- a/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleRequest.cs +++ b/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleResponse.cs b/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleResponse.cs index 0e77295eb7f..ed91799fe1a 100644 --- a/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleResponse.cs +++ b/src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Role/FieldSecurity.cs b/src/Nest/XPack/Security/Role/FieldSecurity.cs index fbb36449fc8..4b1b0d41a6f 100644 --- a/src/Nest/XPack/Security/Role/FieldSecurity.cs +++ b/src/Nest/XPack/Security/Role/FieldSecurity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Role/GetRole/GetRoleRequest.cs b/src/Nest/XPack/Security/Role/GetRole/GetRoleRequest.cs index 69461e626ee..41422b1d259 100644 --- a/src/Nest/XPack/Security/Role/GetRole/GetRoleRequest.cs +++ b/src/Nest/XPack/Security/Role/GetRole/GetRoleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/Role/GetRole/GetRoleResponse.cs b/src/Nest/XPack/Security/Role/GetRole/GetRoleResponse.cs index 10739bc595a..4f6ee6fca5a 100644 --- a/src/Nest/XPack/Security/Role/GetRole/GetRoleResponse.cs +++ b/src/Nest/XPack/Security/Role/GetRole/GetRoleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Role/GetRole/Role.cs b/src/Nest/XPack/Security/Role/GetRole/Role.cs index 6bcefda9d39..8b5c59edd70 100644 --- a/src/Nest/XPack/Security/Role/GetRole/Role.cs +++ b/src/Nest/XPack/Security/Role/GetRole/Role.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/Role/PutRole/IApplicationPrivileges.cs b/src/Nest/XPack/Security/Role/PutRole/IApplicationPrivileges.cs index 610b18737d2..071f771783f 100644 --- a/src/Nest/XPack/Security/Role/PutRole/IApplicationPrivileges.cs +++ b/src/Nest/XPack/Security/Role/PutRole/IApplicationPrivileges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Role/PutRole/IndicesPrivileges.cs b/src/Nest/XPack/Security/Role/PutRole/IndicesPrivileges.cs index e07e2cf24a4..4a60c0ef7cd 100644 --- a/src/Nest/XPack/Security/Role/PutRole/IndicesPrivileges.cs +++ b/src/Nest/XPack/Security/Role/PutRole/IndicesPrivileges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Role/PutRole/PutRoleRequest.cs b/src/Nest/XPack/Security/Role/PutRole/PutRoleRequest.cs index e5f92747366..1e68be5bf8c 100644 --- a/src/Nest/XPack/Security/Role/PutRole/PutRoleRequest.cs +++ b/src/Nest/XPack/Security/Role/PutRole/PutRoleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/Role/PutRole/PutRoleResponse.cs b/src/Nest/XPack/Security/Role/PutRole/PutRoleResponse.cs index a2c412fbeb8..0a6abb62cb0 100644 --- a/src/Nest/XPack/Security/Role/PutRole/PutRoleResponse.cs +++ b/src/Nest/XPack/Security/Role/PutRole/PutRoleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingRequest.cs b/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingRequest.cs index 27c9909c782..7393e27393b 100644 --- a/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingRequest.cs +++ b/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingResponse.cs b/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingResponse.cs index 06389a54824..529ce6b704d 100644 --- a/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingResponse.cs +++ b/src/Nest/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingRequest.cs b/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingRequest.cs index 17d8b9e0a55..67da645803d 100644 --- a/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingRequest.cs +++ b/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingResponse.cs b/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingResponse.cs index 55f97d95c5c..a05c645bc4e 100644 --- a/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingResponse.cs +++ b/src/Nest/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingRequest.cs b/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingRequest.cs index 08f22d233d2..770f06473b0 100644 --- a/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingRequest.cs +++ b/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingResponse.cs b/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingResponse.cs index 5d995f692de..5f1b1399ffd 100644 --- a/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingResponse.cs +++ b/src/Nest/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Field/DistinguishedNameRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/DistinguishedNameRule.cs index 743ff5c83d8..25aefbf9e9c 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/DistinguishedNameRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/DistinguishedNameRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBase.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBase.cs index b7f20252dff..27717fe8372 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBase.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBaseFormatter.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBaseFormatter.cs index 1a2672fb146..0da505d079d 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBaseFormatter.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/FieldRuleBaseFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Field/GroupsRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/GroupsRule.cs index c9434db6301..be111745f4f 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/GroupsRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/GroupsRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Field/MetadataRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/MetadataRule.cs index a15a00c2e9d..1a702a3ab6a 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/MetadataRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/MetadataRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Field/RealmRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/RealmRule.cs index e0bf8d393f3..a697c93475d 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/RealmRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/RealmRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/RoleMapping/Rules/Field/UsernameRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Field/UsernameRule.cs index 85a1a22c10f..2cd334a1745 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Field/UsernameRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Field/UsernameRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/RoleMapping/Rules/Role/AllRoleMappingRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/AllRoleMappingRule.cs index 2a2fb6382de..ea1f3ddba80 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/AllRoleMappingRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/AllRoleMappingRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Role/AnyRoleMappingRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/AnyRoleMappingRule.cs index 8b81524719d..a69842035ec 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/AnyRoleMappingRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/AnyRoleMappingRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Role/ExceptRoleMappingRole.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/ExceptRoleMappingRole.cs index a3ef7271b3f..9feba9bb0ab 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/ExceptRoleMappingRole.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/ExceptRoleMappingRole.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/RoleMapping/Rules/Role/FieldRoleMappingRule.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/FieldRoleMappingRule.cs index 606047b60c0..0cce68b44f4 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/FieldRoleMappingRule.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/FieldRoleMappingRule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBase.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBase.cs index 3c2b01f1cb4..237a339ac32 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBase.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBaseFormatter.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBaseFormatter.cs index 2feb2debe4a..4cc34dcf811 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBaseFormatter.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleBaseFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleDescriptor.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleDescriptor.cs index e51319acb20..fcdfdfa9989 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleDescriptor.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRuleDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRulesDescriptor.cs b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRulesDescriptor.cs index 0e83236f426..88530e9f289 100644 --- a/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRulesDescriptor.cs +++ b/src/Nest/XPack/Security/RoleMapping/Rules/Role/RoleMappingRulesDescriptor.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/SecurityNode.cs b/src/Nest/XPack/Security/SecurityNode.cs index f647bd2f531..b183eafb6be 100644 --- a/src/Nest/XPack/Security/SecurityNode.cs +++ b/src/Nest/XPack/Security/SecurityNode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/User/ChangePassword/ChangePasswordRequest.cs b/src/Nest/XPack/Security/User/ChangePassword/ChangePasswordRequest.cs index cf483ad7ec1..34188ea6e9f 100644 --- a/src/Nest/XPack/Security/User/ChangePassword/ChangePasswordRequest.cs +++ b/src/Nest/XPack/Security/User/ChangePassword/ChangePasswordRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/User/ChangePassword/ChangePasswordResponse.cs b/src/Nest/XPack/Security/User/ChangePassword/ChangePasswordResponse.cs index 631d0a60f9c..7771560c314 100644 --- a/src/Nest/XPack/Security/User/ChangePassword/ChangePasswordResponse.cs +++ b/src/Nest/XPack/Security/User/ChangePassword/ChangePasswordResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/DeleteUser/DeleteUserRequest.cs b/src/Nest/XPack/Security/User/DeleteUser/DeleteUserRequest.cs index 2718b7e209f..06fc9f5b08f 100644 --- a/src/Nest/XPack/Security/User/DeleteUser/DeleteUserRequest.cs +++ b/src/Nest/XPack/Security/User/DeleteUser/DeleteUserRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/DeleteUser/DeleteUserResponse.cs b/src/Nest/XPack/Security/User/DeleteUser/DeleteUserResponse.cs index 408885db616..5ffaa160cd7 100644 --- a/src/Nest/XPack/Security/User/DeleteUser/DeleteUserResponse.cs +++ b/src/Nest/XPack/Security/User/DeleteUser/DeleteUserResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/User/DisableUser/DisableUserRequest.cs b/src/Nest/XPack/Security/User/DisableUser/DisableUserRequest.cs index ead0139058f..5feccc99e48 100644 --- a/src/Nest/XPack/Security/User/DisableUser/DisableUserRequest.cs +++ b/src/Nest/XPack/Security/User/DisableUser/DisableUserRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/DisableUser/DisableUserResponse.cs b/src/Nest/XPack/Security/User/DisableUser/DisableUserResponse.cs index 1f1675733af..439d67844a0 100644 --- a/src/Nest/XPack/Security/User/DisableUser/DisableUserResponse.cs +++ b/src/Nest/XPack/Security/User/DisableUser/DisableUserResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/EnableUser/EnableUserRequest.cs b/src/Nest/XPack/Security/User/EnableUser/EnableUserRequest.cs index b8c83737ef8..33e12f87db1 100644 --- a/src/Nest/XPack/Security/User/EnableUser/EnableUserRequest.cs +++ b/src/Nest/XPack/Security/User/EnableUser/EnableUserRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/EnableUser/EnableUserResponse.cs b/src/Nest/XPack/Security/User/EnableUser/EnableUserResponse.cs index 9617072ea12..40becb80c1d 100644 --- a/src/Nest/XPack/Security/User/EnableUser/EnableUserResponse.cs +++ b/src/Nest/XPack/Security/User/EnableUser/EnableUserResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/GetUser/GetUserRequest.cs b/src/Nest/XPack/Security/User/GetUser/GetUserRequest.cs index 604cd947069..ab86c5dac7e 100644 --- a/src/Nest/XPack/Security/User/GetUser/GetUserRequest.cs +++ b/src/Nest/XPack/Security/User/GetUser/GetUserRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Security/User/GetUser/GetUserResponse.cs b/src/Nest/XPack/Security/User/GetUser/GetUserResponse.cs index f72ca59e848..5668e22d916 100644 --- a/src/Nest/XPack/Security/User/GetUser/GetUserResponse.cs +++ b/src/Nest/XPack/Security/User/GetUser/GetUserResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/User/GetUserAccessToken/AccessTokenGrantType.cs b/src/Nest/XPack/Security/User/GetUserAccessToken/AccessTokenGrantType.cs index ff704a24fcb..2e011fc82e5 100644 --- a/src/Nest/XPack/Security/User/GetUserAccessToken/AccessTokenGrantType.cs +++ b/src/Nest/XPack/Security/User/GetUserAccessToken/AccessTokenGrantType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenRequest.cs b/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenRequest.cs index b890faa87fd..ed6f22a0775 100644 --- a/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenRequest.cs +++ b/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenResponse.cs b/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenResponse.cs index 95888211ee5..07fd708ff91 100644 --- a/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenResponse.cs +++ b/src/Nest/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenRequest.cs b/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenRequest.cs index bc982223698..addfc571396 100644 --- a/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenRequest.cs +++ b/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenResponse.cs b/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenResponse.cs index 8fb015ee8d1..80c595fa48c 100644 --- a/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenResponse.cs +++ b/src/Nest/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Security/User/PutUser/PutUserRequest.cs b/src/Nest/XPack/Security/User/PutUser/PutUserRequest.cs index 2583586ae97..756820c4e55 100644 --- a/src/Nest/XPack/Security/User/PutUser/PutUserRequest.cs +++ b/src/Nest/XPack/Security/User/PutUser/PutUserRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Security/User/PutUser/PutUserResponse.cs b/src/Nest/XPack/Security/User/PutUser/PutUserResponse.cs index 7d7cfd84bb4..a33f0e583b4 100644 --- a/src/Nest/XPack/Security/User/PutUser/PutUserResponse.cs +++ b/src/Nest/XPack/Security/User/PutUser/PutUserResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleRequest.cs b/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleRequest.cs index 4e27e4be602..a2686496db2 100644 --- a/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleRequest.cs +++ b/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleResponse.cs b/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleResponse.cs index 8c26941c2a0..d9d63e28601 100644 --- a/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleResponse.cs +++ b/src/Nest/XPack/Slm/DeleteLifecycle/DeleteSnapshotLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleRequest.cs b/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleRequest.cs index edbe2db498e..b0a66bb8026 100644 --- a/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleRequest.cs +++ b/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleResponse.cs b/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleResponse.cs index e9b51b41d86..c85dfc65249 100644 --- a/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleResponse.cs +++ b/src/Nest/XPack/Slm/ExecuteLifecycle/ExecuteSnapshotLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionRequest.cs b/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionRequest.cs index cd43bbf06a0..3fb17a57938 100644 --- a/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionRequest.cs +++ b/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionResponse.cs b/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionResponse.cs index 29be40f60f3..814079680cb 100644 --- a/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionResponse.cs +++ b/src/Nest/XPack/Slm/ExecuteRetention/ExecuteRetentionResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleRequest.cs b/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleRequest.cs index 04924867211..6231220d5b0 100644 --- a/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleRequest.cs +++ b/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleResponse.cs b/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleResponse.cs index 9fb303be132..bf4d6bb609b 100644 --- a/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleResponse.cs +++ b/src/Nest/XPack/Slm/GetLifecycle/GetSnapshotLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsRequest.cs b/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsRequest.cs index 06d6c8ed850..13558b82ab8 100644 --- a/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsRequest.cs +++ b/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsResponse.cs b/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsResponse.cs index 7977b9dd4f1..34d8a9e82ae 100644 --- a/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsResponse.cs +++ b/src/Nest/XPack/Slm/GetStats/GetSnapshotLifecycleStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusRequest.cs b/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusRequest.cs index dfdbb11089d..f84967a63a6 100644 --- a/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusRequest.cs +++ b/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusResponse.cs b/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusResponse.cs index 21fc11d11e6..8a2c1e13c3a 100644 --- a/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusResponse.cs +++ b/src/Nest/XPack/Slm/GetStatus/GetSnapshotLifecycleManagementStatusResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleRequest.cs b/src/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleRequest.cs index 8510244d305..88a3929283f 100644 --- a/src/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleRequest.cs +++ b/src/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleResponse.cs b/src/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleResponse.cs index 1fc802afe70..afa86041d7f 100644 --- a/src/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleResponse.cs +++ b/src/Nest/XPack/Slm/PutLifecycle/PutSnapshotLifecycleResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/SnapshotLifecycleConfig.cs b/src/Nest/XPack/Slm/SnapshotLifecycleConfig.cs index 5a3cc240ff4..54022c07718 100644 --- a/src/Nest/XPack/Slm/SnapshotLifecycleConfig.cs +++ b/src/Nest/XPack/Slm/SnapshotLifecycleConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs b/src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs index 7a725ff91c6..79887ae8271 100644 --- a/src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs +++ b/src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs b/src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs index a88abf11d6d..a595ed74f8a 100644 --- a/src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs +++ b/src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Slm/SnapshotRetentionConfig.cs b/src/Nest/XPack/Slm/SnapshotRetentionConfig.cs index f790b5f4f6b..b5755252774 100644 --- a/src/Nest/XPack/Slm/SnapshotRetentionConfig.cs +++ b/src/Nest/XPack/Slm/SnapshotRetentionConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementRequest.cs b/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementRequest.cs index 3190458bdcf..36a31b85345 100644 --- a/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementRequest.cs +++ b/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementResponse.cs b/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementResponse.cs index bab6b8a6eaf..349b696867a 100644 --- a/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementResponse.cs +++ b/src/Nest/XPack/Slm/Start/StartSnapshotLifecycleManagementResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementRequest.cs b/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementRequest.cs index 0a9bdf0adf1..4f5d540350a 100644 --- a/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementRequest.cs +++ b/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementResponse.cs b/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementResponse.cs index b6b2b76738f..952d36a37cb 100644 --- a/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementResponse.cs +++ b/src/Nest/XPack/Slm/Stop/StopSnapshotLifecycleManagementResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorRequest.cs b/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorRequest.cs index 00996118bc3..2cba5319947 100644 --- a/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorRequest.cs +++ b/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorResponse.cs b/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorResponse.cs index d64c1733e2a..d818b79f8b2 100644 --- a/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorResponse.cs +++ b/src/Nest/XPack/Sql/ClearSqlCursor/ClearSqlCursorResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Sql/ISqlRequest.cs b/src/Nest/XPack/Sql/ISqlRequest.cs index e1e733af8f5..2b9da50573e 100644 --- a/src/Nest/XPack/Sql/ISqlRequest.cs +++ b/src/Nest/XPack/Sql/ISqlRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Sql/QuerySql/QuerySqlRequest.cs b/src/Nest/XPack/Sql/QuerySql/QuerySqlRequest.cs index ffab0a47040..33cb1598f79 100644 --- a/src/Nest/XPack/Sql/QuerySql/QuerySqlRequest.cs +++ b/src/Nest/XPack/Sql/QuerySql/QuerySqlRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Sql/QuerySql/QuerySqlResponse.cs b/src/Nest/XPack/Sql/QuerySql/QuerySqlResponse.cs index 88d4f5a7ede..14e4ed55ab0 100644 --- a/src/Nest/XPack/Sql/QuerySql/QuerySqlResponse.cs +++ b/src/Nest/XPack/Sql/QuerySql/QuerySqlResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Sql/QuerySql/SqlColumn.cs b/src/Nest/XPack/Sql/QuerySql/SqlColumn.cs index 8910c587d91..a3e3a0c2d7a 100644 --- a/src/Nest/XPack/Sql/QuerySql/SqlColumn.cs +++ b/src/Nest/XPack/Sql/QuerySql/SqlColumn.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Sql/QuerySql/SqlRow.cs b/src/Nest/XPack/Sql/QuerySql/SqlRow.cs index 6b3067f1025..467c1ece5a2 100644 --- a/src/Nest/XPack/Sql/QuerySql/SqlRow.cs +++ b/src/Nest/XPack/Sql/QuerySql/SqlRow.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Collections.ObjectModel; diff --git a/src/Nest/XPack/Sql/QuerySql/SqlValue.cs b/src/Nest/XPack/Sql/QuerySql/SqlValue.cs index 30c43c5c3cc..660d16bffe9 100644 --- a/src/Nest/XPack/Sql/QuerySql/SqlValue.cs +++ b/src/Nest/XPack/Sql/QuerySql/SqlValue.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/XPack/Sql/TranslateSql/TranslateSqlRequest.cs b/src/Nest/XPack/Sql/TranslateSql/TranslateSqlRequest.cs index a41b413b035..a44d0951eaf 100644 --- a/src/Nest/XPack/Sql/TranslateSql/TranslateSqlRequest.cs +++ b/src/Nest/XPack/Sql/TranslateSql/TranslateSqlRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Specification.SqlApi; diff --git a/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponse.cs b/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponse.cs index 2ae0018c155..0565d0031a1 100644 --- a/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponse.cs +++ b/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponseBuilder.cs b/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponseBuilder.cs index 0bc392f22e1..6dc9324b3c7 100644 --- a/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponseBuilder.cs +++ b/src/Nest/XPack/Sql/TranslateSql/TranslateSqlResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesRequest.cs b/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesRequest.cs index 9af0b101be2..d9acbfef6dd 100644 --- a/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesRequest.cs +++ b/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Specification.SecurityApi; diff --git a/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponse.cs b/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponse.cs index 08ab7286196..cd36b29ed19 100644 --- a/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponse.cs +++ b/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponseBuilder.cs b/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponseBuilder.cs index 5060e58ac0f..a2bbd77035b 100644 --- a/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponseBuilder.cs +++ b/src/Nest/XPack/Ssl/GetCertificates/GetCertificatesResponseBuilder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Threading; diff --git a/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformRequest.cs b/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformRequest.cs index 349e58b0f3e..cee44831b68 100644 --- a/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformRequest.cs +++ b/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformResponse.cs b/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformResponse.cs index f13851ab60f..94e33e7c220 100644 --- a/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformResponse.cs +++ b/src/Nest/XPack/Transform/DeleteTransform/DeleteTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/GetTransform/GetTransformRequest.cs b/src/Nest/XPack/Transform/GetTransform/GetTransformRequest.cs index 8d1e53df418..2ff1b8dce9b 100644 --- a/src/Nest/XPack/Transform/GetTransform/GetTransformRequest.cs +++ b/src/Nest/XPack/Transform/GetTransform/GetTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/GetTransform/GetTransformResponse.cs b/src/Nest/XPack/Transform/GetTransform/GetTransformResponse.cs index 05d1ab68283..249e536adc8 100644 --- a/src/Nest/XPack/Transform/GetTransform/GetTransformResponse.cs +++ b/src/Nest/XPack/Transform/GetTransform/GetTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsRequest.cs b/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsRequest.cs index c9dcaffff33..f0d9f9d1ac2 100644 --- a/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsRequest.cs +++ b/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsResponse.cs b/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsResponse.cs index 55fdc15422e..29e4d231236 100644 --- a/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsResponse.cs +++ b/src/Nest/XPack/Transform/GetTransformStats/GetTransformStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/Pivot/DateHistogramGroupSource.cs b/src/Nest/XPack/Transform/Pivot/DateHistogramGroupSource.cs index ae16d77eb42..7c4fa7794d0 100644 --- a/src/Nest/XPack/Transform/Pivot/DateHistogramGroupSource.cs +++ b/src/Nest/XPack/Transform/Pivot/DateHistogramGroupSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Transform/Pivot/GeoTileGridGroupSource.cs b/src/Nest/XPack/Transform/Pivot/GeoTileGridGroupSource.cs index fdea1acbcb2..130f9f6c05a 100644 --- a/src/Nest/XPack/Transform/Pivot/GeoTileGridGroupSource.cs +++ b/src/Nest/XPack/Transform/Pivot/GeoTileGridGroupSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/Pivot/HistogramGroupSource.cs b/src/Nest/XPack/Transform/Pivot/HistogramGroupSource.cs index 04778aa7c28..5586034ac74 100644 --- a/src/Nest/XPack/Transform/Pivot/HistogramGroupSource.cs +++ b/src/Nest/XPack/Transform/Pivot/HistogramGroupSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/Pivot/SingleGroupSource.cs b/src/Nest/XPack/Transform/Pivot/SingleGroupSource.cs index e92fb38c8ba..ac3890be4f2 100644 --- a/src/Nest/XPack/Transform/Pivot/SingleGroupSource.cs +++ b/src/Nest/XPack/Transform/Pivot/SingleGroupSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/Pivot/TermsGroupSource.cs b/src/Nest/XPack/Transform/Pivot/TermsGroupSource.cs index c886d0010f8..92d6334145a 100644 --- a/src/Nest/XPack/Transform/Pivot/TermsGroupSource.cs +++ b/src/Nest/XPack/Transform/Pivot/TermsGroupSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/Pivot/TransformPivot.cs b/src/Nest/XPack/Transform/Pivot/TransformPivot.cs index fda094ab11e..efbb30cf25c 100644 --- a/src/Nest/XPack/Transform/Pivot/TransformPivot.cs +++ b/src/Nest/XPack/Transform/Pivot/TransformPivot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/PreviewTransform/PreviewTransformRequest.cs b/src/Nest/XPack/Transform/PreviewTransform/PreviewTransformRequest.cs index 449205c0d58..d2e3a4f3017 100644 --- a/src/Nest/XPack/Transform/PreviewTransform/PreviewTransformRequest.cs +++ b/src/Nest/XPack/Transform/PreviewTransform/PreviewTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/PreviewTransform/PreviewTransformResponse.cs b/src/Nest/XPack/Transform/PreviewTransform/PreviewTransformResponse.cs index 28ddc0ea816..62805bcd8da 100644 --- a/src/Nest/XPack/Transform/PreviewTransform/PreviewTransformResponse.cs +++ b/src/Nest/XPack/Transform/PreviewTransform/PreviewTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Transform/PutTransform/PutTransformRequest.cs b/src/Nest/XPack/Transform/PutTransform/PutTransformRequest.cs index 6fc72ec50b1..03ef6042fcb 100644 --- a/src/Nest/XPack/Transform/PutTransform/PutTransformRequest.cs +++ b/src/Nest/XPack/Transform/PutTransform/PutTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/PutTransform/PutTransformResponse.cs b/src/Nest/XPack/Transform/PutTransform/PutTransformResponse.cs index 5296731ad6f..b6c7994f8be 100644 --- a/src/Nest/XPack/Transform/PutTransform/PutTransformResponse.cs +++ b/src/Nest/XPack/Transform/PutTransform/PutTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/StartTransform/StartTransformRequest.cs b/src/Nest/XPack/Transform/StartTransform/StartTransformRequest.cs index 94c1367d654..1339b7041eb 100644 --- a/src/Nest/XPack/Transform/StartTransform/StartTransformRequest.cs +++ b/src/Nest/XPack/Transform/StartTransform/StartTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/StartTransform/StartTransformResponse.cs b/src/Nest/XPack/Transform/StartTransform/StartTransformResponse.cs index 2c47bc45395..343799e5721 100644 --- a/src/Nest/XPack/Transform/StartTransform/StartTransformResponse.cs +++ b/src/Nest/XPack/Transform/StartTransform/StartTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/StopTransform/StopTransformRequest.cs b/src/Nest/XPack/Transform/StopTransform/StopTransformRequest.cs index 201102bb5b8..723c5a106d0 100644 --- a/src/Nest/XPack/Transform/StopTransform/StopTransformRequest.cs +++ b/src/Nest/XPack/Transform/StopTransform/StopTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/StopTransform/StopTransformResponse.cs b/src/Nest/XPack/Transform/StopTransform/StopTransformResponse.cs index 287f2f6fa81..4ca4b286798 100644 --- a/src/Nest/XPack/Transform/StopTransform/StopTransformResponse.cs +++ b/src/Nest/XPack/Transform/StopTransform/StopTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Transform/Transform.cs b/src/Nest/XPack/Transform/Transform.cs index b4717685d05..f78df4df786 100644 --- a/src/Nest/XPack/Transform/Transform.cs +++ b/src/Nest/XPack/Transform/Transform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/TransformDestination.cs b/src/Nest/XPack/Transform/TransformDestination.cs index f8c1b7b2ddc..343fbfc7e5c 100644 --- a/src/Nest/XPack/Transform/TransformDestination.cs +++ b/src/Nest/XPack/Transform/TransformDestination.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Transform/TransformSettings.cs b/src/Nest/XPack/Transform/TransformSettings.cs index 8064bcba948..a576921b005 100644 --- a/src/Nest/XPack/Transform/TransformSettings.cs +++ b/src/Nest/XPack/Transform/TransformSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Transform/TransformSource.cs b/src/Nest/XPack/Transform/TransformSource.cs index ae37933ac53..040f51df44a 100644 --- a/src/Nest/XPack/Transform/TransformSource.cs +++ b/src/Nest/XPack/Transform/TransformSource.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/TransformSync.cs b/src/Nest/XPack/Transform/TransformSync.cs index 87e60775272..cfded3923df 100644 --- a/src/Nest/XPack/Transform/TransformSync.cs +++ b/src/Nest/XPack/Transform/TransformSync.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformRequest.cs b/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformRequest.cs index b5b35430b4e..4098434a91c 100644 --- a/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformRequest.cs +++ b/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Transform/UpdateTransform/UpdateTransformResponse.cs b/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformResponse.cs index 7747ede5153..8cf5e946c2b 100644 --- a/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformResponse.cs +++ b/src/Nest/XPack/Transform/UpdateTransform/UpdateTransformResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchRequest.cs b/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchRequest.cs index 402f7cce3cb..469e5266629 100644 --- a/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchRequest.cs +++ b/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchResponse.cs b/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchResponse.cs index 86e0cc70f53..171291af89b 100644 --- a/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchResponse.cs +++ b/src/Nest/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/ActionBase.cs b/src/Nest/XPack/Watcher/Action/ActionBase.cs index 88034b06688..49ecdd28627 100644 --- a/src/Nest/XPack/Watcher/Action/ActionBase.cs +++ b/src/Nest/XPack/Watcher/Action/ActionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/ActionType.cs b/src/Nest/XPack/Watcher/Action/ActionType.cs index d5614d6f71d..4316e6397b0 100644 --- a/src/Nest/XPack/Watcher/Action/ActionType.cs +++ b/src/Nest/XPack/Watcher/Action/ActionType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Action/Actions.cs b/src/Nest/XPack/Watcher/Action/Actions.cs index bed8cf49863..6cedab61e44 100644 --- a/src/Nest/XPack/Watcher/Action/Actions.cs +++ b/src/Nest/XPack/Watcher/Action/Actions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/ActionsDescriptorBase.cs b/src/Nest/XPack/Watcher/Action/ActionsDescriptorBase.cs index ba8caa1ae52..921788d011f 100644 --- a/src/Nest/XPack/Watcher/Action/ActionsDescriptorBase.cs +++ b/src/Nest/XPack/Watcher/Action/ActionsDescriptorBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Email/DataAttachment.cs b/src/Nest/XPack/Watcher/Action/Email/DataAttachment.cs index 1a4ad2ff58b..7438584875c 100644 --- a/src/Nest/XPack/Watcher/Action/Email/DataAttachment.cs +++ b/src/Nest/XPack/Watcher/Action/Email/DataAttachment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Action/Email/EmailAction.cs b/src/Nest/XPack/Watcher/Action/Email/EmailAction.cs index 6ddddf185d3..75241bf3c25 100644 --- a/src/Nest/XPack/Watcher/Action/Email/EmailAction.cs +++ b/src/Nest/XPack/Watcher/Action/Email/EmailAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Email/EmailAttachments.cs b/src/Nest/XPack/Watcher/Action/Email/EmailAttachments.cs index 19a1240e976..1fc603a0e25 100644 --- a/src/Nest/XPack/Watcher/Action/Email/EmailAttachments.cs +++ b/src/Nest/XPack/Watcher/Action/Email/EmailAttachments.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Email/EmailBody.cs b/src/Nest/XPack/Watcher/Action/Email/EmailBody.cs index 203b5fce369..81372490a25 100644 --- a/src/Nest/XPack/Watcher/Action/Email/EmailBody.cs +++ b/src/Nest/XPack/Watcher/Action/Email/EmailBody.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Action/Email/EmailPriority.cs b/src/Nest/XPack/Watcher/Action/Email/EmailPriority.cs index 72d73915ac0..481deccf6bf 100644 --- a/src/Nest/XPack/Watcher/Action/Email/EmailPriority.cs +++ b/src/Nest/XPack/Watcher/Action/Email/EmailPriority.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Action/Email/HttpAttachment.cs b/src/Nest/XPack/Watcher/Action/Email/HttpAttachment.cs index 1c5b7b38c11..1ea154fa866 100644 --- a/src/Nest/XPack/Watcher/Action/Email/HttpAttachment.cs +++ b/src/Nest/XPack/Watcher/Action/Email/HttpAttachment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Index/IndexAction.cs b/src/Nest/XPack/Watcher/Action/Index/IndexAction.cs index 8d021daef02..fcd2e433784 100644 --- a/src/Nest/XPack/Watcher/Action/Index/IndexAction.cs +++ b/src/Nest/XPack/Watcher/Action/Index/IndexAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/src/Nest/XPack/Watcher/Action/Logging/LoggingAction.cs b/src/Nest/XPack/Watcher/Action/Logging/LoggingAction.cs index 38cf67de293..0da786ed8fd 100644 --- a/src/Nest/XPack/Watcher/Action/Logging/LoggingAction.cs +++ b/src/Nest/XPack/Watcher/Action/Logging/LoggingAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyAction.cs b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyAction.cs index 4282c8bb36b..3f2ac78ce32 100644 --- a/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyAction.cs +++ b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyContext.cs b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyContext.cs index 9e3ce8240cd..12b21946c7d 100644 --- a/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyContext.cs +++ b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyContext.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyEvent.cs b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyEvent.cs index 78cc3622428..923ab156c73 100644 --- a/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyEvent.cs +++ b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyEvent.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Action/Slack/SlackAction.cs b/src/Nest/XPack/Watcher/Action/Slack/SlackAction.cs index 6e8bd3c7a45..be18d85b922 100644 --- a/src/Nest/XPack/Watcher/Action/Slack/SlackAction.cs +++ b/src/Nest/XPack/Watcher/Action/Slack/SlackAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Slack/SlackAttachment.cs b/src/Nest/XPack/Watcher/Action/Slack/SlackAttachment.cs index dfa373d2cd0..620f6bcaf87 100644 --- a/src/Nest/XPack/Watcher/Action/Slack/SlackAttachment.cs +++ b/src/Nest/XPack/Watcher/Action/Slack/SlackAttachment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Slack/SlackAttachmentField.cs b/src/Nest/XPack/Watcher/Action/Slack/SlackAttachmentField.cs index c18c96473ae..047af1a9940 100644 --- a/src/Nest/XPack/Watcher/Action/Slack/SlackAttachmentField.cs +++ b/src/Nest/XPack/Watcher/Action/Slack/SlackAttachmentField.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Slack/SlackDynamicAttachment.cs b/src/Nest/XPack/Watcher/Action/Slack/SlackDynamicAttachment.cs index af311570b47..8bd0ede9b5d 100644 --- a/src/Nest/XPack/Watcher/Action/Slack/SlackDynamicAttachment.cs +++ b/src/Nest/XPack/Watcher/Action/Slack/SlackDynamicAttachment.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Slack/SlackMessage.cs b/src/Nest/XPack/Watcher/Action/Slack/SlackMessage.cs index fbd2a4b9ca7..9019880cd23 100644 --- a/src/Nest/XPack/Watcher/Action/Slack/SlackMessage.cs +++ b/src/Nest/XPack/Watcher/Action/Slack/SlackMessage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Action/Webhook/WebhookAction.cs b/src/Nest/XPack/Watcher/Action/Webhook/WebhookAction.cs index 89a80c1ac48..9458f4a3ceb 100644 --- a/src/Nest/XPack/Watcher/Action/Webhook/WebhookAction.cs +++ b/src/Nest/XPack/Watcher/Action/Webhook/WebhookAction.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/ActivateWatch/ActivateWatchRequest.cs b/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchRequest.cs index 392f6a642fe..b4bb898a30d 100644 --- a/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchRequest.cs +++ b/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchResponse.cs b/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchResponse.cs index 09685898333..5e53da62ea1 100644 --- a/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchResponse.cs +++ b/src/Nest/XPack/Watcher/ActivateWatch/ActivateWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Condition/AlwaysCondition.cs b/src/Nest/XPack/Watcher/Condition/AlwaysCondition.cs index a37cba1a1ef..4ab7ef3c974 100644 --- a/src/Nest/XPack/Watcher/Condition/AlwaysCondition.cs +++ b/src/Nest/XPack/Watcher/Condition/AlwaysCondition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/ArrayCompareConditionBase.cs b/src/Nest/XPack/Watcher/Condition/ArrayCompareConditionBase.cs index 44160f8ec9b..eb1625fe580 100644 --- a/src/Nest/XPack/Watcher/Condition/ArrayCompareConditionBase.cs +++ b/src/Nest/XPack/Watcher/Condition/ArrayCompareConditionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Condition/CompareConditionBase.cs b/src/Nest/XPack/Watcher/Condition/CompareConditionBase.cs index 555ca76ed54..31b34ddeee2 100644 --- a/src/Nest/XPack/Watcher/Condition/CompareConditionBase.cs +++ b/src/Nest/XPack/Watcher/Condition/CompareConditionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; using Elasticsearch.Net.Utf8Json.Internal; diff --git a/src/Nest/XPack/Watcher/Condition/ConditionBase.cs b/src/Nest/XPack/Watcher/Condition/ConditionBase.cs index fb2dee2fb42..66770ee5462 100644 --- a/src/Nest/XPack/Watcher/Condition/ConditionBase.cs +++ b/src/Nest/XPack/Watcher/Condition/ConditionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/ConditionContainer.cs b/src/Nest/XPack/Watcher/Condition/ConditionContainer.cs index 966b3ee889c..0ed6e6fc5c8 100644 --- a/src/Nest/XPack/Watcher/Condition/ConditionContainer.cs +++ b/src/Nest/XPack/Watcher/Condition/ConditionContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Condition/ConditionType.cs b/src/Nest/XPack/Watcher/Condition/ConditionType.cs index 5b74f699fe6..59486ba5d98 100644 --- a/src/Nest/XPack/Watcher/Condition/ConditionType.cs +++ b/src/Nest/XPack/Watcher/Condition/ConditionType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Condition/IndexedScriptCondition.cs b/src/Nest/XPack/Watcher/Condition/IndexedScriptCondition.cs index c022de69b3e..4cbcafbda9d 100644 --- a/src/Nest/XPack/Watcher/Condition/IndexedScriptCondition.cs +++ b/src/Nest/XPack/Watcher/Condition/IndexedScriptCondition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/InlineScriptCondition.cs b/src/Nest/XPack/Watcher/Condition/InlineScriptCondition.cs index f4452b96265..4e9f1dfdcef 100644 --- a/src/Nest/XPack/Watcher/Condition/InlineScriptCondition.cs +++ b/src/Nest/XPack/Watcher/Condition/InlineScriptCondition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Condition/NeverCondition.cs b/src/Nest/XPack/Watcher/Condition/NeverCondition.cs index b9a7e45e340..7e14b4a42c4 100644 --- a/src/Nest/XPack/Watcher/Condition/NeverCondition.cs +++ b/src/Nest/XPack/Watcher/Condition/NeverCondition.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/ScriptConditionBase.cs b/src/Nest/XPack/Watcher/Condition/ScriptConditionBase.cs index e4a19818f81..3c3b47863dd 100644 --- a/src/Nest/XPack/Watcher/Condition/ScriptConditionBase.cs +++ b/src/Nest/XPack/Watcher/Condition/ScriptConditionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchRequest.cs b/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchRequest.cs index 3e35c397617..b4fdf3bd8c6 100644 --- a/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchRequest.cs +++ b/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchResponse.cs b/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchResponse.cs index 0148c275d9f..96b3726c212 100644 --- a/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchResponse.cs +++ b/src/Nest/XPack/Watcher/DeactivateWatch/DeactivateWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/DeleteWatch/DeleteWatchRequest.cs b/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchRequest.cs index 5d27a4aab51..fd10e6e7e9d 100644 --- a/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchRequest.cs +++ b/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchResponse.cs b/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchResponse.cs index ed4994aa06d..8a9832694a5 100644 --- a/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchResponse.cs +++ b/src/Nest/XPack/Watcher/DeleteWatch/DeleteWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchRequest.cs b/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchRequest.cs index e9a8db49384..58ad5097a8a 100644 --- a/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchRequest.cs +++ b/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs b/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs index 1b9ed7707b9..7b28343f63f 100644 --- a/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs +++ b/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/ActionExecutionMode.cs b/src/Nest/XPack/Watcher/Execution/ActionExecutionMode.cs index 54e5d3d4f45..c2d58589956 100644 --- a/src/Nest/XPack/Watcher/Execution/ActionExecutionMode.cs +++ b/src/Nest/XPack/Watcher/Execution/ActionExecutionMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Execution/Email/EmailActionResult.cs b/src/Nest/XPack/Watcher/Execution/Email/EmailActionResult.cs index 54d9a7276e9..50fc997b5a9 100644 --- a/src/Nest/XPack/Watcher/Execution/Email/EmailActionResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Email/EmailActionResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/Email/EmailResult.cs b/src/Nest/XPack/Watcher/Execution/Email/EmailResult.cs index 3b2275fd160..8a5cf2882f2 100644 --- a/src/Nest/XPack/Watcher/Execution/Email/EmailResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Email/EmailResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/HttpInputRequestResult.cs b/src/Nest/XPack/Watcher/Execution/HttpInputRequestResult.cs index a0f7528ce71..ca2699c87e8 100644 --- a/src/Nest/XPack/Watcher/Execution/HttpInputRequestResult.cs +++ b/src/Nest/XPack/Watcher/Execution/HttpInputRequestResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/HttpInputResponseResult.cs b/src/Nest/XPack/Watcher/Execution/HttpInputResponseResult.cs index cc535935d58..ed626d4f85b 100644 --- a/src/Nest/XPack/Watcher/Execution/HttpInputResponseResult.cs +++ b/src/Nest/XPack/Watcher/Execution/HttpInputResponseResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Execution/Index/IndexActionResult.cs b/src/Nest/XPack/Watcher/Execution/Index/IndexActionResult.cs index 815117e1d68..ed1d34b43a9 100644 --- a/src/Nest/XPack/Watcher/Execution/Index/IndexActionResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Index/IndexActionResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/Index/IndexActionResultIndexResponse.cs b/src/Nest/XPack/Watcher/Execution/Index/IndexActionResultIndexResponse.cs index 54562e99023..489a34aa1e3 100644 --- a/src/Nest/XPack/Watcher/Execution/Index/IndexActionResultIndexResponse.cs +++ b/src/Nest/XPack/Watcher/Execution/Index/IndexActionResultIndexResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/Logging/LoggingActionResult.cs b/src/Nest/XPack/Watcher/Execution/Logging/LoggingActionResult.cs index 8532d93afd7..402b48bdec7 100644 --- a/src/Nest/XPack/Watcher/Execution/Logging/LoggingActionResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Logging/LoggingActionResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionEventResult.cs b/src/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionEventResult.cs index 745df70d6ff..b8817fe23bb 100644 --- a/src/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionEventResult.cs +++ b/src/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionEventResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionResult.cs b/src/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionResult.cs index 64bc9a370a0..74f28c26523 100644 --- a/src/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionResult.cs +++ b/src/Nest/XPack/Watcher/Execution/PagerDuty/PagerDutyActionResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/SimulatedActions.cs b/src/Nest/XPack/Watcher/Execution/SimulatedActions.cs index f9fde6301ed..266429c1c7e 100644 --- a/src/Nest/XPack/Watcher/Execution/SimulatedActions.cs +++ b/src/Nest/XPack/Watcher/Execution/SimulatedActions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Execution/Slack/SlackActionMessageResult.cs b/src/Nest/XPack/Watcher/Execution/Slack/SlackActionMessageResult.cs index d66c9c75122..029e64b8e8e 100644 --- a/src/Nest/XPack/Watcher/Execution/Slack/SlackActionMessageResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Slack/SlackActionMessageResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Execution/Slack/SlackActionResult.cs b/src/Nest/XPack/Watcher/Execution/Slack/SlackActionResult.cs index 8a36cebb8c7..491948a336a 100644 --- a/src/Nest/XPack/Watcher/Execution/Slack/SlackActionResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Slack/SlackActionResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Execution/Status.cs b/src/Nest/XPack/Watcher/Execution/Status.cs index 3912d33ecdb..0d8b525bba2 100644 --- a/src/Nest/XPack/Watcher/Execution/Status.cs +++ b/src/Nest/XPack/Watcher/Execution/Status.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Execution/Webhook/WebhookActionResult.cs b/src/Nest/XPack/Watcher/Execution/Webhook/WebhookActionResult.cs index 8e8ff422adf..c7954bb3eb4 100644 --- a/src/Nest/XPack/Watcher/Execution/Webhook/WebhookActionResult.cs +++ b/src/Nest/XPack/Watcher/Execution/Webhook/WebhookActionResult.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/GetWatch/GetWatchRequest.cs b/src/Nest/XPack/Watcher/GetWatch/GetWatchRequest.cs index f83aa7a191f..97e7d43c473 100644 --- a/src/Nest/XPack/Watcher/GetWatch/GetWatchRequest.cs +++ b/src/Nest/XPack/Watcher/GetWatch/GetWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/GetWatch/GetWatchResponse.cs b/src/Nest/XPack/Watcher/GetWatch/GetWatchResponse.cs index e6d4852fe40..c164669d9e0 100644 --- a/src/Nest/XPack/Watcher/GetWatch/GetWatchResponse.cs +++ b/src/Nest/XPack/Watcher/GetWatch/GetWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/ChainInput.cs b/src/Nest/XPack/Watcher/Input/ChainInput.cs index 442d53260ab..675da72d25a 100644 --- a/src/Nest/XPack/Watcher/Input/ChainInput.cs +++ b/src/Nest/XPack/Watcher/Input/ChainInput.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/ConnectionScheme.cs b/src/Nest/XPack/Watcher/Input/ConnectionScheme.cs index bbd020b4db4..73ad9f736df 100644 --- a/src/Nest/XPack/Watcher/Input/ConnectionScheme.cs +++ b/src/Nest/XPack/Watcher/Input/ConnectionScheme.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Input/ExpandWildcardsFormatter.cs b/src/Nest/XPack/Watcher/Input/ExpandWildcardsFormatter.cs index fa544022d81..146361a38df 100644 --- a/src/Nest/XPack/Watcher/Input/ExpandWildcardsFormatter.cs +++ b/src/Nest/XPack/Watcher/Input/ExpandWildcardsFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/HttpInput.cs b/src/Nest/XPack/Watcher/Input/HttpInput.cs index 2e1be29337e..4647ab032c4 100644 --- a/src/Nest/XPack/Watcher/Input/HttpInput.cs +++ b/src/Nest/XPack/Watcher/Input/HttpInput.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/HttpInputAuthentication.cs b/src/Nest/XPack/Watcher/Input/HttpInputAuthentication.cs index 14e13ddb12a..c8185c4fb8b 100644 --- a/src/Nest/XPack/Watcher/Input/HttpInputAuthentication.cs +++ b/src/Nest/XPack/Watcher/Input/HttpInputAuthentication.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/HttpInputProxy.cs b/src/Nest/XPack/Watcher/Input/HttpInputProxy.cs index 8651e2498b8..967f3de6563 100644 --- a/src/Nest/XPack/Watcher/Input/HttpInputProxy.cs +++ b/src/Nest/XPack/Watcher/Input/HttpInputProxy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Input/HttpInputRequest.cs b/src/Nest/XPack/Watcher/Input/HttpInputRequest.cs index 9b24e0dcc58..321cf0d39a5 100644 --- a/src/Nest/XPack/Watcher/Input/HttpInputRequest.cs +++ b/src/Nest/XPack/Watcher/Input/HttpInputRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/HttpMethod.cs b/src/Nest/XPack/Watcher/Input/HttpMethod.cs index ec55c8ace7e..eba769fb699 100644 --- a/src/Nest/XPack/Watcher/Input/HttpMethod.cs +++ b/src/Nest/XPack/Watcher/Input/HttpMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Input/IndicesOptions.cs b/src/Nest/XPack/Watcher/Input/IndicesOptions.cs index 4a1ab2b0c2f..98427587425 100644 --- a/src/Nest/XPack/Watcher/Input/IndicesOptions.cs +++ b/src/Nest/XPack/Watcher/Input/IndicesOptions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Input/InputBase.cs b/src/Nest/XPack/Watcher/Input/InputBase.cs index 1a616417973..fc3f447cd17 100644 --- a/src/Nest/XPack/Watcher/Input/InputBase.cs +++ b/src/Nest/XPack/Watcher/Input/InputBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Input/InputContainer.cs b/src/Nest/XPack/Watcher/Input/InputContainer.cs index 6d3f88161f3..6c9d6a51fc5 100644 --- a/src/Nest/XPack/Watcher/Input/InputContainer.cs +++ b/src/Nest/XPack/Watcher/Input/InputContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/InputType.cs b/src/Nest/XPack/Watcher/Input/InputType.cs index 76648ca961f..17cea3b3b52 100644 --- a/src/Nest/XPack/Watcher/Input/InputType.cs +++ b/src/Nest/XPack/Watcher/Input/InputType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Input/ResponseContentType.cs b/src/Nest/XPack/Watcher/Input/ResponseContentType.cs index 3a1574e0ec7..2e116f01780 100644 --- a/src/Nest/XPack/Watcher/Input/ResponseContentType.cs +++ b/src/Nest/XPack/Watcher/Input/ResponseContentType.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Input/SearchInput.cs b/src/Nest/XPack/Watcher/Input/SearchInput.cs index 8b04dd5bcd9..13f68acaab7 100644 --- a/src/Nest/XPack/Watcher/Input/SearchInput.cs +++ b/src/Nest/XPack/Watcher/Input/SearchInput.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/SearchInputRequest.cs b/src/Nest/XPack/Watcher/Input/SearchInputRequest.cs index f344452d15d..4ee05e9ce70 100644 --- a/src/Nest/XPack/Watcher/Input/SearchInputRequest.cs +++ b/src/Nest/XPack/Watcher/Input/SearchInputRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Input/SimpleInput.cs b/src/Nest/XPack/Watcher/Input/SimpleInput.cs index 8a96eda6692..e750310254e 100644 --- a/src/Nest/XPack/Watcher/Input/SimpleInput.cs +++ b/src/Nest/XPack/Watcher/Input/SimpleInput.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Collections.Generic; diff --git a/src/Nest/XPack/Watcher/PutWatch/PutWatchRequest.cs b/src/Nest/XPack/Watcher/PutWatch/PutWatchRequest.cs index 09fa67ce431..f7b01657ce3 100644 --- a/src/Nest/XPack/Watcher/PutWatch/PutWatchRequest.cs +++ b/src/Nest/XPack/Watcher/PutWatch/PutWatchRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/PutWatch/PutWatchResponse.cs b/src/Nest/XPack/Watcher/PutWatch/PutWatchResponse.cs index 55473cb0b26..0415e55c6be 100644 --- a/src/Nest/XPack/Watcher/PutWatch/PutWatchResponse.cs +++ b/src/Nest/XPack/Watcher/PutWatch/PutWatchResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/RestartWatcher/RestartWatcherResponse.cs b/src/Nest/XPack/Watcher/RestartWatcher/RestartWatcherResponse.cs index 5db62988b3d..23e2f08d83b 100644 --- a/src/Nest/XPack/Watcher/RestartWatcher/RestartWatcherResponse.cs +++ b/src/Nest/XPack/Watcher/RestartWatcher/RestartWatcherResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/Schedule/CronExpression.cs b/src/Nest/XPack/Watcher/Schedule/CronExpression.cs index db7622244a5..9379d19cfc8 100644 --- a/src/Nest/XPack/Watcher/Schedule/CronExpression.cs +++ b/src/Nest/XPack/Watcher/Schedule/CronExpression.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Schedule/DailySchedule.cs b/src/Nest/XPack/Watcher/Schedule/DailySchedule.cs index 3c03dba8d84..aa72f88eef5 100644 --- a/src/Nest/XPack/Watcher/Schedule/DailySchedule.cs +++ b/src/Nest/XPack/Watcher/Schedule/DailySchedule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Schedule/Day.cs b/src/Nest/XPack/Watcher/Schedule/Day.cs index c916ae07765..0d9e32f8233 100644 --- a/src/Nest/XPack/Watcher/Schedule/Day.cs +++ b/src/Nest/XPack/Watcher/Schedule/Day.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Schedule/HourlySchedule.cs b/src/Nest/XPack/Watcher/Schedule/HourlySchedule.cs index c776b86001c..8a8249f28b6 100644 --- a/src/Nest/XPack/Watcher/Schedule/HourlySchedule.cs +++ b/src/Nest/XPack/Watcher/Schedule/HourlySchedule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Schedule/Interval.cs b/src/Nest/XPack/Watcher/Schedule/Interval.cs index 13cf4e0d318..49c18e301f4 100644 --- a/src/Nest/XPack/Watcher/Schedule/Interval.cs +++ b/src/Nest/XPack/Watcher/Schedule/Interval.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/src/Nest/XPack/Watcher/Schedule/Month.cs b/src/Nest/XPack/Watcher/Schedule/Month.cs index 5bf1706caaa..25b8459dadb 100644 --- a/src/Nest/XPack/Watcher/Schedule/Month.cs +++ b/src/Nest/XPack/Watcher/Schedule/Month.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net; diff --git a/src/Nest/XPack/Watcher/Schedule/MonthlySchedule.cs b/src/Nest/XPack/Watcher/Schedule/MonthlySchedule.cs index 4268a183d8a..e3b25423801 100644 --- a/src/Nest/XPack/Watcher/Schedule/MonthlySchedule.cs +++ b/src/Nest/XPack/Watcher/Schedule/MonthlySchedule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Schedule/ScheduleBase.cs b/src/Nest/XPack/Watcher/Schedule/ScheduleBase.cs index adb9c6eac8a..50ad2ca5c5c 100644 --- a/src/Nest/XPack/Watcher/Schedule/ScheduleBase.cs +++ b/src/Nest/XPack/Watcher/Schedule/ScheduleBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Schedule/ScheduleContainer.cs b/src/Nest/XPack/Watcher/Schedule/ScheduleContainer.cs index ef6beec234a..8b9f36fc84c 100644 --- a/src/Nest/XPack/Watcher/Schedule/ScheduleContainer.cs +++ b/src/Nest/XPack/Watcher/Schedule/ScheduleContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Schedule/ScheduleTriggerEvent.cs b/src/Nest/XPack/Watcher/Schedule/ScheduleTriggerEvent.cs index 7cb431a8d60..92a1548a154 100644 --- a/src/Nest/XPack/Watcher/Schedule/ScheduleTriggerEvent.cs +++ b/src/Nest/XPack/Watcher/Schedule/ScheduleTriggerEvent.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Schedule/TimeOfMonth.cs b/src/Nest/XPack/Watcher/Schedule/TimeOfMonth.cs index 77741703ffc..05336e78261 100644 --- a/src/Nest/XPack/Watcher/Schedule/TimeOfMonth.cs +++ b/src/Nest/XPack/Watcher/Schedule/TimeOfMonth.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Schedule/TimeOfWeek.cs b/src/Nest/XPack/Watcher/Schedule/TimeOfWeek.cs index 1864fbdd391..782deedf92a 100644 --- a/src/Nest/XPack/Watcher/Schedule/TimeOfWeek.cs +++ b/src/Nest/XPack/Watcher/Schedule/TimeOfWeek.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Schedule/TimeOfYear.cs b/src/Nest/XPack/Watcher/Schedule/TimeOfYear.cs index e58c78ee2b9..a312089b874 100644 --- a/src/Nest/XPack/Watcher/Schedule/TimeOfYear.cs +++ b/src/Nest/XPack/Watcher/Schedule/TimeOfYear.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Runtime.Serialization; diff --git a/src/Nest/XPack/Watcher/Schedule/WeeklySchedule.cs b/src/Nest/XPack/Watcher/Schedule/WeeklySchedule.cs index 7c4de79723d..85a1a598424 100644 --- a/src/Nest/XPack/Watcher/Schedule/WeeklySchedule.cs +++ b/src/Nest/XPack/Watcher/Schedule/WeeklySchedule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Schedule/YearlySchedule.cs b/src/Nest/XPack/Watcher/Schedule/YearlySchedule.cs index cf1b525394d..b01caca9a7e 100644 --- a/src/Nest/XPack/Watcher/Schedule/YearlySchedule.cs +++ b/src/Nest/XPack/Watcher/Schedule/YearlySchedule.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/StartWatcher/StartWatcherRequest.cs b/src/Nest/XPack/Watcher/StartWatcher/StartWatcherRequest.cs index 54502b1a815..9db2d96be54 100644 --- a/src/Nest/XPack/Watcher/StartWatcher/StartWatcherRequest.cs +++ b/src/Nest/XPack/Watcher/StartWatcher/StartWatcherRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/StartWatcher/StartWatcherResponse.cs b/src/Nest/XPack/Watcher/StartWatcher/StartWatcherResponse.cs index 5fe8f21ffa1..3178209dff2 100644 --- a/src/Nest/XPack/Watcher/StartWatcher/StartWatcherResponse.cs +++ b/src/Nest/XPack/Watcher/StartWatcher/StartWatcherResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/StopWatcher/StopWatcherRequest.cs b/src/Nest/XPack/Watcher/StopWatcher/StopWatcherRequest.cs index ca32821e83d..0a7940c6970 100644 --- a/src/Nest/XPack/Watcher/StopWatcher/StopWatcherRequest.cs +++ b/src/Nest/XPack/Watcher/StopWatcher/StopWatcherRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/StopWatcher/StopWatcherResponse.cs b/src/Nest/XPack/Watcher/StopWatcher/StopWatcherResponse.cs index 96091f83684..cc96e017373 100644 --- a/src/Nest/XPack/Watcher/StopWatcher/StopWatcherResponse.cs +++ b/src/Nest/XPack/Watcher/StopWatcher/StopWatcherResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/Transform/ChainTransform.cs b/src/Nest/XPack/Watcher/Transform/ChainTransform.cs index a1a6b44fd89..442cfd3a8f9 100644 --- a/src/Nest/XPack/Watcher/Transform/ChainTransform.cs +++ b/src/Nest/XPack/Watcher/Transform/ChainTransform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Transform/IndexedScriptTransform.cs b/src/Nest/XPack/Watcher/Transform/IndexedScriptTransform.cs index 4be92c7a610..8f6477a9109 100644 --- a/src/Nest/XPack/Watcher/Transform/IndexedScriptTransform.cs +++ b/src/Nest/XPack/Watcher/Transform/IndexedScriptTransform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Transform/InlineScriptTransform.cs b/src/Nest/XPack/Watcher/Transform/InlineScriptTransform.cs index 9885df12494..4ec0cb4f71d 100644 --- a/src/Nest/XPack/Watcher/Transform/InlineScriptTransform.cs +++ b/src/Nest/XPack/Watcher/Transform/InlineScriptTransform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Transform/ScriptTransformBase.cs b/src/Nest/XPack/Watcher/Transform/ScriptTransformBase.cs index 1f6c66cc977..9d844001289 100644 --- a/src/Nest/XPack/Watcher/Transform/ScriptTransformBase.cs +++ b/src/Nest/XPack/Watcher/Transform/ScriptTransformBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Transform/SearchTransform.cs b/src/Nest/XPack/Watcher/Transform/SearchTransform.cs index da86df6bbf4..326c63c59f5 100644 --- a/src/Nest/XPack/Watcher/Transform/SearchTransform.cs +++ b/src/Nest/XPack/Watcher/Transform/SearchTransform.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Transform/TransformBase.cs b/src/Nest/XPack/Watcher/Transform/TransformBase.cs index f6025d771c4..dbbc9a8b4c9 100644 --- a/src/Nest/XPack/Watcher/Transform/TransformBase.cs +++ b/src/Nest/XPack/Watcher/Transform/TransformBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Transform/TransformContainer.cs b/src/Nest/XPack/Watcher/Transform/TransformContainer.cs index 9ad439cfbc1..5d114f3905b 100644 --- a/src/Nest/XPack/Watcher/Transform/TransformContainer.cs +++ b/src/Nest/XPack/Watcher/Transform/TransformContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Trigger/TriggerBase.cs b/src/Nest/XPack/Watcher/Trigger/TriggerBase.cs index 39a74ac4647..803a7c25faf 100644 --- a/src/Nest/XPack/Watcher/Trigger/TriggerBase.cs +++ b/src/Nest/XPack/Watcher/Trigger/TriggerBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/Trigger/TriggerContainer.cs b/src/Nest/XPack/Watcher/Trigger/TriggerContainer.cs index b586e2c0b86..d87bd53562e 100644 --- a/src/Nest/XPack/Watcher/Trigger/TriggerContainer.cs +++ b/src/Nest/XPack/Watcher/Trigger/TriggerContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Trigger/TriggerEventBase.cs b/src/Nest/XPack/Watcher/Trigger/TriggerEventBase.cs index 416869b2c55..4c7e9ef4eb4 100644 --- a/src/Nest/XPack/Watcher/Trigger/TriggerEventBase.cs +++ b/src/Nest/XPack/Watcher/Trigger/TriggerEventBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Trigger/TriggerEventContainer.cs b/src/Nest/XPack/Watcher/Trigger/TriggerEventContainer.cs index 45b1b06a19b..ba2a1c9191a 100644 --- a/src/Nest/XPack/Watcher/Trigger/TriggerEventContainer.cs +++ b/src/Nest/XPack/Watcher/Trigger/TriggerEventContainer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/Watch.cs b/src/Nest/XPack/Watcher/Watch.cs index b4f69405bc4..6ec8cfbc0b1 100644 --- a/src/Nest/XPack/Watcher/Watch.cs +++ b/src/Nest/XPack/Watcher/Watch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/XPack/Watcher/WatcherStats/WatcherStatsRequest.cs b/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsRequest.cs index aa52cb45291..5a16f1d5452 100644 --- a/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsRequest.cs +++ b/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsResponse.cs b/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsResponse.cs index add1df0431c..c737111ec63 100644 --- a/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsResponse.cs +++ b/src/Nest/XPack/Watcher/WatcherStats/WatcherStatsResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/Nest/_Generated/ApiUrlsLookup.generated.cs b/src/Nest/_Generated/ApiUrlsLookup.generated.cs index 726ae9dd223..46cb66dfbb0 100644 --- a/src/Nest/_Generated/ApiUrlsLookup.generated.cs +++ b/src/Nest/_Generated/ApiUrlsLookup.generated.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔â•â•â•██╗╚â•â•██╔â•â•â•██║██╔â•â•â•â•â•██╔â•â•â•â•â• // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/tests/Reproduce/GithubIssue3311.cs b/tests/Reproduce/GithubIssue3311.cs index d09fb3df9dc..66af5d8bc4e 100644 --- a/tests/Reproduce/GithubIssue3311.cs +++ b/tests/Reproduce/GithubIssue3311.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Benchmarking/BenchmarkProgram.cs b/tests/Tests.Benchmarking/BenchmarkProgram.cs index a5c395c815e..0b5d8b410b6 100644 --- a/tests/Tests.Benchmarking/BenchmarkProgram.cs +++ b/tests/Tests.Benchmarking/BenchmarkProgram.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Benchmarking/BulkBenchmarkLowLevelTests.cs b/tests/Tests.Benchmarking/BulkBenchmarkLowLevelTests.cs index fd4aa265e4b..1eefee71a6b 100644 --- a/tests/Tests.Benchmarking/BulkBenchmarkLowLevelTests.cs +++ b/tests/Tests.Benchmarking/BulkBenchmarkLowLevelTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Benchmarking/BulkBenchmarkTests.cs b/tests/Tests.Benchmarking/BulkBenchmarkTests.cs index f148979f259..a49d01beea2 100644 --- a/tests/Tests.Benchmarking/BulkBenchmarkTests.cs +++ b/tests/Tests.Benchmarking/BulkBenchmarkTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Benchmarking/BulkDeserializationBenchmarkTests.cs b/tests/Tests.Benchmarking/BulkDeserializationBenchmarkTests.cs index 4d59d184740..1954d4a6049 100644 --- a/tests/Tests.Benchmarking/BulkDeserializationBenchmarkTests.cs +++ b/tests/Tests.Benchmarking/BulkDeserializationBenchmarkTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/tests/Tests.Benchmarking/ConnectionMechanicsBenchmarkTests.cs b/tests/Tests.Benchmarking/ConnectionMechanicsBenchmarkTests.cs index 9cf43ee39ee..0fa7fbf8131 100644 --- a/tests/Tests.Benchmarking/ConnectionMechanicsBenchmarkTests.cs +++ b/tests/Tests.Benchmarking/ConnectionMechanicsBenchmarkTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Benchmarking/ExpressionResolverBenchmarkTests.cs b/tests/Tests.Benchmarking/ExpressionResolverBenchmarkTests.cs index af3d287aaec..e7e245ea9eb 100644 --- a/tests/Tests.Benchmarking/ExpressionResolverBenchmarkTests.cs +++ b/tests/Tests.Benchmarking/ExpressionResolverBenchmarkTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/tests/Tests.Benchmarking/Framework/BenchmarkConfig.cs b/tests/Tests.Benchmarking/Framework/BenchmarkConfig.cs index 6c49912f3a2..b3620ecaf2e 100644 --- a/tests/Tests.Benchmarking/Framework/BenchmarkConfig.cs +++ b/tests/Tests.Benchmarking/Framework/BenchmarkConfig.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.ClusterLauncher/ClusterLaunchProgram.cs b/tests/Tests.ClusterLauncher/ClusterLaunchProgram.cs index 13d3586559b..0d0b5f2d587 100644 --- a/tests/Tests.ClusterLauncher/ClusterLaunchProgram.cs +++ b/tests/Tests.ClusterLauncher/ClusterLaunchProgram.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Configuration/ConfigurationLoader.cs b/tests/Tests.Configuration/ConfigurationLoader.cs index 69ab6453199..53411c690dd 100644 --- a/tests/Tests.Configuration/ConfigurationLoader.cs +++ b/tests/Tests.Configuration/ConfigurationLoader.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Configuration/EnvironmentConfiguration.cs b/tests/Tests.Configuration/EnvironmentConfiguration.cs index ca934465f41..15383d92f29 100644 --- a/tests/Tests.Configuration/EnvironmentConfiguration.cs +++ b/tests/Tests.Configuration/EnvironmentConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Configuration/TestConfigurationBase.cs b/tests/Tests.Configuration/TestConfigurationBase.cs index b3bd005cd3c..1039630ff4f 100644 --- a/tests/Tests.Configuration/TestConfigurationBase.cs +++ b/tests/Tests.Configuration/TestConfigurationBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Stack.ArtifactsApi; diff --git a/tests/Tests.Configuration/TestConfigurationExtensions.cs b/tests/Tests.Configuration/TestConfigurationExtensions.cs index 77de1f6d2aa..f48ae01ab63 100644 --- a/tests/Tests.Configuration/TestConfigurationExtensions.cs +++ b/tests/Tests.Configuration/TestConfigurationExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Configuration/TestMode.cs b/tests/Tests.Configuration/TestMode.cs index ca25569743b..81b2981bb61 100644 --- a/tests/Tests.Configuration/TestMode.cs +++ b/tests/Tests.Configuration/TestMode.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.Configuration { diff --git a/tests/Tests.Configuration/YamlConfiguration.cs b/tests/Tests.Configuration/YamlConfiguration.cs index 34d84421036..6b4dedf4b51 100644 --- a/tests/Tests.Configuration/YamlConfiguration.cs +++ b/tests/Tests.Configuration/YamlConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Client/FixedResponseClient.cs b/tests/Tests.Core/Client/FixedResponseClient.cs index ce870e2d780..9425d9c2489 100644 --- a/tests/Tests.Core/Client/FixedResponseClient.cs +++ b/tests/Tests.Core/Client/FixedResponseClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Client/Serializers/TestSourceSerializerBase.cs b/tests/Tests.Core/Client/Serializers/TestSourceSerializerBase.cs index b1fc25ced2c..c84ef4f818f 100644 --- a/tests/Tests.Core/Client/Serializers/TestSourceSerializerBase.cs +++ b/tests/Tests.Core/Client/Serializers/TestSourceSerializerBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests.Core/Client/Settings/AlwaysInMemoryConnectionSettings.cs b/tests/Tests.Core/Client/Settings/AlwaysInMemoryConnectionSettings.cs index 65c2b876e15..eff71ebb46d 100644 --- a/tests/Tests.Core/Client/Settings/AlwaysInMemoryConnectionSettings.cs +++ b/tests/Tests.Core/Client/Settings/AlwaysInMemoryConnectionSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Client/Settings/TestConnectionSettings.cs b/tests/Tests.Core/Client/Settings/TestConnectionSettings.cs index 5956d37bab9..d12184f19d8 100644 --- a/tests/Tests.Core/Client/Settings/TestConnectionSettings.cs +++ b/tests/Tests.Core/Client/Settings/TestConnectionSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Client/TestClient.cs b/tests/Tests.Core/Client/TestClient.cs index 5535316a868..2e365fefa5d 100644 --- a/tests/Tests.Core/Client/TestClient.cs +++ b/tests/Tests.Core/Client/TestClient.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Nest.JsonNetSerializer; diff --git a/tests/Tests.Core/Extensions/ClientExtensions.cs b/tests/Tests.Core/Extensions/ClientExtensions.cs index d60cad77cd2..0574fa9d48d 100644 --- a/tests/Tests.Core/Extensions/ClientExtensions.cs +++ b/tests/Tests.Core/Extensions/ClientExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests.Core/Extensions/DiffExtensions.cs b/tests/Tests.Core/Extensions/DiffExtensions.cs index 0fdd0c01c4b..38f25b7512e 100644 --- a/tests/Tests.Core/Extensions/DiffExtensions.cs +++ b/tests/Tests.Core/Extensions/DiffExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Extensions/EnumerableExtensions.cs b/tests/Tests.Core/Extensions/EnumerableExtensions.cs index e9fc77c4e02..60a0f64a0bf 100644 --- a/tests/Tests.Core/Extensions/EnumerableExtensions.cs +++ b/tests/Tests.Core/Extensions/EnumerableExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Extensions/EphemeralClusterExtensions.cs b/tests/Tests.Core/Extensions/EphemeralClusterExtensions.cs index 76b7eb39134..b2b2deb663c 100644 --- a/tests/Tests.Core/Extensions/EphemeralClusterExtensions.cs +++ b/tests/Tests.Core/Extensions/EphemeralClusterExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Cryptography.X509Certificates; diff --git a/tests/Tests.Core/Extensions/NumericExtensions.cs b/tests/Tests.Core/Extensions/NumericExtensions.cs index 0316755c471..ae36f31c2c3 100644 --- a/tests/Tests.Core/Extensions/NumericExtensions.cs +++ b/tests/Tests.Core/Extensions/NumericExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.Core.Extensions { diff --git a/tests/Tests.Core/Extensions/ReadOnlyDictionaryAssertions.cs b/tests/Tests.Core/Extensions/ReadOnlyDictionaryAssertions.cs index d5066e1e1f4..4702ddd754f 100644 --- a/tests/Tests.Core/Extensions/ReadOnlyDictionaryAssertions.cs +++ b/tests/Tests.Core/Extensions/ReadOnlyDictionaryAssertions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Extensions/SerializationTesterAssertionExtensions.cs b/tests/Tests.Core/Extensions/SerializationTesterAssertionExtensions.cs index 11625c63788..708e48151ef 100644 --- a/tests/Tests.Core/Extensions/SerializationTesterAssertionExtensions.cs +++ b/tests/Tests.Core/Extensions/SerializationTesterAssertionExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Tests.Core.Serialization; diff --git a/tests/Tests.Core/Extensions/ShouldExtensions.cs b/tests/Tests.Core/Extensions/ShouldExtensions.cs index a2045ad9db6..c5e3c1b6773 100644 --- a/tests/Tests.Core/Extensions/ShouldExtensions.cs +++ b/tests/Tests.Core/Extensions/ShouldExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests.Core/Extensions/TestConfigurationExtensions.cs b/tests/Tests.Core/Extensions/TestConfigurationExtensions.cs index 5f0d905aa5e..fe6a802a9cd 100644 --- a/tests/Tests.Core/Extensions/TestConfigurationExtensions.cs +++ b/tests/Tests.Core/Extensions/TestConfigurationExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Tests.Configuration; diff --git a/tests/Tests.Core/ManagedElasticsearch/ClusterTestClassBase.cs b/tests/Tests.Core/ManagedElasticsearch/ClusterTestClassBase.cs index 1eb0dbaeab3..27dff3cf597 100644 --- a/tests/Tests.Core/ManagedElasticsearch/ClusterTestClassBase.cs +++ b/tests/Tests.Core/ManagedElasticsearch/ClusterTestClassBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Ephemeral; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs index 5bdc283047c..10bf2237161 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Ephemeral; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/ConnectionReuseCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/ConnectionReuseCluster.cs index 1769b9b51a4..3f412d52415 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/ConnectionReuseCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/ConnectionReuseCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.Core.ManagedElasticsearch.Clusters { diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/CrossCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/CrossCluster.cs index f1146792e62..29d4b06d804 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/CrossCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/CrossCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.NodeSeeders; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/INestTestCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/INestTestCluster.cs index 3f3181bb990..6a05cd5d0d1 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/INestTestCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/INestTestCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/IntrusiveOperationCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/IntrusiveOperationCluster.cs index e92d491f614..cc2606e8aee 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/IntrusiveOperationCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/IntrusiveOperationCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using static Elastic.Stack.ArtifactsApi.Products.ElasticsearchPlugin; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/ReadOnlyCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/ReadOnlyCluster.cs index 30382e10294..5ae002a043b 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/ReadOnlyCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/ReadOnlyCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.NodeSeeders; using static Elastic.Stack.ArtifactsApi.Products.ElasticsearchPlugin; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/TimeSeriesCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/TimeSeriesCluster.cs index 772a399bf62..82e5932b1fe 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/TimeSeriesCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/TimeSeriesCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/ManagedElasticsearch/Clusters/UnbalancedCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/UnbalancedCluster.cs index e078a16ee6f..6a896055996 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/UnbalancedCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/UnbalancedCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.NodeSeeders; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/WatcherStateCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/WatcherStateCluster.cs index 06defb13018..51417415987 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/WatcherStateCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/WatcherStateCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Managed.Configuration; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/WritableCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/WritableCluster.cs index 49dea42e01d..7ecb0ef6b4d 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/WritableCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/WritableCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Stack.ArtifactsApi.Products; diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/XPackCluster.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/XPackCluster.cs index 48dc57651ba..ad2c9dd7bd6 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/XPackCluster.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/XPackCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/ManagedElasticsearch/NodeSeeders/DefaultSeeder.cs b/tests/Tests.Core/ManagedElasticsearch/NodeSeeders/DefaultSeeder.cs index 8d125517161..6bd1a751241 100644 --- a/tests/Tests.Core/ManagedElasticsearch/NodeSeeders/DefaultSeeder.cs +++ b/tests/Tests.Core/ManagedElasticsearch/NodeSeeders/DefaultSeeder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureNativeSecurityRealmEnabledInElasticsearchYaml.cs b/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureNativeSecurityRealmEnabledInElasticsearchYaml.cs index 356ebfc1c85..a19308b8cad 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureNativeSecurityRealmEnabledInElasticsearchYaml.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureNativeSecurityRealmEnabledInElasticsearchYaml.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.IO; diff --git a/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationInElasticsearchYaml.cs b/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationInElasticsearchYaml.cs index fcb166511c6..42d455e0b34 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationInElasticsearchYaml.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationInElasticsearchYaml.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationSecretsInKeystore.cs b/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationSecretsInKeystore.cs index 9903b3bf2dd..b86133e8c6a 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationSecretsInKeystore.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Tasks/EnsureWatcherActionConfigurationSecretsInKeystore.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Ephemeral; diff --git a/tests/Tests.Core/ManagedElasticsearch/Tasks/WriteAnalysisFiles.cs b/tests/Tests.Core/ManagedElasticsearch/Tasks/WriteAnalysisFiles.cs index a2223bb005c..62a3fff8a75 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Tasks/WriteAnalysisFiles.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Tasks/WriteAnalysisFiles.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Serialization/ExpectJsonTestBase.cs b/tests/Tests.Core/Serialization/ExpectJsonTestBase.cs index fe9f0c265a5..71b5c7eb088 100644 --- a/tests/Tests.Core/Serialization/ExpectJsonTestBase.cs +++ b/tests/Tests.Core/Serialization/ExpectJsonTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.Extensions; diff --git a/tests/Tests.Core/Serialization/GeoCoordinateJsonConverter.cs b/tests/Tests.Core/Serialization/GeoCoordinateJsonConverter.cs index 9d1fdbaefbc..1d3aaa2418b 100644 --- a/tests/Tests.Core/Serialization/GeoCoordinateJsonConverter.cs +++ b/tests/Tests.Core/Serialization/GeoCoordinateJsonConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests.Core/Serialization/IntermediateChangedSettings.cs b/tests/Tests.Core/Serialization/IntermediateChangedSettings.cs index 8f0268ecc54..e7c5822c53b 100644 --- a/tests/Tests.Core/Serialization/IntermediateChangedSettings.cs +++ b/tests/Tests.Core/Serialization/IntermediateChangedSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests.Core/Serialization/RoundtripperDsl.cs b/tests/Tests.Core/Serialization/RoundtripperDsl.cs index 025ddbfb80c..246df1d34d8 100644 --- a/tests/Tests.Core/Serialization/RoundtripperDsl.cs +++ b/tests/Tests.Core/Serialization/RoundtripperDsl.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Serialization/SerializationTestHelper.cs b/tests/Tests.Core/Serialization/SerializationTestHelper.cs index ee11118fb1e..d6695e59e74 100644 --- a/tests/Tests.Core/Serialization/SerializationTestHelper.cs +++ b/tests/Tests.Core/Serialization/SerializationTestHelper.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests.Core/Serialization/SerializationTester.cs b/tests/Tests.Core/Serialization/SerializationTester.cs index 4073d0c5272..91ee97a099a 100644 --- a/tests/Tests.Core/Serialization/SerializationTester.cs +++ b/tests/Tests.Core/Serialization/SerializationTester.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Xunit/Generators.cs b/tests/Tests.Core/Xunit/Generators.cs index 6b873dc0705..27e084c62d2 100644 --- a/tests/Tests.Core/Xunit/Generators.cs +++ b/tests/Tests.Core/Xunit/Generators.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Domain; diff --git a/tests/Tests.Core/Xunit/IntegrationOnlyAttribute.cs b/tests/Tests.Core/Xunit/IntegrationOnlyAttribute.cs index b394769272c..14a4b4bd0cb 100644 --- a/tests/Tests.Core/Xunit/IntegrationOnlyAttribute.cs +++ b/tests/Tests.Core/Xunit/IntegrationOnlyAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Tests.Configuration; diff --git a/tests/Tests.Core/Xunit/JsonNetSerializerOnlyAttribute.cs b/tests/Tests.Core/Xunit/JsonNetSerializerOnlyAttribute.cs index 2b1d47a9264..9948e4763bd 100644 --- a/tests/Tests.Core/Xunit/JsonNetSerializerOnlyAttribute.cs +++ b/tests/Tests.Core/Xunit/JsonNetSerializerOnlyAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Tests.Core.Client; diff --git a/tests/Tests.Core/Xunit/NeedsTypedKeysAttribute.cs b/tests/Tests.Core/Xunit/NeedsTypedKeysAttribute.cs index d18c9883de0..19b36a66e03 100644 --- a/tests/Tests.Core/Xunit/NeedsTypedKeysAttribute.cs +++ b/tests/Tests.Core/Xunit/NeedsTypedKeysAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Tests.Configuration; diff --git a/tests/Tests.Core/Xunit/NestXunitRunOptions.cs b/tests/Tests.Core/Xunit/NestXunitRunOptions.cs index 04db726f38f..6aaa2b57ab8 100644 --- a/tests/Tests.Core/Xunit/NestXunitRunOptions.cs +++ b/tests/Tests.Core/Xunit/NestXunitRunOptions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Core/Xunit/ProjectReferenceOnlyAttribute.cs b/tests/Tests.Core/Xunit/ProjectReferenceOnlyAttribute.cs index c7b94526d25..31e4d4598a2 100644 --- a/tests/Tests.Core/Xunit/ProjectReferenceOnlyAttribute.cs +++ b/tests/Tests.Core/Xunit/ProjectReferenceOnlyAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Core/Xunit/SkipOnCiAttribute.cs b/tests/Tests.Core/Xunit/SkipOnCiAttribute.cs index 7bb0422d517..acdd3ecc032 100644 --- a/tests/Tests.Core/Xunit/SkipOnCiAttribute.cs +++ b/tests/Tests.Core/Xunit/SkipOnCiAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Core/Xunit/XunitRunState.cs b/tests/Tests.Core/Xunit/XunitRunState.cs index a93ef3529e8..e4b55779ccb 100644 --- a/tests/Tests.Core/Xunit/XunitRunState.cs +++ b/tests/Tests.Core/Xunit/XunitRunState.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/CommitActivity.cs b/tests/Tests.Domain/CommitActivity.cs index 2cf0f145de6..ee6dac3c440 100644 --- a/tests/Tests.Domain/CommitActivity.cs +++ b/tests/Tests.Domain/CommitActivity.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/Developer.cs b/tests/Tests.Domain/Developer.cs index f0b46ae94b6..951c000686a 100644 --- a/tests/Tests.Domain/Developer.cs +++ b/tests/Tests.Domain/Developer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading; diff --git a/tests/Tests.Domain/Extensions/AnonymizerExtensions.cs b/tests/Tests.Domain/Extensions/AnonymizerExtensions.cs index f66d358a8a3..1629e9e72ef 100644 --- a/tests/Tests.Domain/Extensions/AnonymizerExtensions.cs +++ b/tests/Tests.Domain/Extensions/AnonymizerExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests.Domain/Extensions/ConnectionSettingsExtensions.cs b/tests/Tests.Domain/Extensions/ConnectionSettingsExtensions.cs index 902957db782..de47d0ff256 100644 --- a/tests/Tests.Domain/Extensions/ConnectionSettingsExtensions.cs +++ b/tests/Tests.Domain/Extensions/ConnectionSettingsExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Domain.Helpers; diff --git a/tests/Tests.Domain/Extensions/DateTimeExtensions.cs b/tests/Tests.Domain/Extensions/DateTimeExtensions.cs index 83c678cfe2f..9e691b7b1c5 100644 --- a/tests/Tests.Domain/Extensions/DateTimeExtensions.cs +++ b/tests/Tests.Domain/Extensions/DateTimeExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/Gender.cs b/tests/Tests.Domain/Gender.cs index 31d22653072..0e0a037142c 100644 --- a/tests/Tests.Domain/Gender.cs +++ b/tests/Tests.Domain/Gender.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; diff --git a/tests/Tests.Domain/GeoIp.cs b/tests/Tests.Domain/GeoIp.cs index e5395741ff3..ea4e0be6db8 100644 --- a/tests/Tests.Domain/GeoIp.cs +++ b/tests/Tests.Domain/GeoIp.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests.Domain/GeoShape.cs b/tests/Tests.Domain/GeoShape.cs index fa285cc2115..005731113ed 100644 --- a/tests/Tests.Domain/GeoShape.cs +++ b/tests/Tests.Domain/GeoShape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/Helpers/Gimme.cs b/tests/Tests.Domain/Helpers/Gimme.cs index 88148d25bf5..8c5fdcf2721 100644 --- a/tests/Tests.Domain/Helpers/Gimme.cs +++ b/tests/Tests.Domain/Helpers/Gimme.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Bogus; using Tests.Configuration; diff --git a/tests/Tests.Domain/Helpers/TestValueHelper.cs b/tests/Tests.Domain/Helpers/TestValueHelper.cs index 96f2be30d9e..1256fb62d03 100644 --- a/tests/Tests.Domain/Helpers/TestValueHelper.cs +++ b/tests/Tests.Domain/Helpers/TestValueHelper.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Tests.Configuration; diff --git a/tests/Tests.Domain/JsonConverters/DateTimeConverter.cs b/tests/Tests.Domain/JsonConverters/DateTimeConverter.cs index 166633739e4..08c9564fd11 100644 --- a/tests/Tests.Domain/JsonConverters/DateTimeConverter.cs +++ b/tests/Tests.Domain/JsonConverters/DateTimeConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/tests/Tests.Domain/JsonConverters/StringTimeSpanConverter.cs b/tests/Tests.Domain/JsonConverters/StringTimeSpanConverter.cs index 7a0d61b73c2..ec952eeb87b 100644 --- a/tests/Tests.Domain/JsonConverters/StringTimeSpanConverter.cs +++ b/tests/Tests.Domain/JsonConverters/StringTimeSpanConverter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/Log.cs b/tests/Tests.Domain/Log.cs index 90aa786e902..1d1dee308fd 100644 --- a/tests/Tests.Domain/Log.cs +++ b/tests/Tests.Domain/Log.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/Metric.cs b/tests/Tests.Domain/Metric.cs index c9bb1d180ac..8a378ac728b 100644 --- a/tests/Tests.Domain/Metric.cs +++ b/tests/Tests.Domain/Metric.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests.Domain/Person.cs b/tests/Tests.Domain/Person.cs index 63a637bb662..a71d9f1656e 100644 --- a/tests/Tests.Domain/Person.cs +++ b/tests/Tests.Domain/Person.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading; diff --git a/tests/Tests.Domain/Project.cs b/tests/Tests.Domain/Project.cs index 73622318ace..e7a5131275f 100644 --- a/tests/Tests.Domain/Project.cs +++ b/tests/Tests.Domain/Project.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/ProjectPercolation.cs b/tests/Tests.Domain/ProjectPercolation.cs index 4771a9e942a..e37d451d1c2 100644 --- a/tests/Tests.Domain/ProjectPercolation.cs +++ b/tests/Tests.Domain/ProjectPercolation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests.Domain/Ranges.cs b/tests/Tests.Domain/Ranges.cs index 6d6ea40f422..f382c2618e5 100644 --- a/tests/Tests.Domain/Ranges.cs +++ b/tests/Tests.Domain/Ranges.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/Shape.cs b/tests/Tests.Domain/Shape.cs index b4e96fc4fdc..71d037c6199 100644 --- a/tests/Tests.Domain/Shape.cs +++ b/tests/Tests.Domain/Shape.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Domain/SimpleGeoPoint.cs b/tests/Tests.Domain/SimpleGeoPoint.cs index 63f28b31068..2ee3dda0599 100644 --- a/tests/Tests.Domain/SimpleGeoPoint.cs +++ b/tests/Tests.Domain/SimpleGeoPoint.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Bogus; using Tests.Configuration; diff --git a/tests/Tests.Domain/SourceOnlyObject.cs b/tests/Tests.Domain/SourceOnlyObject.cs index 3d21f368a6e..dadc0ea1e9a 100644 --- a/tests/Tests.Domain/SourceOnlyObject.cs +++ b/tests/Tests.Domain/SourceOnlyObject.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests.Domain/Tag.cs b/tests/Tests.Domain/Tag.cs index 9c5f4290ad4..64efceb72aa 100644 --- a/tests/Tests.Domain/Tag.cs +++ b/tests/Tests.Domain/Tag.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/BytesResponseTests.cs b/tests/Tests.Reproduce/BytesResponseTests.cs index 35d144218d2..69afb38bae3 100644 --- a/tests/Tests.Reproduce/BytesResponseTests.cs +++ b/tests/Tests.Reproduce/BytesResponseTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/DateSerialization.cs b/tests/Tests.Reproduce/DateSerialization.cs index 0b47ab37237..d4d33696dbf 100644 --- a/tests/Tests.Reproduce/DateSerialization.cs +++ b/tests/Tests.Reproduce/DateSerialization.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/Discuss179634.cs b/tests/Tests.Reproduce/Discuss179634.cs index c708f5ace98..df6aaabb4c8 100644 --- a/tests/Tests.Reproduce/Discuss179634.cs +++ b/tests/Tests.Reproduce/Discuss179634.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/tests/Tests.Reproduce/GitHubIssue3719.cs b/tests/Tests.Reproduce/GitHubIssue3719.cs index 4358feeea2f..a9ce38267e8 100644 --- a/tests/Tests.Reproduce/GitHubIssue3719.cs +++ b/tests/Tests.Reproduce/GitHubIssue3719.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GitHubIssue3819.cs b/tests/Tests.Reproduce/GitHubIssue3819.cs index 48e58a727e5..e9c7ffa4db3 100644 --- a/tests/Tests.Reproduce/GitHubIssue3819.cs +++ b/tests/Tests.Reproduce/GitHubIssue3819.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests.Reproduce/GitHubIssue3926.cs b/tests/Tests.Reproduce/GitHubIssue3926.cs index ab5c6683563..5ecaf2134c4 100644 --- a/tests/Tests.Reproduce/GitHubIssue3926.cs +++ b/tests/Tests.Reproduce/GitHubIssue3926.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue3981.cs b/tests/Tests.Reproduce/GitHubIssue3981.cs index 015b1a04f14..f074a53faa5 100644 --- a/tests/Tests.Reproduce/GitHubIssue3981.cs +++ b/tests/Tests.Reproduce/GitHubIssue3981.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GitHubIssue4103.cs b/tests/Tests.Reproduce/GitHubIssue4103.cs index ec59d3f51d3..889b2ad06f6 100644 --- a/tests/Tests.Reproduce/GitHubIssue4103.cs +++ b/tests/Tests.Reproduce/GitHubIssue4103.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4285.cs b/tests/Tests.Reproduce/GitHubIssue4285.cs index 78187fde76e..4b74d95fdfa 100644 --- a/tests/Tests.Reproduce/GitHubIssue4285.cs +++ b/tests/Tests.Reproduce/GitHubIssue4285.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4294.cs b/tests/Tests.Reproduce/GitHubIssue4294.cs index f9c294b17c9..e6a05326674 100644 --- a/tests/Tests.Reproduce/GitHubIssue4294.cs +++ b/tests/Tests.Reproduce/GitHubIssue4294.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4333.cs b/tests/Tests.Reproduce/GitHubIssue4333.cs index d2e7d555c5e..051aa0b3714 100644 --- a/tests/Tests.Reproduce/GitHubIssue4333.cs +++ b/tests/Tests.Reproduce/GitHubIssue4333.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4382.cs b/tests/Tests.Reproduce/GitHubIssue4382.cs index 0d89a88428e..b12bc6982b6 100644 --- a/tests/Tests.Reproduce/GitHubIssue4382.cs +++ b/tests/Tests.Reproduce/GitHubIssue4382.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4462.cs b/tests/Tests.Reproduce/GitHubIssue4462.cs index 21768efd300..80db35e55d9 100644 --- a/tests/Tests.Reproduce/GitHubIssue4462.cs +++ b/tests/Tests.Reproduce/GitHubIssue4462.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4487.cs b/tests/Tests.Reproduce/GitHubIssue4487.cs index a8dd5192f1e..b6e6f959372 100644 --- a/tests/Tests.Reproduce/GitHubIssue4487.cs +++ b/tests/Tests.Reproduce/GitHubIssue4487.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests.Reproduce/GitHubIssue4537.cs b/tests/Tests.Reproduce/GitHubIssue4537.cs index 1c56995b883..b100ae1c2f2 100644 --- a/tests/Tests.Reproduce/GitHubIssue4537.cs +++ b/tests/Tests.Reproduce/GitHubIssue4537.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4573.cs b/tests/Tests.Reproduce/GitHubIssue4573.cs index 5535a74162b..682ee57e5af 100644 --- a/tests/Tests.Reproduce/GitHubIssue4573.cs +++ b/tests/Tests.Reproduce/GitHubIssue4573.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4797.cs b/tests/Tests.Reproduce/GitHubIssue4797.cs index 18953aef9db..be6da4dc387 100644 --- a/tests/Tests.Reproduce/GitHubIssue4797.cs +++ b/tests/Tests.Reproduce/GitHubIssue4797.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GitHubIssue4817.cs b/tests/Tests.Reproduce/GitHubIssue4817.cs index 2508b50c276..44342ad12ec 100644 --- a/tests/Tests.Reproduce/GitHubIssue4817.cs +++ b/tests/Tests.Reproduce/GitHubIssue4817.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4818.cs b/tests/Tests.Reproduce/GitHubIssue4818.cs index 3d843ad4ced..b7925cc4c89 100644 --- a/tests/Tests.Reproduce/GitHubIssue4818.cs +++ b/tests/Tests.Reproduce/GitHubIssue4818.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GitHubIssue4876.cs b/tests/Tests.Reproduce/GitHubIssue4876.cs index 68e786abaed..7f5e61a3030 100644 --- a/tests/Tests.Reproduce/GitHubIssue4876.cs +++ b/tests/Tests.Reproduce/GitHubIssue4876.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue4958.cs b/tests/Tests.Reproduce/GitHubIssue4958.cs index fa651e2f465..abfe7fdfa14 100644 --- a/tests/Tests.Reproduce/GitHubIssue4958.cs +++ b/tests/Tests.Reproduce/GitHubIssue4958.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue5270.cs b/tests/Tests.Reproduce/GitHubIssue5270.cs index 40034e28bfc..354499d54e1 100644 --- a/tests/Tests.Reproduce/GitHubIssue5270.cs +++ b/tests/Tests.Reproduce/GitHubIssue5270.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue5363.cs b/tests/Tests.Reproduce/GitHubIssue5363.cs index 090b2da2749..147fb5f445e 100644 --- a/tests/Tests.Reproduce/GitHubIssue5363.cs +++ b/tests/Tests.Reproduce/GitHubIssue5363.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GitHubIssue5432.cs b/tests/Tests.Reproduce/GitHubIssue5432.cs index 742befa662c..cfbfe8ac56d 100644 --- a/tests/Tests.Reproduce/GitHubIssue5432.cs +++ b/tests/Tests.Reproduce/GitHubIssue5432.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue1901.cs b/tests/Tests.Reproduce/GithubIssue1901.cs index be56c0370d5..7f788469793 100644 --- a/tests/Tests.Reproduce/GithubIssue1901.cs +++ b/tests/Tests.Reproduce/GithubIssue1901.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue1906.cs b/tests/Tests.Reproduce/GithubIssue1906.cs index 3e993918c7a..4f4f75a7caf 100644 --- a/tests/Tests.Reproduce/GithubIssue1906.cs +++ b/tests/Tests.Reproduce/GithubIssue1906.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue2052.cs b/tests/Tests.Reproduce/GithubIssue2052.cs index c4992ae1023..29e317c859a 100644 --- a/tests/Tests.Reproduce/GithubIssue2052.cs +++ b/tests/Tests.Reproduce/GithubIssue2052.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue2101.cs b/tests/Tests.Reproduce/GithubIssue2101.cs index 92832d6a344..f13c9a0473c 100644 --- a/tests/Tests.Reproduce/GithubIssue2101.cs +++ b/tests/Tests.Reproduce/GithubIssue2101.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests.Reproduce/GithubIssue2152.cs b/tests/Tests.Reproduce/GithubIssue2152.cs index c22c1c1eb73..6da73801978 100644 --- a/tests/Tests.Reproduce/GithubIssue2152.cs +++ b/tests/Tests.Reproduce/GithubIssue2152.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue2173.cs b/tests/Tests.Reproduce/GithubIssue2173.cs index c8dd6ef0f0c..56b79f09006 100644 --- a/tests/Tests.Reproduce/GithubIssue2173.cs +++ b/tests/Tests.Reproduce/GithubIssue2173.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Tests.Core.Extensions; diff --git a/tests/Tests.Reproduce/GithubIssue2306.cs b/tests/Tests.Reproduce/GithubIssue2306.cs index 28ddc62094f..bb4b41cff53 100644 --- a/tests/Tests.Reproduce/GithubIssue2306.cs +++ b/tests/Tests.Reproduce/GithubIssue2306.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests.Reproduce/GithubIssue2309.cs b/tests/Tests.Reproduce/GithubIssue2309.cs index 7ecd6c521f2..740d76adb4f 100644 --- a/tests/Tests.Reproduce/GithubIssue2309.cs +++ b/tests/Tests.Reproduce/GithubIssue2309.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue2323.cs b/tests/Tests.Reproduce/GithubIssue2323.cs index e58c6d5f760..973afb0f360 100644 --- a/tests/Tests.Reproduce/GithubIssue2323.cs +++ b/tests/Tests.Reproduce/GithubIssue2323.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue2409.cs b/tests/Tests.Reproduce/GithubIssue2409.cs index 60aa64d1511..e4e79a70ec4 100644 --- a/tests/Tests.Reproduce/GithubIssue2409.cs +++ b/tests/Tests.Reproduce/GithubIssue2409.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue2503.cs b/tests/Tests.Reproduce/GithubIssue2503.cs index 389e5e3dac9..60dc95b1226 100644 --- a/tests/Tests.Reproduce/GithubIssue2503.cs +++ b/tests/Tests.Reproduce/GithubIssue2503.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests.Reproduce/GithubIssue2690.cs b/tests/Tests.Reproduce/GithubIssue2690.cs index cefce3e2d92..879602ea223 100644 --- a/tests/Tests.Reproduce/GithubIssue2690.cs +++ b/tests/Tests.Reproduce/GithubIssue2690.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Tests.Core.Client; diff --git a/tests/Tests.Reproduce/GithubIssue2788.cs b/tests/Tests.Reproduce/GithubIssue2788.cs index 51b6b6c148c..d1adf4232db 100644 --- a/tests/Tests.Reproduce/GithubIssue2788.cs +++ b/tests/Tests.Reproduce/GithubIssue2788.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue2871.cs b/tests/Tests.Reproduce/GithubIssue2871.cs index 25467d0a13c..f04190d91f3 100644 --- a/tests/Tests.Reproduce/GithubIssue2871.cs +++ b/tests/Tests.Reproduce/GithubIssue2871.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue2875.cs b/tests/Tests.Reproduce/GithubIssue2875.cs index 582ceaf3754..58c0d1e52de 100644 --- a/tests/Tests.Reproduce/GithubIssue2875.cs +++ b/tests/Tests.Reproduce/GithubIssue2875.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests.Reproduce/GithubIssue2886.cs b/tests/Tests.Reproduce/GithubIssue2886.cs index 9b0c8824a14..ad0efffeb18 100644 --- a/tests/Tests.Reproduce/GithubIssue2886.cs +++ b/tests/Tests.Reproduce/GithubIssue2886.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests.Reproduce/GithubIssue2985.cs b/tests/Tests.Reproduce/GithubIssue2985.cs index cda27e7c677..f56ef0365c6 100644 --- a/tests/Tests.Reproduce/GithubIssue2985.cs +++ b/tests/Tests.Reproduce/GithubIssue2985.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3084.cs b/tests/Tests.Reproduce/GithubIssue3084.cs index acafdffd2a6..276f8def0f2 100644 --- a/tests/Tests.Reproduce/GithubIssue3084.cs +++ b/tests/Tests.Reproduce/GithubIssue3084.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue3107.cs b/tests/Tests.Reproduce/GithubIssue3107.cs index ea45f09ac1e..ea9a0ffc06a 100644 --- a/tests/Tests.Reproduce/GithubIssue3107.cs +++ b/tests/Tests.Reproduce/GithubIssue3107.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Text; diff --git a/tests/Tests.Reproduce/GithubIssue3164.cs b/tests/Tests.Reproduce/GithubIssue3164.cs index a5737ca9cd9..f7d30908d0b 100644 --- a/tests/Tests.Reproduce/GithubIssue3164.cs +++ b/tests/Tests.Reproduce/GithubIssue3164.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests.Reproduce/GithubIssue3210.cs b/tests/Tests.Reproduce/GithubIssue3210.cs index 25d7df9978b..fc9bab52ea6 100644 --- a/tests/Tests.Reproduce/GithubIssue3210.cs +++ b/tests/Tests.Reproduce/GithubIssue3210.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3220.cs b/tests/Tests.Reproduce/GithubIssue3220.cs index 5afef2f6378..c1a0b668b0b 100644 --- a/tests/Tests.Reproduce/GithubIssue3220.cs +++ b/tests/Tests.Reproduce/GithubIssue3220.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3231.cs b/tests/Tests.Reproduce/GithubIssue3231.cs index 86faf683cb1..ad545ffd3c0 100644 --- a/tests/Tests.Reproduce/GithubIssue3231.cs +++ b/tests/Tests.Reproduce/GithubIssue3231.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3262.cs b/tests/Tests.Reproduce/GithubIssue3262.cs index bf5996657a5..eddc1051ea9 100644 --- a/tests/Tests.Reproduce/GithubIssue3262.cs +++ b/tests/Tests.Reproduce/GithubIssue3262.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue3356.cs b/tests/Tests.Reproduce/GithubIssue3356.cs index 9059a63f45f..708fe94d3ff 100644 --- a/tests/Tests.Reproduce/GithubIssue3356.cs +++ b/tests/Tests.Reproduce/GithubIssue3356.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3411.cs b/tests/Tests.Reproduce/GithubIssue3411.cs index 9eb68e18929..b24507c7695 100644 --- a/tests/Tests.Reproduce/GithubIssue3411.cs +++ b/tests/Tests.Reproduce/GithubIssue3411.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests.Reproduce/GithubIssue3673.cs b/tests/Tests.Reproduce/GithubIssue3673.cs index 5731748f8e2..3a562811591 100644 --- a/tests/Tests.Reproduce/GithubIssue3673.cs +++ b/tests/Tests.Reproduce/GithubIssue3673.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3715.cs b/tests/Tests.Reproduce/GithubIssue3715.cs index fc471132a02..2a26e46a624 100644 --- a/tests/Tests.Reproduce/GithubIssue3715.cs +++ b/tests/Tests.Reproduce/GithubIssue3715.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue3717.cs b/tests/Tests.Reproduce/GithubIssue3717.cs index eca1f57eb4e..f8af91d209d 100644 --- a/tests/Tests.Reproduce/GithubIssue3717.cs +++ b/tests/Tests.Reproduce/GithubIssue3717.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue3743.cs b/tests/Tests.Reproduce/GithubIssue3743.cs index df71e0a6ded..48bc5b3f02a 100644 --- a/tests/Tests.Reproduce/GithubIssue3743.cs +++ b/tests/Tests.Reproduce/GithubIssue3743.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue3745.cs b/tests/Tests.Reproduce/GithubIssue3745.cs index 269e2d40f6e..6142b545f8f 100644 --- a/tests/Tests.Reproduce/GithubIssue3745.cs +++ b/tests/Tests.Reproduce/GithubIssue3745.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue3813.cs b/tests/Tests.Reproduce/GithubIssue3813.cs index c156e20dfa2..a5f5783b51a 100644 --- a/tests/Tests.Reproduce/GithubIssue3813.cs +++ b/tests/Tests.Reproduce/GithubIssue3813.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue3907.cs b/tests/Tests.Reproduce/GithubIssue3907.cs index 11b9e9dbbb2..9b68635f74c 100644 --- a/tests/Tests.Reproduce/GithubIssue3907.cs +++ b/tests/Tests.Reproduce/GithubIssue3907.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue4041.cs b/tests/Tests.Reproduce/GithubIssue4041.cs index cad14e5b044..7bee8bae497 100644 --- a/tests/Tests.Reproduce/GithubIssue4041.cs +++ b/tests/Tests.Reproduce/GithubIssue4041.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests.Reproduce/GithubIssue4044.cs b/tests/Tests.Reproduce/GithubIssue4044.cs index 3ebf8ea55b8..bf2bedd7d79 100644 --- a/tests/Tests.Reproduce/GithubIssue4044.cs +++ b/tests/Tests.Reproduce/GithubIssue4044.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests.Reproduce/GithubIssue4057.cs b/tests/Tests.Reproduce/GithubIssue4057.cs index 9a267e5ed74..e7b0959fac9 100644 --- a/tests/Tests.Reproduce/GithubIssue4057.cs +++ b/tests/Tests.Reproduce/GithubIssue4057.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue4078.cs b/tests/Tests.Reproduce/GithubIssue4078.cs index c2617e3a5b5..b1fcca4edfb 100644 --- a/tests/Tests.Reproduce/GithubIssue4078.cs +++ b/tests/Tests.Reproduce/GithubIssue4078.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue4197.cs b/tests/Tests.Reproduce/GithubIssue4197.cs index 14dfee7e29e..998288326bd 100644 --- a/tests/Tests.Reproduce/GithubIssue4197.cs +++ b/tests/Tests.Reproduce/GithubIssue4197.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue4228.cs b/tests/Tests.Reproduce/GithubIssue4228.cs index 6c8175ba99a..170c457f5ff 100644 --- a/tests/Tests.Reproduce/GithubIssue4228.cs +++ b/tests/Tests.Reproduce/GithubIssue4228.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue4243.cs b/tests/Tests.Reproduce/GithubIssue4243.cs index 68b24925057..2d15f81b5fe 100644 --- a/tests/Tests.Reproduce/GithubIssue4243.cs +++ b/tests/Tests.Reproduce/GithubIssue4243.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue4467.cs b/tests/Tests.Reproduce/GithubIssue4467.cs index 121e8c5824a..3eea27d676f 100644 --- a/tests/Tests.Reproduce/GithubIssue4467.cs +++ b/tests/Tests.Reproduce/GithubIssue4467.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue4582.cs b/tests/Tests.Reproduce/GithubIssue4582.cs index ee486876c8e..cb715a61260 100644 --- a/tests/Tests.Reproduce/GithubIssue4582.cs +++ b/tests/Tests.Reproduce/GithubIssue4582.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Text; diff --git a/tests/Tests.Reproduce/GithubIssue4703.cs b/tests/Tests.Reproduce/GithubIssue4703.cs index 5240fdfa5ee..54ba146cfad 100644 --- a/tests/Tests.Reproduce/GithubIssue4703.cs +++ b/tests/Tests.Reproduce/GithubIssue4703.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue4733.cs b/tests/Tests.Reproduce/GithubIssue4733.cs index 35e6e2fccda..3f50e9ee24a 100644 --- a/tests/Tests.Reproduce/GithubIssue4733.cs +++ b/tests/Tests.Reproduce/GithubIssue4733.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/GithubIssue4787.cs b/tests/Tests.Reproduce/GithubIssue4787.cs index 851c35bab3b..6846d95b2d2 100644 --- a/tests/Tests.Reproduce/GithubIssue4787.cs +++ b/tests/Tests.Reproduce/GithubIssue4787.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubIssue5201.cs b/tests/Tests.Reproduce/GithubIssue5201.cs index 89661caefb1..b1950918dc9 100644 --- a/tests/Tests.Reproduce/GithubIssue5201.cs +++ b/tests/Tests.Reproduce/GithubIssue5201.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubPR3815.cs b/tests/Tests.Reproduce/GithubPR3815.cs index 35f05efe205..9e889cfee1b 100644 --- a/tests/Tests.Reproduce/GithubPR3815.cs +++ b/tests/Tests.Reproduce/GithubPR3815.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/GithubPR5039.cs b/tests/Tests.Reproduce/GithubPR5039.cs index 40c7114bb05..52d15dc12cb 100644 --- a/tests/Tests.Reproduce/GithubPR5039.cs +++ b/tests/Tests.Reproduce/GithubPR5039.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/JsonNetSerializerConverters.cs b/tests/Tests.Reproduce/JsonNetSerializerConverters.cs index e6f316be8d1..060f2db15c4 100644 --- a/tests/Tests.Reproduce/JsonNetSerializerConverters.cs +++ b/tests/Tests.Reproduce/JsonNetSerializerConverters.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/TimeSpanSerialization.cs b/tests/Tests.Reproduce/TimeSpanSerialization.cs index e421612d5d5..82459859cee 100644 --- a/tests/Tests.Reproduce/TimeSpanSerialization.cs +++ b/tests/Tests.Reproduce/TimeSpanSerialization.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.Reproduce/UseCultureAttribute.cs b/tests/Tests.Reproduce/UseCultureAttribute.cs index 10735f9482f..0b15b6fdee5 100644 --- a/tests/Tests.Reproduce/UseCultureAttribute.cs +++ b/tests/Tests.Reproduce/UseCultureAttribute.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #region License // Copyright (c) .NET Foundation and Contributors diff --git a/tests/Tests.Reproduce/Utf8JsonTest.cs b/tests/Tests.Reproduce/Utf8JsonTest.cs index 1c197d506c1..424df873026 100644 --- a/tests/Tests.Reproduce/Utf8JsonTest.cs +++ b/tests/Tests.Reproduce/Utf8JsonTest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests.Reproduce/XunitBootstrap.cs b/tests/Tests.Reproduce/XunitBootstrap.cs index 3978ec42a25..29991869dcf 100644 --- a/tests/Tests.Reproduce/XunitBootstrap.cs +++ b/tests/Tests.Reproduce/XunitBootstrap.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit; using Tests.Core.Xunit; diff --git a/tests/Tests.ScratchPad/DoNothingRunner.cs b/tests/Tests.ScratchPad/DoNothingRunner.cs index 24b40d6cf51..55349f0a979 100644 --- a/tests/Tests.ScratchPad/DoNothingRunner.cs +++ b/tests/Tests.ScratchPad/DoNothingRunner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.ScratchPad { diff --git a/tests/Tests.ScratchPad/Program.cs b/tests/Tests.ScratchPad/Program.cs index f45b16dad72..9be20953082 100644 --- a/tests/Tests.ScratchPad/Program.cs +++ b/tests/Tests.ScratchPad/Program.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.ScratchPad/RunBase.cs b/tests/Tests.ScratchPad/RunBase.cs index 822dca470de..51275e27973 100644 --- a/tests/Tests.ScratchPad/RunBase.cs +++ b/tests/Tests.ScratchPad/RunBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests.ScratchPad/Runners/ApiCalls/IndexDocumentRunner.cs b/tests/Tests.ScratchPad/Runners/ApiCalls/IndexDocumentRunner.cs index fc34aa90a83..846ecaf795c 100644 --- a/tests/Tests.ScratchPad/Runners/ApiCalls/IndexDocumentRunner.cs +++ b/tests/Tests.ScratchPad/Runners/ApiCalls/IndexDocumentRunner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Domain; diff --git a/tests/Tests.ScratchPad/Runners/Inferrence/ExpressionCreationRunner.cs b/tests/Tests.ScratchPad/Runners/Inferrence/ExpressionCreationRunner.cs index f7c5fecf01b..956b11527fd 100644 --- a/tests/Tests.ScratchPad/Runners/Inferrence/ExpressionCreationRunner.cs +++ b/tests/Tests.ScratchPad/Runners/Inferrence/ExpressionCreationRunner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/tests/Tests.ScratchPad/Runners/Inferrence/FieldInferenceRunner.cs b/tests/Tests.ScratchPad/Runners/Inferrence/FieldInferenceRunner.cs index a8996ede858..3ce636feb25 100644 --- a/tests/Tests.ScratchPad/Runners/Inferrence/FieldInferenceRunner.cs +++ b/tests/Tests.ScratchPad/Runners/Inferrence/FieldInferenceRunner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Domain; diff --git a/tests/Tests.ScratchPad/Runners/Inferrence/IdInferenceRunner.cs b/tests/Tests.ScratchPad/Runners/Inferrence/IdInferenceRunner.cs index 8b26923dd72..7969de560ba 100644 --- a/tests/Tests.ScratchPad/Runners/Inferrence/IdInferenceRunner.cs +++ b/tests/Tests.ScratchPad/Runners/Inferrence/IdInferenceRunner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Domain; diff --git a/tests/Tests.ScratchPad/Runners/Inferrence/PropertyNameInferenceRunner.cs b/tests/Tests.ScratchPad/Runners/Inferrence/PropertyNameInferenceRunner.cs index 424990b8be7..e3a25b7e959 100644 --- a/tests/Tests.ScratchPad/Runners/Inferrence/PropertyNameInferenceRunner.cs +++ b/tests/Tests.ScratchPad/Runners/Inferrence/PropertyNameInferenceRunner.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Domain; diff --git a/tests/Tests/Aggregations/AggregationMetaUsageTests.cs b/tests/Tests/Aggregations/AggregationMetaUsageTests.cs index f55971f4c9d..61103627ece 100644 --- a/tests/Tests/Aggregations/AggregationMetaUsageTests.cs +++ b/tests/Tests/Aggregations/AggregationMetaUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/AggregationUsageTestBase.cs b/tests/Tests/Aggregations/AggregationUsageTestBase.cs index 97b120f9421..3f5fa2918e5 100644 --- a/tests/Tests/Aggregations/AggregationUsageTestBase.cs +++ b/tests/Tests/Aggregations/AggregationUsageTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/AggregationVisitorTests.cs b/tests/Tests/Aggregations/AggregationVisitorTests.cs index 37717176983..7c86442718a 100644 --- a/tests/Tests/Aggregations/AggregationVisitorTests.cs +++ b/tests/Tests/Aggregations/AggregationVisitorTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Reflection; diff --git a/tests/Tests/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixUsageTests.cs b/tests/Tests/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixUsageTests.cs index bae68f0af47..272c88094a6 100644 --- a/tests/Tests/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/AdjacencyMatrix/AdjacencyMatrixUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregationUsageTests.cs index a98ebf2d75a..1cd34140d57 100644 --- a/tests/Tests/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/AutoDateHistogram/AutoDateHistogramAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Children/ChildrenAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Children/ChildrenAggregationUsageTests.cs index dc06c892e79..e48cf66667b 100644 --- a/tests/Tests/Aggregations/Bucket/Children/ChildrenAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Children/ChildrenAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Aggregations/Bucket/Composite/CompositeAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Composite/CompositeAggregationUsageTests.cs index 94d8698ec78..e7ee29843f1 100644 --- a/tests/Tests/Aggregations/Bucket/Composite/CompositeAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Composite/CompositeAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/DateHistogram/DateHistogramAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/DateHistogram/DateHistogramAggregationUsageTests.cs index 2fc65198e3e..ba6a674d300 100644 --- a/tests/Tests/Aggregations/Bucket/DateHistogram/DateHistogramAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/DateHistogram/DateHistogramAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/DateRange/DateRangeAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/DateRange/DateRangeAggregationUsageTests.cs index 1ec258fba1f..02477006800 100644 --- a/tests/Tests/Aggregations/Bucket/DateRange/DateRangeAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/DateRange/DateRangeAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationUsageTests.cs index b3c7160b2e3..3b774ddc9e7 100644 --- a/tests/Tests/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/DiversifiedSampler/DiversifiedSamplerAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Bucket/Filter/FilterAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Filter/FilterAggregationUsageTests.cs index 808dd2ffac4..3e4541d8b20 100644 --- a/tests/Tests/Aggregations/Bucket/Filter/FilterAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Filter/FilterAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Filters/FiltersAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Filters/FiltersAggregationUsageTests.cs index 1c9c8598215..39d5b97a7ac 100644 --- a/tests/Tests/Aggregations/Bucket/Filters/FiltersAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Filters/FiltersAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/GeoDistance/GeoDistanceAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/GeoDistance/GeoDistanceAggregationUsageTests.cs index 2d0460c963b..2f8084f2c5b 100644 --- a/tests/Tests/Aggregations/Bucket/GeoDistance/GeoDistanceAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/GeoDistance/GeoDistanceAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregationUsageTests.cs index c88b9eb0f78..189963eb80c 100644 --- a/tests/Tests/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregationUsageTests.cs index c4482dd557b..49175b92ca1 100644 --- a/tests/Tests/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/GeoTileGrid/GeoTileGridAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Global/GlobalAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Global/GlobalAggregationUsageTests.cs index 14a6284c528..44e56c5b55a 100644 --- a/tests/Tests/Aggregations/Bucket/Global/GlobalAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Global/GlobalAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Bucket/Histogram/HistogramAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Histogram/HistogramAggregationUsageTests.cs index e7a080db73d..a4e5cb1684d 100644 --- a/tests/Tests/Aggregations/Bucket/Histogram/HistogramAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Histogram/HistogramAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Bucket/IpRange/IpRangeAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/IpRange/IpRangeAggregationUsageTests.cs index 695b246008d..adaa698d3df 100644 --- a/tests/Tests/Aggregations/Bucket/IpRange/IpRangeAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/IpRange/IpRangeAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Missing/MissingAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Missing/MissingAggregationUsageTests.cs index 35005fffb94..de53f04f199 100644 --- a/tests/Tests/Aggregations/Bucket/Missing/MissingAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Missing/MissingAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Aggregations/Bucket/MultiTerms/MultiTermsAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/MultiTerms/MultiTermsAggregationUsageTests.cs index 32f9dee5ee3..e392a25455a 100644 --- a/tests/Tests/Aggregations/Bucket/MultiTerms/MultiTermsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/MultiTerms/MultiTermsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Nested/NestedAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Nested/NestedAggregationUsageTests.cs index 32ca3c67211..bde532befdd 100644 --- a/tests/Tests/Aggregations/Bucket/Nested/NestedAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Nested/NestedAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Bucket/Parent/ParentAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Parent/ParentAggregationUsageTests.cs index ee8ee833e29..b321763fabe 100644 --- a/tests/Tests/Aggregations/Bucket/Parent/ParentAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Parent/ParentAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Range/RangeAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Range/RangeAggregationUsageTests.cs index 2f4df9e107f..134fb3aadea 100644 --- a/tests/Tests/Aggregations/Bucket/Range/RangeAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Range/RangeAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/RareTerms/RareTermsAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/RareTerms/RareTermsAggregationUsageTests.cs index dc239e3a0ca..0a89aa6b237 100644 --- a/tests/Tests/Aggregations/Bucket/RareTerms/RareTermsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/RareTerms/RareTermsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/ReverseNested/ReverseNestedAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/ReverseNested/ReverseNestedAggregationUsageTests.cs index a7851a93a3f..4d1fe46c326 100644 --- a/tests/Tests/Aggregations/Bucket/ReverseNested/ReverseNestedAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/ReverseNested/ReverseNestedAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Bucket/Sampler/SamplerAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Sampler/SamplerAggregationUsageTests.cs index b044b59b8e4..9c8378b97b7 100644 --- a/tests/Tests/Aggregations/Bucket/Sampler/SamplerAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Sampler/SamplerAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregationUsageTests.cs index e74e93476d5..3bdf372bf44 100644 --- a/tests/Tests/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/SignificantTerms/SignificantTermsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Bucket/SignificantText/SignificantTextAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/SignificantText/SignificantTextAggregationUsageTests.cs index 5ad5bd03c59..6d3c225a5aa 100644 --- a/tests/Tests/Aggregations/Bucket/SignificantText/SignificantTextAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/SignificantText/SignificantTextAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/Terms/TermsAggregationUsageTests.cs b/tests/Tests/Aggregations/Bucket/Terms/TermsAggregationUsageTests.cs index 90650405682..e845f3d0cae 100644 --- a/tests/Tests/Aggregations/Bucket/Terms/TermsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/Terms/TermsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramUsageTests.cs b/tests/Tests/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramUsageTests.cs index 48c80ab0b52..42d5e158898 100644 --- a/tests/Tests/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramUsageTests.cs +++ b/tests/Tests/Aggregations/Bucket/VariableWidthHistogram/VariableWidthHistogramUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Matrix/MatrixStats/MatrixStatsAggregationUsageTests.cs b/tests/Tests/Aggregations/Matrix/MatrixStats/MatrixStatsAggregationUsageTests.cs index 5771f7eead2..f70727fd984 100644 --- a/tests/Tests/Aggregations/Matrix/MatrixStats/MatrixStatsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Matrix/MatrixStats/MatrixStatsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/Average/AverageAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Average/AverageAggregationUsageTests.cs index ff568af7b0e..4c4d7a814cf 100644 --- a/tests/Tests/Aggregations/Metric/Average/AverageAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Average/AverageAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/Boxplot/BoxplotAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Boxplot/BoxplotAggregationUsageTests.cs index a9158077a8d..59003c93c46 100644 --- a/tests/Tests/Aggregations/Metric/Boxplot/BoxplotAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Boxplot/BoxplotAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/Cardinality/CardinalityAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Cardinality/CardinalityAggregationUsageTests.cs index dbb9c8ccd4b..8c455a5e287 100644 --- a/tests/Tests/Aggregations/Metric/Cardinality/CardinalityAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Cardinality/CardinalityAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregationUsageTests.cs index 7c4d77dd857..07bc35a7923 100644 --- a/tests/Tests/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/GeoBounds/GeoBoundsAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/GeoBounds/GeoBoundsAggregationUsageTests.cs index 206e745a993..9f0f2a1f1b8 100644 --- a/tests/Tests/Aggregations/Metric/GeoBounds/GeoBoundsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/GeoBounds/GeoBoundsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/GeoCentroid/GeoCentroidAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/GeoCentroid/GeoCentroidAggregationUsageTests.cs index 6e4439c67fa..6176be4b7c9 100644 --- a/tests/Tests/Aggregations/Metric/GeoCentroid/GeoCentroidAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/GeoCentroid/GeoCentroidAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs index fd5864e9f34..c59969c575a 100644 --- a/tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Metric/Max/MaxAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Max/MaxAggregationUsageTests.cs index 676731de5ca..5e4d2b5dc64 100644 --- a/tests/Tests/Aggregations/Metric/Max/MaxAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Max/MaxAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregationUsageTests.cs index bd317b8572d..9eef48d6624 100644 --- a/tests/Tests/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Metric/Min/MinAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Min/MinAggregationUsageTests.cs index d84989b8a1b..784348f790a 100644 --- a/tests/Tests/Aggregations/Metric/Min/MinAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Min/MinAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationUsageTests.cs index ee5ad1ad61b..5d75e4725a8 100644 --- a/tests/Tests/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/PercentileRanks/PercentileRanksAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/Percentiles/PercentilesAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Percentiles/PercentilesAggregationUsageTests.cs index edc47129c05..fd9c8568635 100644 --- a/tests/Tests/Aggregations/Metric/Percentiles/PercentilesAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Percentiles/PercentilesAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs index 1ce67002943..bb60048365c 100644 --- a/tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregationUsageTests.cs index 1243ef2d0e5..09cc549886e 100644 --- a/tests/Tests/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/ScriptedMetric/ScriptedMetricAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/Stats/StatsAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Stats/StatsAggregationUsageTests.cs index ce57b6b4db1..df337794ef1 100644 --- a/tests/Tests/Aggregations/Metric/Stats/StatsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Stats/StatsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/StringStats/StringStatsAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/StringStats/StringStatsAggregationUsageTests.cs index 9baec035254..385d9434e19 100644 --- a/tests/Tests/Aggregations/Metric/StringStats/StringStatsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/StringStats/StringStatsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Metric/Sum/SumAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/Sum/SumAggregationUsageTests.cs index 80ddebb1d90..e8e583f7998 100644 --- a/tests/Tests/Aggregations/Metric/Sum/SumAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/Sum/SumAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/TTest/TTestAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/TTest/TTestAggregationUsageTests.cs index 38d8c52f884..74e2e3a0af9 100644 --- a/tests/Tests/Aggregations/Metric/TTest/TTestAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/TTest/TTestAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Metric/TopHits/TopHitsAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/TopHits/TopHitsAggregationUsageTests.cs index 52895bf55b3..847e3606a52 100644 --- a/tests/Tests/Aggregations/Metric/TopHits/TopHitsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/TopHits/TopHitsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/TopMetrics/TopMetricsAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/TopMetrics/TopMetricsAggregationUsageTests.cs index 431229daa44..500f6c96d62 100644 --- a/tests/Tests/Aggregations/Metric/TopMetrics/TopMetricsAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/TopMetrics/TopMetricsAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Metric/ValueCount/ValueCountAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/ValueCount/ValueCountAggregationUsageTests.cs index 93c3cd8fca6..a979375e41b 100644 --- a/tests/Tests/Aggregations/Metric/ValueCount/ValueCountAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/ValueCount/ValueCountAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Metric/WeightedAverage/WeightedAverageAggregationUsageTests.cs b/tests/Tests/Aggregations/Metric/WeightedAverage/WeightedAverageAggregationUsageTests.cs index e7414e480ab..67572e79e0f 100644 --- a/tests/Tests/Aggregations/Metric/WeightedAverage/WeightedAverageAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Metric/WeightedAverage/WeightedAverageAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Pipeline/AverageBucket/AverageBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/AverageBucket/AverageBucketAggregationUsageTests.cs index d3e9cf27c4a..4ab72ba0959 100644 --- a/tests/Tests/Aggregations/Pipeline/AverageBucket/AverageBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/AverageBucket/AverageBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/BucketScript/BucketScriptAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/BucketScript/BucketScriptAggregationUsageTests.cs index 84e018045b4..c3d1ab1a038 100644 --- a/tests/Tests/Aggregations/Pipeline/BucketScript/BucketScriptAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/BucketScript/BucketScriptAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregationUsageTests.cs index cd5a3e8f269..4c2079c5fb9 100644 --- a/tests/Tests/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/BucketSelector/BucketSelectorAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/BucketSort/BucketSortAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/BucketSort/BucketSortAggregationUsageTests.cs index fa2ff2bd1b8..c8427a031b9 100644 --- a/tests/Tests/Aggregations/Pipeline/BucketSort/BucketSortAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/BucketSort/BucketSortAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregationUsageTests.cs index 68692d502cb..ccfbca6cb39 100644 --- a/tests/Tests/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregationUsageTests.cs index e0c70c56d47..a59b61d0dab 100644 --- a/tests/Tests/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/Derivative/DerivativeAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/Derivative/DerivativeAggregationUsageTests.cs index 19668869509..fe5cc79362a 100644 --- a/tests/Tests/Aggregations/Pipeline/Derivative/DerivativeAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/Derivative/DerivativeAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregationUsageTests.cs index 861b5a4f0d1..2ac56087b6d 100644 --- a/tests/Tests/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/MaxBucket/MaxBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MaxBucket/MaxBucketAggregationUsageTests.cs index 6aec9b62501..726bb9caa76 100644 --- a/tests/Tests/Aggregations/Pipeline/MaxBucket/MaxBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MaxBucket/MaxBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/MinBucket/MinBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MinBucket/MinBucketAggregationUsageTests.cs index d38214c6e25..b35f93c4c94 100644 --- a/tests/Tests/Aggregations/Pipeline/MinBucket/MinBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MinBucket/MinBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageEwmaAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageEwmaAggregationUsageTests.cs index 3abe00e900d..d14d9aaf1bb 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageEwmaAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageEwmaAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltLinearAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltLinearAggregationUsageTests.cs index 09878c19667..5b60d216847 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltLinearAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltLinearAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltWintersAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltWintersAggregationUsageTests.cs index b6c1943c719..2157f3b5d3d 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltWintersAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageHoltWintersAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageLinearAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageLinearAggregationUsageTests.cs index fa1eeac62a8..6899769a09d 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageLinearAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageLinearAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageSimpleAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageSimpleAggregationUsageTests.cs index 643c73a1f87..e0d2cf644a9 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageSimpleAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingAverage/MovingAverageSimpleAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregationUsageTests.cs index 2e16600c5c1..e2e2ec6a48a 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregationUsageTests.cs index 0698fff77a5..e3f56a6918b 100644 --- a/tests/Tests/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/Pipeline/Normalize/NormalizeAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/Normalize/NormalizeAggregationUsageTests.cs index d5b6a27f128..acde62b5140 100644 --- a/tests/Tests/Aggregations/Pipeline/Normalize/NormalizeAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/Normalize/NormalizeAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregationUsageTests.cs index c704d035c58..af9cfc0c2b4 100644 --- a/tests/Tests/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/PercentilesBucket/PercentilesBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregationUsageTests.cs index 97250e08a4b..d409db6ea1b 100644 --- a/tests/Tests/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/SerialDifferencing/SerialDifferencingAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/StatsBucket/StatsBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/StatsBucket/StatsBucketAggregationUsageTests.cs index 66c37cfde4a..1cf8475bcf4 100644 --- a/tests/Tests/Aggregations/Pipeline/StatsBucket/StatsBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/StatsBucket/StatsBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/Pipeline/SumBucket/SumBucketAggregationUsageTests.cs b/tests/Tests/Aggregations/Pipeline/SumBucket/SumBucketAggregationUsageTests.cs index 3da1441e7ef..fae1b2605b7 100644 --- a/tests/Tests/Aggregations/Pipeline/SumBucket/SumBucketAggregationUsageTests.cs +++ b/tests/Tests/Aggregations/Pipeline/SumBucket/SumBucketAggregationUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Aggregations/ReservedAggregationNames.doc.cs b/tests/Tests/Aggregations/ReservedAggregationNames.doc.cs index 7e56a4f658c..47614d82f78 100644 --- a/tests/Tests/Aggregations/ReservedAggregationNames.doc.cs +++ b/tests/Tests/Aggregations/ReservedAggregationNames.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Aggregations/WritingAggregations.doc.cs b/tests/Tests/Aggregations/WritingAggregations.doc.cs index f44b8272a83..c510a4bc071 100644 --- a/tests/Tests/Aggregations/WritingAggregations.doc.cs +++ b/tests/Tests/Aggregations/WritingAggregations.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Analysis/AnalysisComponentTestBase.cs b/tests/Tests/Analysis/AnalysisComponentTestBase.cs index 0bd12ca1bba..0dee455b7fd 100644 --- a/tests/Tests/Analysis/AnalysisComponentTestBase.cs +++ b/tests/Tests/Analysis/AnalysisComponentTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Analysis/AnalysisCrudTests.cs b/tests/Tests/Analysis/AnalysisCrudTests.cs index 2169fea067e..942c57df20d 100644 --- a/tests/Tests/Analysis/AnalysisCrudTests.cs +++ b/tests/Tests/Analysis/AnalysisCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Analysis/AnalysisUsageTests.cs b/tests/Tests/Analysis/AnalysisUsageTests.cs index 59b42d73268..3d7dd3a8a43 100644 --- a/tests/Tests/Analysis/AnalysisUsageTests.cs +++ b/tests/Tests/Analysis/AnalysisUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Analysis/AnalysisWithNormalizerCrudTests.cs b/tests/Tests/Analysis/AnalysisWithNormalizerCrudTests.cs index acc144a4ec8..a6ee8ec3fa5 100644 --- a/tests/Tests/Analysis/AnalysisWithNormalizerCrudTests.cs +++ b/tests/Tests/Analysis/AnalysisWithNormalizerCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/Analysis/Analyzers/AnalyzerAssertionBase.cs b/tests/Tests/Analysis/Analyzers/AnalyzerAssertionBase.cs index de2ba17fa3a..f477c5af0ef 100644 --- a/tests/Tests/Analysis/Analyzers/AnalyzerAssertionBase.cs +++ b/tests/Tests/Analysis/Analyzers/AnalyzerAssertionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/tests/Tests/Analysis/Analyzers/AnalyzerTests.cs b/tests/Tests/Analysis/Analyzers/AnalyzerTests.cs index 4d8e64dfdab..ff2eb01af5d 100644 --- a/tests/Tests/Analysis/Analyzers/AnalyzerTests.cs +++ b/tests/Tests/Analysis/Analyzers/AnalyzerTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Analysis/CharFilters/CharFilterAssertionBase.cs b/tests/Tests/Analysis/CharFilters/CharFilterAssertionBase.cs index 37fbf66cf4b..2b48086381d 100644 --- a/tests/Tests/Analysis/CharFilters/CharFilterAssertionBase.cs +++ b/tests/Tests/Analysis/CharFilters/CharFilterAssertionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/tests/Tests/Analysis/CharFilters/CharFilterTests.cs b/tests/Tests/Analysis/CharFilters/CharFilterTests.cs index b7c2c43af5d..37f3e741111 100644 --- a/tests/Tests/Analysis/CharFilters/CharFilterTests.cs +++ b/tests/Tests/Analysis/CharFilters/CharFilterTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Analysis/Normalizers/NormalizerAssertionBase.cs b/tests/Tests/Analysis/Normalizers/NormalizerAssertionBase.cs index af10e453961..382e556bed9 100644 --- a/tests/Tests/Analysis/Normalizers/NormalizerAssertionBase.cs +++ b/tests/Tests/Analysis/Normalizers/NormalizerAssertionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/tests/Tests/Analysis/Normalizers/NormalizerTests.cs b/tests/Tests/Analysis/Normalizers/NormalizerTests.cs index d798799e228..52ded645e1e 100644 --- a/tests/Tests/Analysis/Normalizers/NormalizerTests.cs +++ b/tests/Tests/Analysis/Normalizers/NormalizerTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Analysis/TokenFilters/TokenFilterAssertionBase.cs b/tests/Tests/Analysis/TokenFilters/TokenFilterAssertionBase.cs index 33a35663f51..8c7dc21fd73 100644 --- a/tests/Tests/Analysis/TokenFilters/TokenFilterAssertionBase.cs +++ b/tests/Tests/Analysis/TokenFilters/TokenFilterAssertionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/tests/Tests/Analysis/TokenFilters/TokenFilterTests.cs b/tests/Tests/Analysis/TokenFilters/TokenFilterTests.cs index beb44206a99..33a3d4a7ef1 100644 --- a/tests/Tests/Analysis/TokenFilters/TokenFilterTests.cs +++ b/tests/Tests/Analysis/TokenFilters/TokenFilterTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Analysis/TokenFilters/TokenFilterUsageTests.cs b/tests/Tests/Analysis/TokenFilters/TokenFilterUsageTests.cs index 1f26be44edd..37dce07db70 100644 --- a/tests/Tests/Analysis/TokenFilters/TokenFilterUsageTests.cs +++ b/tests/Tests/Analysis/TokenFilters/TokenFilterUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Analysis/Tokenizers/TokenizerAssertionBase.cs b/tests/Tests/Analysis/Tokenizers/TokenizerAssertionBase.cs index 716c80b55f1..868f5779ba3 100644 --- a/tests/Tests/Analysis/Tokenizers/TokenizerAssertionBase.cs +++ b/tests/Tests/Analysis/Tokenizers/TokenizerAssertionBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/tests/Tests/Analysis/Tokenizers/TokenizerTests.cs b/tests/Tests/Analysis/Tokenizers/TokenizerTests.cs index cd7b32efa02..3eb76824db1 100644 --- a/tests/Tests/Analysis/Tokenizers/TokenizerTests.cs +++ b/tests/Tests/Analysis/Tokenizers/TokenizerTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatAliases/CatAliasesApiTests.cs b/tests/Tests/Cat/CatAliases/CatAliasesApiTests.cs index 1cc5679282e..2a8598ee53b 100644 --- a/tests/Tests/Cat/CatAliases/CatAliasesApiTests.cs +++ b/tests/Tests/Cat/CatAliases/CatAliasesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatAliases/CatAliasesUrlTests.cs b/tests/Tests/Cat/CatAliases/CatAliasesUrlTests.cs index b6fd5038db8..62cdc96e250 100644 --- a/tests/Tests/Cat/CatAliases/CatAliasesUrlTests.cs +++ b/tests/Tests/Cat/CatAliases/CatAliasesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatAllocation/CatAllocationApiTests.cs b/tests/Tests/Cat/CatAllocation/CatAllocationApiTests.cs index 22665c4c2ce..f852e2c07cc 100644 --- a/tests/Tests/Cat/CatAllocation/CatAllocationApiTests.cs +++ b/tests/Tests/Cat/CatAllocation/CatAllocationApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatAllocation/CatAllocationUrlTests.cs b/tests/Tests/Cat/CatAllocation/CatAllocationUrlTests.cs index 14bf77bf1ad..3c4a7ef1c18 100644 --- a/tests/Tests/Cat/CatAllocation/CatAllocationUrlTests.cs +++ b/tests/Tests/Cat/CatAllocation/CatAllocationUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatCount/CatCountApiTests.cs b/tests/Tests/Cat/CatCount/CatCountApiTests.cs index 60b626ea2e4..bd562919c79 100644 --- a/tests/Tests/Cat/CatCount/CatCountApiTests.cs +++ b/tests/Tests/Cat/CatCount/CatCountApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatCount/CatCountUrlTests.cs b/tests/Tests/Cat/CatCount/CatCountUrlTests.cs index 9bbaab7555a..41b705a37cf 100644 --- a/tests/Tests/Cat/CatCount/CatCountUrlTests.cs +++ b/tests/Tests/Cat/CatCount/CatCountUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsApiTests.cs b/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsApiTests.cs index d76c94ab201..c723080a655 100644 --- a/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsApiTests.cs +++ b/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsUrlTests.cs b/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsUrlTests.cs index 8eb32478285..5242519ef2f 100644 --- a/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsUrlTests.cs +++ b/tests/Tests/Cat/CatDataFrameAnalytics/CatDataFrameAnalyticsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatDatafeeds/CatDatafeedsApiTests.cs b/tests/Tests/Cat/CatDatafeeds/CatDatafeedsApiTests.cs index 881a88087b9..f7e266bbcb5 100644 --- a/tests/Tests/Cat/CatDatafeeds/CatDatafeedsApiTests.cs +++ b/tests/Tests/Cat/CatDatafeeds/CatDatafeedsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatDatafeeds/CatDatafeedsUrlTests.cs b/tests/Tests/Cat/CatDatafeeds/CatDatafeedsUrlTests.cs index bb52a51b269..5d617363559 100644 --- a/tests/Tests/Cat/CatDatafeeds/CatDatafeedsUrlTests.cs +++ b/tests/Tests/Cat/CatDatafeeds/CatDatafeedsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatFielddata/CatFielddataApiTests.cs b/tests/Tests/Cat/CatFielddata/CatFielddataApiTests.cs index bb29e56e2aa..ea141103eb3 100644 --- a/tests/Tests/Cat/CatFielddata/CatFielddataApiTests.cs +++ b/tests/Tests/Cat/CatFielddata/CatFielddataApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cat/CatFielddata/CatFielddataUrlTests.cs b/tests/Tests/Cat/CatFielddata/CatFielddataUrlTests.cs index 3798f5982a7..76c8c03b09b 100644 --- a/tests/Tests/Cat/CatFielddata/CatFielddataUrlTests.cs +++ b/tests/Tests/Cat/CatFielddata/CatFielddataUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatHealth/CatHealthApiTests.cs b/tests/Tests/Cat/CatHealth/CatHealthApiTests.cs index 7f2ee7739d6..1dbc6f8a6b3 100644 --- a/tests/Tests/Cat/CatHealth/CatHealthApiTests.cs +++ b/tests/Tests/Cat/CatHealth/CatHealthApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatHealth/CatHealthUrlTests.cs b/tests/Tests/Cat/CatHealth/CatHealthUrlTests.cs index 0600358fe65..2dc9ed05a69 100644 --- a/tests/Tests/Cat/CatHealth/CatHealthUrlTests.cs +++ b/tests/Tests/Cat/CatHealth/CatHealthUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatHelp/CatHelpApiTests.cs b/tests/Tests/Cat/CatHelp/CatHelpApiTests.cs index 921243b0535..4210270be10 100644 --- a/tests/Tests/Cat/CatHelp/CatHelpApiTests.cs +++ b/tests/Tests/Cat/CatHelp/CatHelpApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatHelp/CatHelpUrlTests.cs b/tests/Tests/Cat/CatHelp/CatHelpUrlTests.cs index cb5659c21cd..5831ef2ec33 100644 --- a/tests/Tests/Cat/CatHelp/CatHelpUrlTests.cs +++ b/tests/Tests/Cat/CatHelp/CatHelpUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatIndices/CatIndicesApiTests.cs b/tests/Tests/Cat/CatIndices/CatIndicesApiTests.cs index df5fbb8d83e..a8a44f52ca6 100644 --- a/tests/Tests/Cat/CatIndices/CatIndicesApiTests.cs +++ b/tests/Tests/Cat/CatIndices/CatIndicesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Ephemeral; diff --git a/tests/Tests/Cat/CatIndices/CatIndicesUrlTests.cs b/tests/Tests/Cat/CatIndices/CatIndicesUrlTests.cs index 0fbc16eaff2..c5de10fa39f 100644 --- a/tests/Tests/Cat/CatIndices/CatIndicesUrlTests.cs +++ b/tests/Tests/Cat/CatIndices/CatIndicesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatJobs/CatJobsApiTests.cs b/tests/Tests/Cat/CatJobs/CatJobsApiTests.cs index 031e0b95c85..52ca5295346 100644 --- a/tests/Tests/Cat/CatJobs/CatJobsApiTests.cs +++ b/tests/Tests/Cat/CatJobs/CatJobsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatJobs/CatJobsUrlTests.cs b/tests/Tests/Cat/CatJobs/CatJobsUrlTests.cs index 509e2b7a626..745d0267b3f 100644 --- a/tests/Tests/Cat/CatJobs/CatJobsUrlTests.cs +++ b/tests/Tests/Cat/CatJobs/CatJobsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatMaster/CatMasterApiTests.cs b/tests/Tests/Cat/CatMaster/CatMasterApiTests.cs index 3d7662185b7..74b9fab773c 100644 --- a/tests/Tests/Cat/CatMaster/CatMasterApiTests.cs +++ b/tests/Tests/Cat/CatMaster/CatMasterApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatMaster/CatMasterUrlTests.cs b/tests/Tests/Cat/CatMaster/CatMasterUrlTests.cs index c9caec78151..6da0d0435d6 100644 --- a/tests/Tests/Cat/CatMaster/CatMasterUrlTests.cs +++ b/tests/Tests/Cat/CatMaster/CatMasterUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatNodeAttributes/CatAliasesUrlTests.cs b/tests/Tests/Cat/CatNodeAttributes/CatAliasesUrlTests.cs index 34f84f737b2..e499a3c379c 100644 --- a/tests/Tests/Cat/CatNodeAttributes/CatAliasesUrlTests.cs +++ b/tests/Tests/Cat/CatNodeAttributes/CatAliasesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatNodeAttributes/CatNodeAttributesApiTests.cs b/tests/Tests/Cat/CatNodeAttributes/CatNodeAttributesApiTests.cs index 88bf8ddd507..c0c2b5359d4 100644 --- a/tests/Tests/Cat/CatNodeAttributes/CatNodeAttributesApiTests.cs +++ b/tests/Tests/Cat/CatNodeAttributes/CatNodeAttributesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatNodes/CatNodesApiTests.cs b/tests/Tests/Cat/CatNodes/CatNodesApiTests.cs index def553b1f0c..c5985bff292 100644 --- a/tests/Tests/Cat/CatNodes/CatNodesApiTests.cs +++ b/tests/Tests/Cat/CatNodes/CatNodesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatNodes/CatNodesUrlTests.cs b/tests/Tests/Cat/CatNodes/CatNodesUrlTests.cs index ad8f14413d7..42f01499bcd 100644 --- a/tests/Tests/Cat/CatNodes/CatNodesUrlTests.cs +++ b/tests/Tests/Cat/CatNodes/CatNodesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatPendingTasks/CatPendingTasksApiTests.cs b/tests/Tests/Cat/CatPendingTasks/CatPendingTasksApiTests.cs index 1e5be2398cc..3e77e43e3ae 100644 --- a/tests/Tests/Cat/CatPendingTasks/CatPendingTasksApiTests.cs +++ b/tests/Tests/Cat/CatPendingTasks/CatPendingTasksApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests/Cat/CatPendingTasks/CatPendingTasksUrlTests.cs b/tests/Tests/Cat/CatPendingTasks/CatPendingTasksUrlTests.cs index 8544992e4be..7ca4a4f7fc7 100644 --- a/tests/Tests/Cat/CatPendingTasks/CatPendingTasksUrlTests.cs +++ b/tests/Tests/Cat/CatPendingTasks/CatPendingTasksUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatPlugins/CatPluginsApiTests.cs b/tests/Tests/Cat/CatPlugins/CatPluginsApiTests.cs index 1b0a8e26dc9..7392027ef89 100644 --- a/tests/Tests/Cat/CatPlugins/CatPluginsApiTests.cs +++ b/tests/Tests/Cat/CatPlugins/CatPluginsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatPlugins/CatPluginsUrlTests.cs b/tests/Tests/Cat/CatPlugins/CatPluginsUrlTests.cs index 8a7fc2f5889..29e723438f1 100644 --- a/tests/Tests/Cat/CatPlugins/CatPluginsUrlTests.cs +++ b/tests/Tests/Cat/CatPlugins/CatPluginsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatRecovery/CatRecoveryApiTests.cs b/tests/Tests/Cat/CatRecovery/CatRecoveryApiTests.cs index 815006bda0e..7af6dd18edc 100644 --- a/tests/Tests/Cat/CatRecovery/CatRecoveryApiTests.cs +++ b/tests/Tests/Cat/CatRecovery/CatRecoveryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests/Cat/CatRecovery/CatRecoveryUrlTests.cs b/tests/Tests/Cat/CatRecovery/CatRecoveryUrlTests.cs index a98249750b4..bbafce1ed3b 100644 --- a/tests/Tests/Cat/CatRecovery/CatRecoveryUrlTests.cs +++ b/tests/Tests/Cat/CatRecovery/CatRecoveryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatRepositories/CatRepositoriesApiTests.cs b/tests/Tests/Cat/CatRepositories/CatRepositoriesApiTests.cs index 6c4cd141285..41774883450 100644 --- a/tests/Tests/Cat/CatRepositories/CatRepositoriesApiTests.cs +++ b/tests/Tests/Cat/CatRepositories/CatRepositoriesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cat/CatRepositories/CatRepositoriesUrlTests.cs b/tests/Tests/Cat/CatRepositories/CatRepositoriesUrlTests.cs index 2aa6b2df551..9f29852cbb0 100644 --- a/tests/Tests/Cat/CatRepositories/CatRepositoriesUrlTests.cs +++ b/tests/Tests/Cat/CatRepositories/CatRepositoriesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatSegments/CatSegmentsApiTests.cs b/tests/Tests/Cat/CatSegments/CatSegmentsApiTests.cs index 493d750aa1d..32952af9b4c 100644 --- a/tests/Tests/Cat/CatSegments/CatSegmentsApiTests.cs +++ b/tests/Tests/Cat/CatSegments/CatSegmentsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatSegments/CatSegmentsUrlTests.cs b/tests/Tests/Cat/CatSegments/CatSegmentsUrlTests.cs index 6487fade04d..f3ac953e6fd 100644 --- a/tests/Tests/Cat/CatSegments/CatSegmentsUrlTests.cs +++ b/tests/Tests/Cat/CatSegments/CatSegmentsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatShards/CatShardsApiTests.cs b/tests/Tests/Cat/CatShards/CatShardsApiTests.cs index 7583c0e05b5..f56a29d8a9d 100644 --- a/tests/Tests/Cat/CatShards/CatShardsApiTests.cs +++ b/tests/Tests/Cat/CatShards/CatShardsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cat/CatShards/CatShardsUrlTests.cs b/tests/Tests/Cat/CatShards/CatShardsUrlTests.cs index ef1d8e116f5..eaa5e9d7dae 100644 --- a/tests/Tests/Cat/CatShards/CatShardsUrlTests.cs +++ b/tests/Tests/Cat/CatShards/CatShardsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatSnapshots/CatSnapshotsApiTests.cs b/tests/Tests/Cat/CatSnapshots/CatSnapshotsApiTests.cs index d5aaf51a01d..a7466e023a6 100644 --- a/tests/Tests/Cat/CatSnapshots/CatSnapshotsApiTests.cs +++ b/tests/Tests/Cat/CatSnapshots/CatSnapshotsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cat/CatSnapshots/CatSnapshotsUrlTests.cs b/tests/Tests/Cat/CatSnapshots/CatSnapshotsUrlTests.cs index 08c724b245e..4e5aac23a72 100644 --- a/tests/Tests/Cat/CatSnapshots/CatSnapshotsUrlTests.cs +++ b/tests/Tests/Cat/CatSnapshots/CatSnapshotsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatTasks/CatTasksApiTests.cs b/tests/Tests/Cat/CatTasks/CatTasksApiTests.cs index ce36212e218..dd5fac5056b 100644 --- a/tests/Tests/Cat/CatTasks/CatTasksApiTests.cs +++ b/tests/Tests/Cat/CatTasks/CatTasksApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests/Cat/CatTasks/CatTasksUrlTests.cs b/tests/Tests/Cat/CatTasks/CatTasksUrlTests.cs index 26f411cf251..a21013616a4 100644 --- a/tests/Tests/Cat/CatTasks/CatTasksUrlTests.cs +++ b/tests/Tests/Cat/CatTasks/CatTasksUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatTemplates/CatTemplatesApiTests.cs b/tests/Tests/Cat/CatTemplates/CatTemplatesApiTests.cs index 9847b5e3172..0a26d2edc05 100644 --- a/tests/Tests/Cat/CatTemplates/CatTemplatesApiTests.cs +++ b/tests/Tests/Cat/CatTemplates/CatTemplatesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatTemplates/CatTemplatesUrlTests.cs b/tests/Tests/Cat/CatTemplates/CatTemplatesUrlTests.cs index ac4264f2a80..fda8607d023 100644 --- a/tests/Tests/Cat/CatTemplates/CatTemplatesUrlTests.cs +++ b/tests/Tests/Cat/CatTemplates/CatTemplatesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatThreadPool/CatThreadPoolUrlTests.cs b/tests/Tests/Cat/CatThreadPool/CatThreadPoolUrlTests.cs index a5c8244a916..fd25c4f29b8 100644 --- a/tests/Tests/Cat/CatThreadPool/CatThreadPoolUrlTests.cs +++ b/tests/Tests/Cat/CatThreadPool/CatThreadPoolUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatThreadPool/CatThreadpoolApiTests.cs b/tests/Tests/Cat/CatThreadPool/CatThreadpoolApiTests.cs index 4355040547d..4d1bba490d5 100644 --- a/tests/Tests/Cat/CatThreadPool/CatThreadpoolApiTests.cs +++ b/tests/Tests/Cat/CatThreadPool/CatThreadpoolApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsApiTests.cs b/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsApiTests.cs index bfa2e824673..9ae55c5bd6e 100644 --- a/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsApiTests.cs +++ b/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsUrlTests.cs b/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsUrlTests.cs index e5c01521668..08ba4755e6c 100644 --- a/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsUrlTests.cs +++ b/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cat/CatTransforms/CatTransformsApiTests.cs b/tests/Tests/Cat/CatTransforms/CatTransformsApiTests.cs index ab2af302ce5..7854f108653 100644 --- a/tests/Tests/Cat/CatTransforms/CatTransformsApiTests.cs +++ b/tests/Tests/Cat/CatTransforms/CatTransformsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cat/CatTransforms/CatTransformsUrlTests.cs b/tests/Tests/Cat/CatTransforms/CatTransformsUrlTests.cs index 20d20038e05..62a393d2cce 100644 --- a/tests/Tests/Cat/CatTransforms/CatTransformsUrlTests.cs +++ b/tests/Tests/Cat/CatTransforms/CatTransformsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/Certificates/SslAndKpiXPackCluster.cs b/tests/Tests/ClientConcepts/Certificates/SslAndKpiXPackCluster.cs index 90e6353b6e1..d517ebc3dfa 100644 --- a/tests/Tests/ClientConcepts/Certificates/SslAndKpiXPackCluster.cs +++ b/tests/Tests/ClientConcepts/Certificates/SslAndKpiXPackCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.Clusters; using Tests.Core.Xunit; diff --git a/tests/Tests/ClientConcepts/Certificates/WorkingWithCertificates.doc.cs b/tests/Tests/ClientConcepts/Certificates/WorkingWithCertificates.doc.cs index 851f74b2f0f..9fb70db02bc 100644 --- a/tests/Tests/ClientConcepts/Certificates/WorkingWithCertificates.doc.cs +++ b/tests/Tests/ClientConcepts/Certificates/WorkingWithCertificates.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Connection/ConfigurationOptions.doc.cs b/tests/Tests/ClientConcepts/Connection/ConfigurationOptions.doc.cs index bb0dcf9ed8d..974a1c470de 100644 --- a/tests/Tests/ClientConcepts/Connection/ConfigurationOptions.doc.cs +++ b/tests/Tests/ClientConcepts/Connection/ConfigurationOptions.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/Connection/ConnectionReuseAndBalancing.cs b/tests/Tests/ClientConcepts/Connection/ConnectionReuseAndBalancing.cs index 9b70913f09b..b4265d7da77 100644 --- a/tests/Tests/ClientConcepts/Connection/ConnectionReuseAndBalancing.cs +++ b/tests/Tests/ClientConcepts/Connection/ConnectionReuseAndBalancing.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Connection/HttpConnectionTests.cs b/tests/Tests/ClientConcepts/Connection/HttpConnectionTests.cs index 542b439b557..64aa1f4b454 100644 --- a/tests/Tests/ClientConcepts/Connection/HttpConnectionTests.cs +++ b/tests/Tests/ClientConcepts/Connection/HttpConnectionTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #if DOTNETCORE using System; diff --git a/tests/Tests/ClientConcepts/Connection/HttpWebRequestConnectionTests.cs b/tests/Tests/ClientConcepts/Connection/HttpWebRequestConnectionTests.cs index 97ddc3ad8be..5150708f90a 100644 --- a/tests/Tests/ClientConcepts/Connection/HttpWebRequestConnectionTests.cs +++ b/tests/Tests/ClientConcepts/Connection/HttpWebRequestConnectionTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #if !DOTNETCORE using System.Linq; diff --git a/tests/Tests/ClientConcepts/Connection/ModifyingDefaultConnection.doc.cs b/tests/Tests/ClientConcepts/Connection/ModifyingDefaultConnection.doc.cs index 09f4d868f6a..4cc99219a10 100644 --- a/tests/Tests/ClientConcepts/Connection/ModifyingDefaultConnection.doc.cs +++ b/tests/Tests/ClientConcepts/Connection/ModifyingDefaultConnection.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Connection/SecureStringsTests.cs b/tests/Tests/ClientConcepts/Connection/SecureStringsTests.cs index 3f9a5b7e517..88322c4eaac 100644 --- a/tests/Tests/ClientConcepts/Connection/SecureStringsTests.cs +++ b/tests/Tests/ClientConcepts/Connection/SecureStringsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/ConnectionPooling.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/ConnectionPooling.doc.cs index e4223032746..5383bdae395 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/ConnectionPooling.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/ConnectionPooling.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/DateTimeProviders.Doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/DateTimeProviders.Doc.cs index 2d82077f0ed..b0a3a334c5e 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/DateTimeProviders.Doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/DateTimeProviders.Doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/KeepingTrackOfNodes.Doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/KeepingTrackOfNodes.Doc.cs index e637090f76f..4d7e28d72da 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/KeepingTrackOfNodes.Doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/KeepingTrackOfNodes.Doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/RequestPipelines.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/RequestPipelines.doc.cs index 87d4fa5e361..03f338ed1bc 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/RequestPipelines.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/RequestPipelines.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/Transports.Doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/Transports.Doc.cs index adcb0727c31..b2b1821a7cf 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/Transports.Doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/Transports.Doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/WaitingInMemoryConnection.cs b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/WaitingInMemoryConnection.cs index 8f5d267e180..3de5343df08 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/WaitingInMemoryConnection.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/WaitingInMemoryConnection.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Dispose/ResponseBuilderDisposeTests.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Dispose/ResponseBuilderDisposeTests.cs index 74604eac7b1..dde448e696b 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Dispose/ResponseBuilderDisposeTests.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Dispose/ResponseBuilderDisposeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnexpectedExceptions.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnexpectedExceptions.doc.cs index 1bf425ab7dc..35565033dc7 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnexpectedExceptions.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnexpectedExceptions.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnrecoverableExceptions.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnrecoverableExceptions.doc.cs index 98f804fb1ed..291429cef33 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnrecoverableExceptions.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnrecoverableExceptions.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Failover/FallingOver.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Failover/FallingOver.doc.cs index 18463ec7f3d..e1955fe1639 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Failover/FallingOver.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Failover/FallingOver.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/MaxRetries/RespectsMaxRetry.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/MaxRetries/RespectsMaxRetry.doc.cs index 1f932773538..73901545f69 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/MaxRetries/RespectsMaxRetry.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/MaxRetries/RespectsMaxRetry.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/FirstUsage.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/FirstUsage.doc.cs index 092584b7558..a2c17bc4f8d 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/FirstUsage.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/FirstUsage.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; using System.Linq; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/PingTests.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/PingTests.cs index 8279be140f2..1ffbd4fbd96 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/PingTests.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/PingTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/Revival.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/Revival.doc.cs index a3614e33734..60642eafac9 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/Revival.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Pinging/Revival.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/DisableSniffPingPerRequest.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/DisableSniffPingPerRequest.doc.cs index f90657d1b30..9a2f5afff70 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/DisableSniffPingPerRequest.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/DisableSniffPingPerRequest.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RequestTimeoutsOverrides.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RequestTimeoutsOverrides.doc.cs index 61a961d4d2c..a075219e942 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RequestTimeoutsOverrides.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RequestTimeoutsOverrides.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsAllowedStatusCode.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsAllowedStatusCode.doc.cs index de4e4b0e435..62d25efdda5 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsAllowedStatusCode.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsAllowedStatusCode.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsForceNode.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsForceNode.doc.cs index 3d78b5b7717..05fffc1912b 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsForceNode.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsForceNode.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsMaxRetryOverrides.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsMaxRetryOverrides.doc.cs index 3e7b33a396d..5693ac5a11f 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsMaxRetryOverrides.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RequestOverrides/RespectsMaxRetryOverrides.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/RoundRobin.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/RoundRobin.doc.cs index 88bae129e1f..086021fab77 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/RoundRobin.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/RoundRobin.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/SkipDeadNodes.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/SkipDeadNodes.doc.cs index 3fc54125d14..bd9e9c7ad9d 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/SkipDeadNodes.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/SkipDeadNodes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/VolatileUpdates.cs b/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/VolatileUpdates.cs index f93dc056266..e19425d0aa3 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/VolatileUpdates.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/RoundRobin/VolatileUpdates.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/AddressParsing.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/AddressParsing.doc.cs index 07ca60e28f5..349187248a5 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/AddressParsing.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/AddressParsing.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnConnectionFailure.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnConnectionFailure.doc.cs index 10ddeb610c0..f60278ebd1a 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnConnectionFailure.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnConnectionFailure.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStaleClusterState.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStaleClusterState.doc.cs index c0c5fe3c2ff..1a2e4a43acb 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStaleClusterState.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStaleClusterState.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStartup.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStartup.doc.cs index f557cd2bbb2..68b1b243c2f 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStartup.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnStartup.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/RoleDetection.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/RoleDetection.doc.cs index 9c339c6ad4c..3bdf7f88fcd 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/RoleDetection.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/RoleDetection.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/SkipDeadNodes.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/SkipDeadNodes.doc.cs index 2b4a41c1a42..ae7928e3dc8 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/SkipDeadNodes.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/SkipDeadNodes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/Sticky.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/Sticky.doc.cs index 7447a5ecf5c..3845e2c108a 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/Sticky.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/Sticky.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/StickySniffingConnectionPool.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/StickySniffingConnectionPool.doc.cs index 4720ca2a6f4..03386617a3d 100644 --- a/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/StickySniffingConnectionPool.doc.cs +++ b/tests/Tests/ClientConcepts/ConnectionPooling/Sticky/StickySniffingConnectionPool.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Exceptions/ExceptionTests.cs b/tests/Tests/ClientConcepts/Exceptions/ExceptionTests.cs index 04a1227f659..a594f7dcb40 100644 --- a/tests/Tests/ClientConcepts/Exceptions/ExceptionTests.cs +++ b/tests/Tests/ClientConcepts/Exceptions/ExceptionTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Analysis/TestingAnalyzers.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Analysis/TestingAnalyzers.doc.cs index 8af0920ad49..f4dec43aa7b 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Analysis/TestingAnalyzers.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Analysis/TestingAnalyzers.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.Sdk; diff --git a/tests/Tests/ClientConcepts/HighLevel/Analysis/WritingAnalyzers.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Analysis/WritingAnalyzers.doc.cs index 097670497bd..8391ac9ed86 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Analysis/WritingAnalyzers.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Analysis/WritingAnalyzers.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Caching/FieldResolverCacheTests.cs b/tests/Tests/ClientConcepts/HighLevel/Caching/FieldResolverCacheTests.cs index f195e99710d..8ecf01920a2 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Caching/FieldResolverCacheTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Caching/FieldResolverCacheTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/CovariantHits/CovariantSearchResults.doc.cs b/tests/Tests/ClientConcepts/HighLevel/CovariantHits/CovariantSearchResults.doc.cs index 835e9a8b8f8..fa9ad64d043 100644 --- a/tests/Tests/ClientConcepts/HighLevel/CovariantHits/CovariantSearchResults.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/CovariantHits/CovariantSearchResults.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/GettingStarted.doc.cs b/tests/Tests/ClientConcepts/HighLevel/GettingStarted.doc.cs index e794a481b1c..83ab978734a 100644 --- a/tests/Tests/ClientConcepts/HighLevel/GettingStarted.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/GettingStarted.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Indexing/IndexingDocuments.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Indexing/IndexingDocuments.doc.cs index 4106fd32832..a93e0bb5cb9 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Indexing/IndexingDocuments.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Indexing/IndexingDocuments.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.ExceptionServices; diff --git a/tests/Tests/ClientConcepts/HighLevel/Indexing/IngestNodes.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Indexing/IngestNodes.doc.cs index e79809bd9de..a68bec0ef58 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Indexing/IngestNodes.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Indexing/IngestNodes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs index 50b60716f88..c533c000615 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/HighLevel/Indexing/ReindexingDocuments.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Indexing/ReindexingDocuments.doc.cs index 7bfe9e71ff2..b9893179084 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Indexing/ReindexingDocuments.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Indexing/ReindexingDocuments.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.ExceptionServices; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/DocumentPaths.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/DocumentPaths.doc.cs index ad942f65a93..fbb7c576bbc 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/DocumentPaths.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/DocumentPaths.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/DocumentPathEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/DocumentPathEqualityTests.cs index 5b633e35574..f780d125eb7 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/DocumentPathEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/DocumentPathEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldEqualityTests.cs index 37231b8aea0..8eaf456e753 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldsEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldsEqualityTests.cs index 03a3490c598..97c48a9e7b2 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldsEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/FieldsEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdEqualityTests.cs index a50a7dd1d4f..b5d23e64afa 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdsEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdsEqualityTests.cs index 8792b2427fc..07024f49980 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdsEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IdsEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexMetricsEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexMetricsEqualityTests.cs index fc3c884294e..168e5e7d89c 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexMetricsEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexMetricsEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexNameEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexNameEqualityTests.cs index d6b8f25106c..aac765f3db7 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexNameEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndexNameEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndicesEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndicesEqualityTests.cs index ced2dad75e6..9559d497b9c 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndicesEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/IndicesEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/LongIdEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/LongIdEqualityTests.cs index 0b4ccc9ceca..495e4090e5b 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/LongIdEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/LongIdEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/MetricsEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/MetricsEqualityTests.cs index cbf541e1efa..fa7e8929b56 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/MetricsEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/MetricsEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NameEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NameEqualityTests.cs index 188200d22a3..5353648d3e6 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NameEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NameEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NamesEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NamesEqualityTests.cs index ca9d69b1937..453b9e0c9f6 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NamesEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NamesEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NodeIdsEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NodeIdsEqualityTests.cs index 4fd75829d5f..3066d11cae6 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NodeIdsEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/NodeIdsEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/PropertyNameEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/PropertyNameEqualityTests.cs index 9ed1fa03ee5..dd9b3636a33 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/PropertyNameEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/PropertyNameEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RelationNameEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RelationNameEqualityTests.cs index f8dcc7002dd..b7edbd9aa1f 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RelationNameEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RelationNameEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RoutingEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RoutingEqualityTests.cs index 59e7f32b288..4d43b7b37e4 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RoutingEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/RoutingEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/TaskIdEqualityTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/TaskIdEqualityTests.cs index 3416bd5bcea..497c7314991 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/TaskIdEqualityTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/Equality/TaskIdEqualityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/FieldInference.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/FieldInference.doc.cs index 4b7834dc3ad..46d82056e88 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/FieldInference.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/FieldInference.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Inference/IdsInference.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/IdsInference.doc.cs index ad31bb00b27..cad0badacef 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/IdsInference.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/IdsInference.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/ImplicitConversionTests.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/ImplicitConversionTests.cs index cb123cdaa68..2e3e0d7ebc3 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/ImplicitConversionTests.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/ImplicitConversionTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/IndexNameInference.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/IndexNameInference.doc.cs index 131ab82fb56..b1dff96868c 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/IndexNameInference.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/IndexNameInference.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/IndicesPaths.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/IndicesPaths.doc.cs index 052a1d4bcb9..af7d2acb289 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/IndicesPaths.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/IndicesPaths.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/PropertyInference.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/PropertyInference.doc.cs index 95bbce45dc0..6f3772f1f7a 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/PropertyInference.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/PropertyInference.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Expressions; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/RoutingInference.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/RoutingInference.doc.cs index 02ca2518b41..fa23f9c0469 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/RoutingInference.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/RoutingInference.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/HighLevel/Inference/TypesAndRelationsInference.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Inference/TypesAndRelationsInference.doc.cs index 6aaf8c2082d..0adf00458c4 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Inference/TypesAndRelationsInference.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Inference/TypesAndRelationsInference.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/ClientConcepts/HighLevel/Mapping/AttributeMapping.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/AttributeMapping.doc.cs index 7133700e6e1..18298e7bc05 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/AttributeMapping.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/AttributeMapping.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Mapping/AutoMap.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/AutoMap.doc.cs index 4daad5717bf..3d4ad6eeca1 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/AutoMap.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/AutoMap.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Mapping/FluentMapping.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/FluentMapping.doc.cs index 786bd71f08b..8cfd341a28a 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/FluentMapping.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/FluentMapping.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Mapping/IgnoringProperties.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/IgnoringProperties.doc.cs index 9e3d1038f3d..e367ed01343 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/IgnoringProperties.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/IgnoringProperties.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Mapping/MultiFields.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/MultiFields.doc.cs index 0a548077bd2..23a935d1c46 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/MultiFields.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/MultiFields.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Mapping/ParentChildRelationships.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/ParentChildRelationships.doc.cs index fa779c5a398..0879c488413 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/ParentChildRelationships.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/ParentChildRelationships.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Mapping/VisitorPatternMapping.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Mapping/VisitorPatternMapping.doc.cs index cbcddd22e58..7080d284346 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Mapping/VisitorPatternMapping.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Mapping/VisitorPatternMapping.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Serialization/CustomSerialization.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Serialization/CustomSerialization.doc.cs index 7f4a5a57678..365cf06dd82 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Serialization/CustomSerialization.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Serialization/CustomSerialization.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Serialization/ExtendingNestTypes.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Serialization/ExtendingNestTypes.doc.cs index e9de719761e..ea39cf99f8f 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Serialization/ExtendingNestTypes.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Serialization/ExtendingNestTypes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Serialization/ModellingDocumentsWithTypes.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Serialization/ModellingDocumentsWithTypes.doc.cs index 8d081201675..dcc9eed4cf5 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Serialization/ModellingDocumentsWithTypes.doc.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Serialization/ModellingDocumentsWithTypes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/HighLevel/Serialization/SendsUsingSourceSerializer.cs b/tests/Tests/ClientConcepts/HighLevel/Serialization/SendsUsingSourceSerializer.cs index 495343686ef..573e4a67761 100644 --- a/tests/Tests/ClientConcepts/HighLevel/Serialization/SendsUsingSourceSerializer.cs +++ b/tests/Tests/ClientConcepts/HighLevel/Serialization/SendsUsingSourceSerializer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/LowLevel/DirectStreaming.cs b/tests/Tests/ClientConcepts/LowLevel/DirectStreaming.cs index 0491a3353b7..f40f86b381c 100644 --- a/tests/Tests/ClientConcepts/LowLevel/DirectStreaming.cs +++ b/tests/Tests/ClientConcepts/LowLevel/DirectStreaming.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/LowLevel/GettingStarted.doc.cs b/tests/Tests/ClientConcepts/LowLevel/GettingStarted.doc.cs index b57bda58779..f33f6a14d54 100644 --- a/tests/Tests/ClientConcepts/LowLevel/GettingStarted.doc.cs +++ b/tests/Tests/ClientConcepts/LowLevel/GettingStarted.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/LowLevel/Lifetimes.doc.cs b/tests/Tests/ClientConcepts/LowLevel/Lifetimes.doc.cs index de42a343a02..60495f02a1b 100644 --- a/tests/Tests/ClientConcepts/LowLevel/Lifetimes.doc.cs +++ b/tests/Tests/ClientConcepts/LowLevel/Lifetimes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/LowLevel/LowLevelResponseTypes.doc.cs b/tests/Tests/ClientConcepts/LowLevel/LowLevelResponseTypes.doc.cs index 30ddd5c9c93..b4c5868b306 100644 --- a/tests/Tests/ClientConcepts/LowLevel/LowLevelResponseTypes.doc.cs +++ b/tests/Tests/ClientConcepts/LowLevel/LowLevelResponseTypes.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/LowLevel/PostData.doc.cs b/tests/Tests/ClientConcepts/LowLevel/PostData.doc.cs index 05e29362c47..f7d3c37262a 100644 --- a/tests/Tests/ClientConcepts/LowLevel/PostData.doc.cs +++ b/tests/Tests/ClientConcepts/LowLevel/PostData.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ServerError/ComplexErrorTests.cs b/tests/Tests/ClientConcepts/ServerError/ComplexErrorTests.cs index d271a1bd823..311a686cfb1 100644 --- a/tests/Tests/ClientConcepts/ServerError/ComplexErrorTests.cs +++ b/tests/Tests/ClientConcepts/ServerError/ComplexErrorTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/ServerError/ErrorWithMultipleRootCausesTests.cs b/tests/Tests/ClientConcepts/ServerError/ErrorWithMultipleRootCausesTests.cs index dacae2b86e1..81a3fdf335d 100644 --- a/tests/Tests/ClientConcepts/ServerError/ErrorWithMultipleRootCausesTests.cs +++ b/tests/Tests/ClientConcepts/ServerError/ErrorWithMultipleRootCausesTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/ServerError/ErrorWithNullRootCausesTests.cs b/tests/Tests/ClientConcepts/ServerError/ErrorWithNullRootCausesTests.cs index e5db9e349c2..f6db2d01510 100644 --- a/tests/Tests/ClientConcepts/ServerError/ErrorWithNullRootCausesTests.cs +++ b/tests/Tests/ClientConcepts/ServerError/ErrorWithNullRootCausesTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/ServerError/ErrorWithRootCauseTests.cs b/tests/Tests/ClientConcepts/ServerError/ErrorWithRootCauseTests.cs index 5e2939caf15..dea939e3bee 100644 --- a/tests/Tests/ClientConcepts/ServerError/ErrorWithRootCauseTests.cs +++ b/tests/Tests/ClientConcepts/ServerError/ErrorWithRootCauseTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/ClientConcepts/ServerError/ServerErrorTestsBase.cs b/tests/Tests/ClientConcepts/ServerError/ServerErrorTestsBase.cs index f5c0b01509f..f5fe598ec0e 100644 --- a/tests/Tests/ClientConcepts/ServerError/ServerErrorTestsBase.cs +++ b/tests/Tests/ClientConcepts/ServerError/ServerErrorTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/ClientConcepts/ServerError/StringErrrorTests.cs b/tests/Tests/ClientConcepts/ServerError/StringErrrorTests.cs index 1feef4d5ed3..dafdbea8c15 100644 --- a/tests/Tests/ClientConcepts/ServerError/StringErrrorTests.cs +++ b/tests/Tests/ClientConcepts/ServerError/StringErrrorTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/ClientConcepts/Troubleshooting/AuditTrail.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/AuditTrail.doc.cs index c9cc52a6d7d..4cf887a5c13 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/AuditTrail.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/AuditTrail.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/DebugInformation.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/DebugInformation.doc.cs index 2d67d2897e1..7205683a2eb 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/DebugInformation.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/DebugInformation.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/DebugMode.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/DebugMode.doc.cs index a95b3b7d4e8..4e79b64eec5 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/DebugMode.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/DebugMode.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/DebuggerDisplayTests.cs b/tests/Tests/ClientConcepts/Troubleshooting/DebuggerDisplayTests.cs index f9b32c2f895..adb5c6103c3 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/DebuggerDisplayTests.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/DebuggerDisplayTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs index be3a91fa839..449dcedfcf5 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/DiagnosticSource.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/DiagnosticSource.doc.cs index 77aadf18280..9f72e6f39c8 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/DiagnosticSource.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/DiagnosticSource.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithFiddler.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithFiddler.doc.cs index 74f3eb5da00..8960bb69d49 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithFiddler.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithFiddler.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithOnRequestCompleted.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithOnRequestCompleted.doc.cs index a46e4e49cb0..2225fcb0734 100644 --- a/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithOnRequestCompleted.doc.cs +++ b/tests/Tests/ClientConcepts/Troubleshooting/LoggingWithOnRequestCompleted.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/ClientConcepts/VirtualClusterTests.cs b/tests/Tests/ClientConcepts/VirtualClusterTests.cs index 25cb8f9b362..156840597f4 100644 --- a/tests/Tests/ClientConcepts/VirtualClusterTests.cs +++ b/tests/Tests/ClientConcepts/VirtualClusterTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainApiTests.cs b/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainApiTests.cs index 7966ae0e99a..151e1fca294 100644 --- a/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainApiTests.cs +++ b/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainUrlTests.cs b/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainUrlTests.cs index 4c5e22b391a..c959dbe3e74 100644 --- a/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainUrlTests.cs +++ b/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterHealth/ClusterHealthApiTests.cs b/tests/Tests/Cluster/ClusterHealth/ClusterHealthApiTests.cs index 157e1bbe6e2..33d83fce053 100644 --- a/tests/Tests/Cluster/ClusterHealth/ClusterHealthApiTests.cs +++ b/tests/Tests/Cluster/ClusterHealth/ClusterHealthApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cluster/ClusterHealth/ClusterHealthUrlTests.cs b/tests/Tests/Cluster/ClusterHealth/ClusterHealthUrlTests.cs index 34d5423d8a8..c91c6300c3e 100644 --- a/tests/Tests/Cluster/ClusterHealth/ClusterHealthUrlTests.cs +++ b/tests/Tests/Cluster/ClusterHealth/ClusterHealthUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksApiTests.cs b/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksApiTests.cs index 1489c59b041..fb8f46d08a3 100644 --- a/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksApiTests.cs +++ b/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksUrlTests.cs b/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksUrlTests.cs index 5ed298bf0d0..3847488b10e 100644 --- a/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksUrlTests.cs +++ b/tests/Tests/Cluster/ClusterPendingTasks/ClusterPendingTasksUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterReroute/ClusterRerouteApiTests.cs b/tests/Tests/Cluster/ClusterReroute/ClusterRerouteApiTests.cs index 9cbb4582c1c..8051ef50d63 100644 --- a/tests/Tests/Cluster/ClusterReroute/ClusterRerouteApiTests.cs +++ b/tests/Tests/Cluster/ClusterReroute/ClusterRerouteApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/ClusterReroute/ClusterRerouteUrlTests.cs b/tests/Tests/Cluster/ClusterReroute/ClusterRerouteUrlTests.cs index 6445bbed0cd..d776ddb9f84 100644 --- a/tests/Tests/Cluster/ClusterReroute/ClusterRerouteUrlTests.cs +++ b/tests/Tests/Cluster/ClusterReroute/ClusterRerouteUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsApiTests.cs b/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsApiTests.cs index 66ee09d7843..9295de27298 100644 --- a/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsApiTests.cs +++ b/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsUrlTests.cs b/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsUrlTests.cs index 3c864bb573c..a5278d5a62c 100644 --- a/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsUrlTests.cs +++ b/tests/Tests/Cluster/ClusterSettings/ClusterGetSettings/ClusterGetSettingsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsApiTests.cs b/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsApiTests.cs index 8595888fe0b..eff31308852 100644 --- a/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsApiTests.cs +++ b/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutSettingsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutUrlTests.cs b/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutUrlTests.cs index 24a4cf932c8..ed6eb51dc8f 100644 --- a/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutUrlTests.cs +++ b/tests/Tests/Cluster/ClusterSettings/ClusterPutSettings/ClusterPutUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterState/ClusterStateApiTests.cs b/tests/Tests/Cluster/ClusterState/ClusterStateApiTests.cs index d9c91cd29c1..a7153d56ad3 100644 --- a/tests/Tests/Cluster/ClusterState/ClusterStateApiTests.cs +++ b/tests/Tests/Cluster/ClusterState/ClusterStateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cluster/ClusterState/ClusterStateUrlTests.cs b/tests/Tests/Cluster/ClusterState/ClusterStateUrlTests.cs index c6bfdf2405c..320f46008b5 100644 --- a/tests/Tests/Cluster/ClusterState/ClusterStateUrlTests.cs +++ b/tests/Tests/Cluster/ClusterState/ClusterStateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ClusterStats/ClusterStatsApiTests.cs b/tests/Tests/Cluster/ClusterStats/ClusterStatsApiTests.cs index 8e3ac190728..78bd71446e6 100644 --- a/tests/Tests/Cluster/ClusterStats/ClusterStatsApiTests.cs +++ b/tests/Tests/Cluster/ClusterStats/ClusterStatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cluster/ClusterStats/ClusterStatsUrlTests.cs b/tests/Tests/Cluster/ClusterStats/ClusterStatsUrlTests.cs index 40b2adefb65..10089f7fe19 100644 --- a/tests/Tests/Cluster/ClusterStats/ClusterStatsUrlTests.cs +++ b/tests/Tests/Cluster/ClusterStats/ClusterStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsApiTests.cs b/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsApiTests.cs index 4f96dcb27ad..d8303631134 100644 --- a/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsApiTests.cs +++ b/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsUrlTests.cs b/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsUrlTests.cs index 3b59f294d9c..23b9db17c05 100644 --- a/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsUrlTests.cs +++ b/tests/Tests/Cluster/NodesHotThreads/NodesHotThreadsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/NodesInfo/NodesInfoApiTests.cs b/tests/Tests/Cluster/NodesInfo/NodesInfoApiTests.cs index d71117e0018..97504e3c992 100644 --- a/tests/Tests/Cluster/NodesInfo/NodesInfoApiTests.cs +++ b/tests/Tests/Cluster/NodesInfo/NodesInfoApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/NodesInfo/NodesInfoUrlTests.cs b/tests/Tests/Cluster/NodesInfo/NodesInfoUrlTests.cs index ee13c5953a4..bc459d98938 100644 --- a/tests/Tests/Cluster/NodesInfo/NodesInfoUrlTests.cs +++ b/tests/Tests/Cluster/NodesInfo/NodesInfoUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/NodesStats/NodesStatsApiTests.cs b/tests/Tests/Cluster/NodesStats/NodesStatsApiTests.cs index 1b76e58f999..a4d8ed1dffe 100644 --- a/tests/Tests/Cluster/NodesStats/NodesStatsApiTests.cs +++ b/tests/Tests/Cluster/NodesStats/NodesStatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/NodesStats/NodesStatsUrlTests.cs b/tests/Tests/Cluster/NodesStats/NodesStatsUrlTests.cs index 47eaef2f205..96bb5ea7634 100644 --- a/tests/Tests/Cluster/NodesStats/NodesStatsUrlTests.cs +++ b/tests/Tests/Cluster/NodesStats/NodesStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/NodesUsage/NodesUsageApiTests.cs b/tests/Tests/Cluster/NodesUsage/NodesUsageApiTests.cs index 9b7c422877a..1f44880e250 100644 --- a/tests/Tests/Cluster/NodesUsage/NodesUsageApiTests.cs +++ b/tests/Tests/Cluster/NodesUsage/NodesUsageApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/NodesUsage/NodesUsageUnitTests.cs b/tests/Tests/Cluster/NodesUsage/NodesUsageUnitTests.cs index 95bb776e90a..6ce1f79b531 100644 --- a/tests/Tests/Cluster/NodesUsage/NodesUsageUnitTests.cs +++ b/tests/Tests/Cluster/NodesUsage/NodesUsageUnitTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/NodesUsage/NodesUsageUrlTests.cs b/tests/Tests/Cluster/NodesUsage/NodesUsageUrlTests.cs index b36d44d5c8e..359f413c8e4 100644 --- a/tests/Tests/Cluster/NodesUsage/NodesUsageUrlTests.cs +++ b/tests/Tests/Cluster/NodesUsage/NodesUsageUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/Ping/PingApiTests.cs b/tests/Tests/Cluster/Ping/PingApiTests.cs index bab497260f3..029f3730fbd 100644 --- a/tests/Tests/Cluster/Ping/PingApiTests.cs +++ b/tests/Tests/Cluster/Ping/PingApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests/Cluster/Ping/PingUrlTests.cs b/tests/Tests/Cluster/Ping/PingUrlTests.cs index 0b8d0914a31..5c9d94736d1 100644 --- a/tests/Tests/Cluster/Ping/PingUrlTests.cs +++ b/tests/Tests/Cluster/Ping/PingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsApiTests.cs b/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsApiTests.cs index e9cc2236930..0104a72fc50 100644 --- a/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsApiTests.cs +++ b/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsUrlTests.cs b/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsUrlTests.cs index f318251a9d4..9e40ace0257 100644 --- a/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsUrlTests.cs +++ b/tests/Tests/Cluster/ReloadSecureSettings/ReloadSecureSettingsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/RemoteInfo/RemoteInfoApiTests.cs b/tests/Tests/Cluster/RemoteInfo/RemoteInfoApiTests.cs index c20de019927..14c5572a095 100644 --- a/tests/Tests/Cluster/RemoteInfo/RemoteInfoApiTests.cs +++ b/tests/Tests/Cluster/RemoteInfo/RemoteInfoApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cluster/RemoteInfo/RemoteInfoUrlTests.cs b/tests/Tests/Cluster/RemoteInfo/RemoteInfoUrlTests.cs index 6ee96eedc31..e23fc1def29 100644 --- a/tests/Tests/Cluster/RemoteInfo/RemoteInfoUrlTests.cs +++ b/tests/Tests/Cluster/RemoteInfo/RemoteInfoUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoApiTests.cs b/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoApiTests.cs index 2fa13674678..4b113c32c64 100644 --- a/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoApiTests.cs +++ b/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoUrlTests.cs b/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoUrlTests.cs index 6d493b5a0d4..180b9fb616e 100644 --- a/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoUrlTests.cs +++ b/tests/Tests/Cluster/RootNodeInfo/RootNodeInfoUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskApiTests.cs b/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskApiTests.cs index 46206f1ac75..4b6c9f8e502 100644 --- a/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskApiTests.cs +++ b/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskUrlTests.cs b/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskUrlTests.cs index d8c3bea6db1..0f82531b72f 100644 --- a/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskUrlTests.cs +++ b/tests/Tests/Cluster/TaskManagement/GetTask/GetTaskUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelApiTests.cs b/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelApiTests.cs index 45d56d4f23d..67607286ae6 100644 --- a/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelApiTests.cs +++ b/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelUrlTests.cs b/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelUrlTests.cs index 38406d4a235..804188b25ec 100644 --- a/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelUrlTests.cs +++ b/tests/Tests/Cluster/TaskManagement/TasksCancel/TasksCancelUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/TaskManagement/TasksList/TasksListApiTests.cs b/tests/Tests/Cluster/TaskManagement/TasksList/TasksListApiTests.cs index a1f7f68042a..b6301be04fd 100644 --- a/tests/Tests/Cluster/TaskManagement/TasksList/TasksListApiTests.cs +++ b/tests/Tests/Cluster/TaskManagement/TasksList/TasksListApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/TaskManagement/TasksList/TasksListUrlTests.cs b/tests/Tests/Cluster/TaskManagement/TasksList/TasksListUrlTests.cs index 08caeddb32a..3061b6558c4 100644 --- a/tests/Tests/Cluster/TaskManagement/TasksList/TasksListUrlTests.cs +++ b/tests/Tests/Cluster/TaskManagement/TasksList/TasksListUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsApiTests.cs b/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsApiTests.cs index 962a265d431..0bf77803792 100644 --- a/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsApiTests.cs +++ b/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteVotingConfigExclusionsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteingVotingConfigExclusionsTests.cs b/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteingVotingConfigExclusionsTests.cs index 77b04ec52d7..446157a08bc 100644 --- a/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteingVotingConfigExclusionsTests.cs +++ b/tests/Tests/Cluster/VotingConfigExclusions/DeleteVotingConfigExclusions/DeleteingVotingConfigExclusionsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsApiTests.cs b/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsApiTests.cs index 4a0c6afc989..28e197a97c0 100644 --- a/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsApiTests.cs +++ b/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostVotingConfigExclusionsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostingVotingConfigExclusionsTests.cs b/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostingVotingConfigExclusionsTests.cs index 1cde5aeff94..50ba6301a6d 100644 --- a/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostingVotingConfigExclusionsTests.cs +++ b/tests/Tests/Cluster/VotingConfigExclusions/PostVotingConfigExclusions/PostingVotingConfigExclusionsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CodeStandards/Analysis.cs b/tests/Tests/CodeStandards/Analysis.cs index 77620abfb50..1adcb7d7c59 100644 --- a/tests/Tests/CodeStandards/Analysis.cs +++ b/tests/Tests/CodeStandards/Analysis.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Descriptors.doc.cs b/tests/Tests/CodeStandards/Descriptors.doc.cs index 565fa8719f0..b96afa64715 100644 --- a/tests/Tests/CodeStandards/Descriptors.doc.cs +++ b/tests/Tests/CodeStandards/Descriptors.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/ElasticClient.doc.cs b/tests/Tests/CodeStandards/ElasticClient.doc.cs index b47209865c6..a975890bc3f 100644 --- a/tests/Tests/CodeStandards/ElasticClient.doc.cs +++ b/tests/Tests/CodeStandards/ElasticClient.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/NamingConventions.doc.cs b/tests/Tests/CodeStandards/NamingConventions.doc.cs index 206eb6decc2..73a4207f384 100644 --- a/tests/Tests/CodeStandards/NamingConventions.doc.cs +++ b/tests/Tests/CodeStandards/NamingConventions.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Parity/ParityTests.cs b/tests/Tests/CodeStandards/Parity/ParityTests.cs index 8201c41fe9a..6beed4e0bef 100644 --- a/tests/Tests/CodeStandards/Parity/ParityTests.cs +++ b/tests/Tests/CodeStandards/Parity/ParityTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Queries.doc.cs b/tests/Tests/CodeStandards/Queries.doc.cs index 9fb0bb64db9..d7095e7b61b 100644 --- a/tests/Tests/CodeStandards/Queries.doc.cs +++ b/tests/Tests/CodeStandards/Queries.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Requests.doc.cs b/tests/Tests/CodeStandards/Requests.doc.cs index fef8208b1e5..6eb906ac2c9 100644 --- a/tests/Tests/CodeStandards/Requests.doc.cs +++ b/tests/Tests/CodeStandards/Requests.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/CodeStandards/Responses.doc.cs b/tests/Tests/CodeStandards/Responses.doc.cs index f2c3c69c6a4..294933546a5 100644 --- a/tests/Tests/CodeStandards/Responses.doc.cs +++ b/tests/Tests/CodeStandards/Responses.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Serialization/Enums.cs b/tests/Tests/CodeStandards/Serialization/Enums.cs index d889782b5f1..e321226e2d3 100644 --- a/tests/Tests/CodeStandards/Serialization/Enums.cs +++ b/tests/Tests/CodeStandards/Serialization/Enums.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Serialization/Formatters.doc.cs b/tests/Tests/CodeStandards/Serialization/Formatters.doc.cs index 21e9f4cd6b7..9b8c3c90231 100644 --- a/tests/Tests/CodeStandards/Serialization/Formatters.doc.cs +++ b/tests/Tests/CodeStandards/Serialization/Formatters.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CodeStandards/Serialization/FractionalNumbers.cs b/tests/Tests/CodeStandards/Serialization/FractionalNumbers.cs index 412e0048b9c..6ac39c581be 100644 --- a/tests/Tests/CodeStandards/Serialization/FractionalNumbers.cs +++ b/tests/Tests/CodeStandards/Serialization/FractionalNumbers.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CodeStandards/Serialization/GeoLocationTests.cs b/tests/Tests/CodeStandards/Serialization/GeoLocationTests.cs index d34f0fe1dd9..95dba56fdbe 100644 --- a/tests/Tests/CodeStandards/Serialization/GeoLocationTests.cs +++ b/tests/Tests/CodeStandards/Serialization/GeoLocationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CodeStandards/Serialization/PrimitiveObjectFormatterTests.cs b/tests/Tests/CodeStandards/Serialization/PrimitiveObjectFormatterTests.cs index 0c274535daa..d9e95e69485 100644 --- a/tests/Tests/CodeStandards/Serialization/PrimitiveObjectFormatterTests.cs +++ b/tests/Tests/CodeStandards/Serialization/PrimitiveObjectFormatterTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CodeStandards/Serialization/Properties.doc.cs b/tests/Tests/CodeStandards/Serialization/Properties.doc.cs index b5bca115b71..2d2d3594986 100644 --- a/tests/Tests/CodeStandards/Serialization/Properties.doc.cs +++ b/tests/Tests/CodeStandards/Serialization/Properties.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CommonOptions/AutoExpandReplicas/AutoExpandReplicasTests.cs b/tests/Tests/CommonOptions/AutoExpandReplicas/AutoExpandReplicasTests.cs index 7accd48f20b..b882342362c 100644 --- a/tests/Tests/CommonOptions/AutoExpandReplicas/AutoExpandReplicasTests.cs +++ b/tests/Tests/CommonOptions/AutoExpandReplicas/AutoExpandReplicasTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CommonOptions/DateMath/DateMathExpressions.doc.cs b/tests/Tests/CommonOptions/DateMath/DateMathExpressions.doc.cs index 55a2756f8f5..cffc840b560 100644 --- a/tests/Tests/CommonOptions/DateMath/DateMathExpressions.doc.cs +++ b/tests/Tests/CommonOptions/DateMath/DateMathExpressions.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CommonOptions/DateMath/DateMathTests.cs b/tests/Tests/CommonOptions/DateMath/DateMathTests.cs index 4fd26fd603a..80b96288b03 100644 --- a/tests/Tests/CommonOptions/DateMath/DateMathTests.cs +++ b/tests/Tests/CommonOptions/DateMath/DateMathTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/CommonOptions/DistanceUnit/DistanceUnits.doc.cs b/tests/Tests/CommonOptions/DistanceUnit/DistanceUnits.doc.cs index 84aff66d8c9..6a2f0944856 100644 --- a/tests/Tests/CommonOptions/DistanceUnit/DistanceUnits.doc.cs +++ b/tests/Tests/CommonOptions/DistanceUnit/DistanceUnits.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/CommonOptions/TimeUnit/TimeUnits.doc.cs b/tests/Tests/CommonOptions/TimeUnit/TimeUnits.doc.cs index b8b4d92eda3..cea68bc51ad 100644 --- a/tests/Tests/CommonOptions/TimeUnit/TimeUnits.doc.cs +++ b/tests/Tests/CommonOptions/TimeUnit/TimeUnits.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/CommonOptions/Union/Union.doc.cs b/tests/Tests/CommonOptions/Union/Union.doc.cs index eefb3c3f039..dcfbd304f04 100644 --- a/tests/Tests/CommonOptions/Union/Union.doc.cs +++ b/tests/Tests/CommonOptions/Union/Union.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Connection/MetaData/MetaHeaderProviderTests.cs b/tests/Tests/Connection/MetaData/MetaHeaderProviderTests.cs index e62d4a79a3b..b498a16155e 100644 --- a/tests/Tests/Connection/MetaData/MetaHeaderProviderTests.cs +++ b/tests/Tests/Connection/MetaData/MetaHeaderProviderTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Text.RegularExpressions; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Connection/MetaData/VersionInfoTests.cs b/tests/Tests/Connection/MetaData/VersionInfoTests.cs index eba3f0f59e2..cb5bed9662a 100644 --- a/tests/Tests/Connection/MetaData/VersionInfoTests.cs +++ b/tests/Tests/Connection/MetaData/VersionInfoTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexApiTests.cs b/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexApiTests.cs index d3dc38e58b3..14b78652b0c 100644 --- a/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexApiTests.cs +++ b/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexUrlTests.cs b/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexUrlTests.cs index dc9d16e455e..ad9ab36fb0b 100644 --- a/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexUrlTests.cs +++ b/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/DanglingIndices/Import/ImportDanglingIndexApiTests.cs b/tests/Tests/DanglingIndices/Import/ImportDanglingIndexApiTests.cs index 78c8ff90479..d4a4ea3deb3 100644 --- a/tests/Tests/DanglingIndices/Import/ImportDanglingIndexApiTests.cs +++ b/tests/Tests/DanglingIndices/Import/ImportDanglingIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/DanglingIndices/Import/ImportDanglingIndexUrlTests.cs b/tests/Tests/DanglingIndices/Import/ImportDanglingIndexUrlTests.cs index 91c739c1dcc..e3f85a8f7b8 100644 --- a/tests/Tests/DanglingIndices/Import/ImportDanglingIndexUrlTests.cs +++ b/tests/Tests/DanglingIndices/Import/ImportDanglingIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/DanglingIndices/List/ListDanglingIndicesApiTests.cs b/tests/Tests/DanglingIndices/List/ListDanglingIndicesApiTests.cs index 1024cb6e756..5f6d5badd25 100644 --- a/tests/Tests/DanglingIndices/List/ListDanglingIndicesApiTests.cs +++ b/tests/Tests/DanglingIndices/List/ListDanglingIndicesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/DanglingIndices/List/ListDanglingIndicesUrlTests.cs b/tests/Tests/DanglingIndices/List/ListDanglingIndicesUrlTests.cs index fb0aca896b9..2d775838761 100644 --- a/tests/Tests/DanglingIndices/List/ListDanglingIndicesUrlTests.cs +++ b/tests/Tests/DanglingIndices/List/ListDanglingIndicesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/Bulk/BulkApiTests.cs b/tests/Tests/Document/Multiple/Bulk/BulkApiTests.cs index 9299d6e10c2..46d2f2a4ded 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkApiTests.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/Bulk/BulkInvalidApiTests.cs b/tests/Tests/Document/Multiple/Bulk/BulkInvalidApiTests.cs index 3812739a044..33080a9660f 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkInvalidApiTests.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkInvalidApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/Bulk/BulkInvalidVersionApiTests.cs b/tests/Tests/Document/Multiple/Bulk/BulkInvalidVersionApiTests.cs index e78853e3df5..cf175837d66 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkInvalidVersionApiTests.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkInvalidVersionApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/Bulk/BulkResponseParsingTests.cs b/tests/Tests/Document/Multiple/Bulk/BulkResponseParsingTests.cs index d49cc57d15c..3db11be466c 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkResponseParsingTests.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkResponseParsingTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/tests/Tests/Document/Multiple/Bulk/BulkSourceDeserialize.cs b/tests/Tests/Document/Multiple/Bulk/BulkSourceDeserialize.cs index 9b84b46d9f5..226108df8d1 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkSourceDeserialize.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkSourceDeserialize.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/Bulk/BulkUpdateManyTests.cs b/tests/Tests/Document/Multiple/Bulk/BulkUpdateManyTests.cs index db38fb051b7..6355d1c4823 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkUpdateManyTests.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkUpdateManyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/Bulk/BulkUrlTests.cs b/tests/Tests/Document/Multiple/Bulk/BulkUrlTests.cs index bfcd36b70b0..f4373faa9e4 100644 --- a/tests/Tests/Document/Multiple/Bulk/BulkUrlTests.cs +++ b/tests/Tests/Document/Multiple/Bulk/BulkUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/BulkAll/BulkAllApiTestsBase.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAllApiTestsBase.cs index ec307a04cce..052521565b5 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAllApiTestsBase.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAllApiTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkAllCancellationTokenApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAllCancellationTokenApiTests.cs index 3e6699bbc68..c8d659d5ae5 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAllCancellationTokenApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAllCancellationTokenApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkAllDeallocationApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAllDeallocationApiTests.cs index d697fee3805..19ae4f0f2e1 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAllDeallocationApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAllDeallocationApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkAllDisposeApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAllDisposeApiTests.cs index f43656c964e..0bc9ce266c4 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAllDisposeApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAllDisposeApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkAllExceptionApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAllExceptionApiTests.cs index acf8d847ebb..be7f88881fc 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAllExceptionApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAllExceptionApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkAllForEachAsyncApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAllForEachAsyncApiTests.cs index 95f804acded..de0f33a2263 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAllForEachAsyncApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAllForEachAsyncApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkAndScrollApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkAndScrollApiTests.cs index 2c196447f31..d2c7d69d069 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkAndScrollApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkAndScrollApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/BulkAll/BulkOnErrorApiTests.cs b/tests/Tests/Document/Multiple/BulkAll/BulkOnErrorApiTests.cs index e4274148a16..e1499f198c5 100644 --- a/tests/Tests/Document/Multiple/BulkAll/BulkOnErrorApiTests.cs +++ b/tests/Tests/Document/Multiple/BulkAll/BulkOnErrorApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryApiTests.cs b/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryApiTests.cs index 40004d1789d..f1589f02b37 100644 --- a/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryApiTests.cs +++ b/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryUrlTests.cs b/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryUrlTests.cs index e6f6cfa406e..4923f5462c6 100644 --- a/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryUrlTests.cs +++ b/tests/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleApiTests.cs b/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleApiTests.cs index b1ff91a9fc7..ea3555c2bf9 100644 --- a/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleApiTests.cs +++ b/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleUrlTests.cs b/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleUrlTests.cs index 22cf90d9ebc..5d9c0e0a272 100644 --- a/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleUrlTests.cs +++ b/tests/Tests/Document/Multiple/DeleteByQueryRethrottle/DeleteByQueryRethrottleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/MultiGet/GetManyApiTests.cs b/tests/Tests/Document/Multiple/MultiGet/GetManyApiTests.cs index 00374e87b09..0083d1e22e3 100644 --- a/tests/Tests/Document/Multiple/MultiGet/GetManyApiTests.cs +++ b/tests/Tests/Document/Multiple/MultiGet/GetManyApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/MultiGet/MultiGetApiTests.cs b/tests/Tests/Document/Multiple/MultiGet/MultiGetApiTests.cs index 81a70ab896a..3f152ce557c 100644 --- a/tests/Tests/Document/Multiple/MultiGet/MultiGetApiTests.cs +++ b/tests/Tests/Document/Multiple/MultiGet/MultiGetApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/MultiGet/MultiGetUrlTests.cs b/tests/Tests/Document/Multiple/MultiGet/MultiGetUrlTests.cs index 4cd45a6643c..ff947806b5e 100644 --- a/tests/Tests/Document/Multiple/MultiGet/MultiGetUrlTests.cs +++ b/tests/Tests/Document/Multiple/MultiGet/MultiGetUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsApiTests.cs b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsApiTests.cs index 20f86726669..50b3fc36024 100644 --- a/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsApiTests.cs +++ b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsApiTests.cs b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsApiTests.cs index 0bd84edd46f..b40a79847db 100644 --- a/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsApiTests.cs +++ b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsNotFoundApiTests.cs b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsNotFoundApiTests.cs index fae4e0ba296..e515c998429 100644 --- a/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsNotFoundApiTests.cs +++ b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsIdsNotFoundApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Globalization; diff --git a/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsUrlTests.cs b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsUrlTests.cs index f1e768767f1..664535f2e3a 100644 --- a/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsUrlTests.cs +++ b/tests/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/Reindex/ReindexApiTests.cs b/tests/Tests/Document/Multiple/Reindex/ReindexApiTests.cs index 4871be1bc9e..d670fc5b136 100644 --- a/tests/Tests/Document/Multiple/Reindex/ReindexApiTests.cs +++ b/tests/Tests/Document/Multiple/Reindex/ReindexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerApiTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerApiTests.cs index c2cb6ceb3de..30b90c2aa65 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerInvalidApiTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerInvalidApiTests.cs index a66044d0a5f..40b624cdab0 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerInvalidApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerInvalidApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Threading.Tasks; diff --git a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerPipelineApiTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerPipelineApiTests.cs index 7c00c77c358..7bb9de706af 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerPipelineApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerPipelineApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerRemoteApiTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerRemoteApiTests.cs index debba828299..9758b23ee4b 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerRemoteApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerRemoteApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSliceApiTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSliceApiTests.cs index 55ece49a0fe..6355927dff0 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSliceApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSliceApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSourceApiTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSourceApiTests.cs index 5ede94f2d01..ef0f86e5277 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSourceApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerSourceApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerUrlTests.cs b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerUrlTests.cs index 07bcf694c9a..ed2c5463995 100644 --- a/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerUrlTests.cs +++ b/tests/Tests/Document/Multiple/ReindexOnServer/ReindexOnServerUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleApiTests.cs b/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleApiTests.cs index 15ef0809e8a..c14b88b3e67 100644 --- a/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleApiTests.cs +++ b/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleUrlTests.cs b/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleUrlTests.cs index 74254de2823..2bc9c245e2f 100644 --- a/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleUrlTests.cs +++ b/tests/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryApiTests.cs b/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryApiTests.cs index 67813adb4de..46ab63cea9b 100644 --- a/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryApiTests.cs +++ b/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryUrlTests.cs b/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryUrlTests.cs index 41b309fecf1..ec742317a61 100644 --- a/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryUrlTests.cs +++ b/tests/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleApiTests.cs b/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleApiTests.cs index 45ca4c92ce2..f806abf28d7 100644 --- a/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleApiTests.cs +++ b/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleUrlTests.cs b/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleUrlTests.cs index b088d0022fe..01ff649136b 100644 --- a/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleUrlTests.cs +++ b/tests/Tests/Document/Multiple/UpdateByQueryRethrottle/UpdateByQueryRethrottleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Create/CreateApiTests.cs b/tests/Tests/Document/Single/Create/CreateApiTests.cs index 885df22e25d..449adaa1a1e 100644 --- a/tests/Tests/Document/Single/Create/CreateApiTests.cs +++ b/tests/Tests/Document/Single/Create/CreateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Create/CreateUrlTests.cs b/tests/Tests/Document/Single/Create/CreateUrlTests.cs index 30ffc9e6987..d63d74a924d 100644 --- a/tests/Tests/Document/Single/Create/CreateUrlTests.cs +++ b/tests/Tests/Document/Single/Create/CreateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Delete/DeleteApiTests.cs b/tests/Tests/Document/Single/Delete/DeleteApiTests.cs index 33086fd38d8..f5739902fba 100644 --- a/tests/Tests/Document/Single/Delete/DeleteApiTests.cs +++ b/tests/Tests/Document/Single/Delete/DeleteApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Document/Single/Delete/DeleteUrlTests.cs b/tests/Tests/Document/Single/Delete/DeleteUrlTests.cs index 032f14d94f9..42b38b54999 100644 --- a/tests/Tests/Document/Single/Delete/DeleteUrlTests.cs +++ b/tests/Tests/Document/Single/Delete/DeleteUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/DocumentCrudTests.cs b/tests/Tests/Document/Single/DocumentCrudTests.cs index 3df9bdd5200..4de38af1e2e 100644 --- a/tests/Tests/Document/Single/DocumentCrudTests.cs +++ b/tests/Tests/Document/Single/DocumentCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Exists/DocumentExistsApiTests.cs b/tests/Tests/Document/Single/Exists/DocumentExistsApiTests.cs index f451871bde0..0a56562decd 100644 --- a/tests/Tests/Document/Single/Exists/DocumentExistsApiTests.cs +++ b/tests/Tests/Document/Single/Exists/DocumentExistsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Document/Single/Exists/DocumentExistsNotFoundApiTests.cs b/tests/Tests/Document/Single/Exists/DocumentExistsNotFoundApiTests.cs index 68f68aef1fe..385645f8b91 100644 --- a/tests/Tests/Document/Single/Exists/DocumentExistsNotFoundApiTests.cs +++ b/tests/Tests/Document/Single/Exists/DocumentExistsNotFoundApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System.Globalization; using Nest; diff --git a/tests/Tests/Document/Single/Exists/DocumentExistsUrlTests.cs b/tests/Tests/Document/Single/Exists/DocumentExistsUrlTests.cs index 88d8854f47e..8bad51ff31b 100644 --- a/tests/Tests/Document/Single/Exists/DocumentExistsUrlTests.cs +++ b/tests/Tests/Document/Single/Exists/DocumentExistsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Get/GetApiTests.cs b/tests/Tests/Document/Single/Get/GetApiTests.cs index a275d5f91e5..d8c0c799599 100644 --- a/tests/Tests/Document/Single/Get/GetApiTests.cs +++ b/tests/Tests/Document/Single/Get/GetApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Get/GetUrlTests.cs b/tests/Tests/Document/Single/Get/GetUrlTests.cs index 7540afd1805..8784753a62f 100644 --- a/tests/Tests/Document/Single/Get/GetUrlTests.cs +++ b/tests/Tests/Document/Single/Get/GetUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Index/IndexApiTests.cs b/tests/Tests/Document/Single/Index/IndexApiTests.cs index 7e96041aada..d2bdfe96503 100644 --- a/tests/Tests/Document/Single/Index/IndexApiTests.cs +++ b/tests/Tests/Document/Single/Index/IndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Index/IndexIngestApiTests.cs b/tests/Tests/Document/Single/Index/IndexIngestApiTests.cs index d986e422240..44730917603 100644 --- a/tests/Tests/Document/Single/Index/IndexIngestApiTests.cs +++ b/tests/Tests/Document/Single/Index/IndexIngestApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Index/IndexIngestAttachmentApiTests.cs b/tests/Tests/Document/Single/Index/IndexIngestAttachmentApiTests.cs index ffa30c8c390..b60d3572af1 100644 --- a/tests/Tests/Document/Single/Index/IndexIngestAttachmentApiTests.cs +++ b/tests/Tests/Document/Single/Index/IndexIngestAttachmentApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Index/IndexIngestGeoIpApiTests.cs b/tests/Tests/Document/Single/Index/IndexIngestGeoIpApiTests.cs index f26da58e503..632cc0f8158 100644 --- a/tests/Tests/Document/Single/Index/IndexIngestGeoIpApiTests.cs +++ b/tests/Tests/Document/Single/Index/IndexIngestGeoIpApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Index/IndexUrlTests.cs b/tests/Tests/Document/Single/Index/IndexUrlTests.cs index a0f0b044210..8e3c9ad2df1 100644 --- a/tests/Tests/Document/Single/Index/IndexUrlTests.cs +++ b/tests/Tests/Document/Single/Index/IndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Source/SourceApiTests.cs b/tests/Tests/Document/Single/Source/SourceApiTests.cs index 6764e4a5cab..eef325409ce 100644 --- a/tests/Tests/Document/Single/Source/SourceApiTests.cs +++ b/tests/Tests/Document/Single/Source/SourceApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/SourceExists/SourceExistsApiTests.cs b/tests/Tests/Document/Single/SourceExists/SourceExistsApiTests.cs index 939db52663f..8b9ea3ac934 100644 --- a/tests/Tests/Document/Single/SourceExists/SourceExistsApiTests.cs +++ b/tests/Tests/Document/Single/SourceExists/SourceExistsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/TermVectors/TermVectorsApiTests.cs b/tests/Tests/Document/Single/TermVectors/TermVectorsApiTests.cs index 93b940a3e65..88721a137c4 100644 --- a/tests/Tests/Document/Single/TermVectors/TermVectorsApiTests.cs +++ b/tests/Tests/Document/Single/TermVectors/TermVectorsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/TermVectors/TermVectorsNotFoundApiTests.cs b/tests/Tests/Document/Single/TermVectors/TermVectorsNotFoundApiTests.cs index 36c6f6d220c..8c649cf83b6 100644 --- a/tests/Tests/Document/Single/TermVectors/TermVectorsNotFoundApiTests.cs +++ b/tests/Tests/Document/Single/TermVectors/TermVectorsNotFoundApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Document/Single/TermVectors/TermVectorsUrlTests.cs b/tests/Tests/Document/Single/TermVectors/TermVectorsUrlTests.cs index 634d2b48d27..46e00282d26 100644 --- a/tests/Tests/Document/Single/TermVectors/TermVectorsUrlTests.cs +++ b/tests/Tests/Document/Single/TermVectors/TermVectorsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Update/UpdateApiTests.cs b/tests/Tests/Document/Single/Update/UpdateApiTests.cs index d90fcec6526..98163094f6b 100644 --- a/tests/Tests/Document/Single/Update/UpdateApiTests.cs +++ b/tests/Tests/Document/Single/Update/UpdateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Document/Single/Update/UpdateUrlTests.cs b/tests/Tests/Document/Single/Update/UpdateUrlTests.cs index 6dbd2c01841..1909c528401 100644 --- a/tests/Tests/Document/Single/Update/UpdateUrlTests.cs +++ b/tests/Tests/Document/Single/Update/UpdateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Document/Single/Update/UpdateWithScriptApiTests.cs b/tests/Tests/Document/Single/Update/UpdateWithScriptApiTests.cs index 640e772d945..5409930ec8b 100644 --- a/tests/Tests/Document/Single/Update/UpdateWithScriptApiTests.cs +++ b/tests/Tests/Document/Single/Update/UpdateWithScriptApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Document/Single/Update/UpdateWithSourceApiTests.cs b/tests/Tests/Document/Single/Update/UpdateWithSourceApiTests.cs index 064b944ae60..8de3e084b3f 100644 --- a/tests/Tests/Document/Single/Update/UpdateWithSourceApiTests.cs +++ b/tests/Tests/Document/Single/Update/UpdateWithSourceApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/DocumentationTests/IntegrationDocumentationTestBase.cs b/tests/Tests/Framework/DocumentationTests/IntegrationDocumentationTestBase.cs index f3193b64f93..9aa0877d1cf 100644 --- a/tests/Tests/Framework/DocumentationTests/IntegrationDocumentationTestBase.cs +++ b/tests/Tests/Framework/DocumentationTests/IntegrationDocumentationTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Framework/EndpointTests/ApiIntegrationAgainstNewIndexTestBase.cs b/tests/Tests/Framework/EndpointTests/ApiIntegrationAgainstNewIndexTestBase.cs index a3386e24181..0e41f6d36ef 100644 --- a/tests/Tests/Framework/EndpointTests/ApiIntegrationAgainstNewIndexTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/ApiIntegrationAgainstNewIndexTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Threading.Tasks; diff --git a/tests/Tests/Framework/EndpointTests/ApiIntegrationTestBase.cs b/tests/Tests/Framework/EndpointTests/ApiIntegrationTestBase.cs index 52a50bd7e39..f5c0800856e 100644 --- a/tests/Tests/Framework/EndpointTests/ApiIntegrationTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/ApiIntegrationTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/ApiTestBase.cs b/tests/Tests/Framework/EndpointTests/ApiTestBase.cs index 4c61d0fbbc1..5bc706daa28 100644 --- a/tests/Tests/Framework/EndpointTests/ApiTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/ApiTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/CanConnectTestBase.cs b/tests/Tests/Framework/EndpointTests/CanConnectTestBase.cs index c66b2134c52..1357a395830 100644 --- a/tests/Tests/Framework/EndpointTests/CanConnectTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/CanConnectTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Ephemeral; diff --git a/tests/Tests/Framework/EndpointTests/ConnectionErrorTestBase.cs b/tests/Tests/Framework/EndpointTests/ConnectionErrorTestBase.cs index e784e35b12e..58ef1d722b9 100644 --- a/tests/Tests/Framework/EndpointTests/ConnectionErrorTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/ConnectionErrorTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/CoordinatedIntegrationTestBase.cs b/tests/Tests/Framework/EndpointTests/CoordinatedIntegrationTestBase.cs index b00b6ae114f..c5e6b9728db 100644 --- a/tests/Tests/Framework/EndpointTests/CoordinatedIntegrationTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/CoordinatedIntegrationTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/CrudTestBase.cs b/tests/Tests/Framework/EndpointTests/CrudTestBase.cs index 01f2c8d8ef6..50bfe6f1dca 100644 --- a/tests/Tests/Framework/EndpointTests/CrudTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/CrudTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs b/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs index 5bb3b8c6a00..038aeffacb5 100644 --- a/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/TestState/AsyncLazy.cs b/tests/Tests/Framework/EndpointTests/TestState/AsyncLazy.cs index ae98a538d31..b09bad30b95 100644 --- a/tests/Tests/Framework/EndpointTests/TestState/AsyncLazy.cs +++ b/tests/Tests/Framework/EndpointTests/TestState/AsyncLazy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/TestState/CallUniqueValues.cs b/tests/Tests/Framework/EndpointTests/TestState/CallUniqueValues.cs index 7569fd855b5..aca148fa8d4 100644 --- a/tests/Tests/Framework/EndpointTests/TestState/CallUniqueValues.cs +++ b/tests/Tests/Framework/EndpointTests/TestState/CallUniqueValues.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/TestState/ClientMethod.cs b/tests/Tests/Framework/EndpointTests/TestState/ClientMethod.cs index 453a7e87b81..61be43edc87 100644 --- a/tests/Tests/Framework/EndpointTests/TestState/ClientMethod.cs +++ b/tests/Tests/Framework/EndpointTests/TestState/ClientMethod.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.Framework.EndpointTests.TestState { diff --git a/tests/Tests/Framework/EndpointTests/TestState/CoordinatedUsage.cs b/tests/Tests/Framework/EndpointTests/TestState/CoordinatedUsage.cs index 00d507ed825..f5f2fc16fe5 100644 --- a/tests/Tests/Framework/EndpointTests/TestState/CoordinatedUsage.cs +++ b/tests/Tests/Framework/EndpointTests/TestState/CoordinatedUsage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/TestState/EndpointUsage.cs b/tests/Tests/Framework/EndpointTests/TestState/EndpointUsage.cs index beabf22a5bf..bf5628a1611 100644 --- a/tests/Tests/Framework/EndpointTests/TestState/EndpointUsage.cs +++ b/tests/Tests/Framework/EndpointTests/TestState/EndpointUsage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/TestState/LazyResponses.cs b/tests/Tests/Framework/EndpointTests/TestState/LazyResponses.cs index c57cccb217e..96a4b221335 100644 --- a/tests/Tests/Framework/EndpointTests/TestState/LazyResponses.cs +++ b/tests/Tests/Framework/EndpointTests/TestState/LazyResponses.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/EndpointTests/UrlTests.cs b/tests/Tests/Framework/EndpointTests/UrlTests.cs index 5dec5159f96..231fe926715 100644 --- a/tests/Tests/Framework/EndpointTests/UrlTests.cs +++ b/tests/Tests/Framework/EndpointTests/UrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/Extensions/FullFrameworkExtensions.cs b/tests/Tests/Framework/Extensions/FullFrameworkExtensions.cs index 10a4c849cec..0df9af21cd0 100644 --- a/tests/Tests/Framework/Extensions/FullFrameworkExtensions.cs +++ b/tests/Tests/Framework/Extensions/FullFrameworkExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/Extensions/Numeric.cs b/tests/Tests/Framework/Extensions/Numeric.cs index 83c7207906f..803dcb31b32 100644 --- a/tests/Tests/Framework/Extensions/Numeric.cs +++ b/tests/Tests/Framework/Extensions/Numeric.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.Framework.Extensions { diff --git a/tests/Tests/Framework/Extensions/Promisify.cs b/tests/Tests/Framework/Extensions/Promisify.cs index e6fd9f17320..0170117f9d2 100644 --- a/tests/Tests/Framework/Extensions/Promisify.cs +++ b/tests/Tests/Framework/Extensions/Promisify.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Framework/Extensions/UriExtensions.cs b/tests/Tests/Framework/Extensions/UriExtensions.cs index 1a4365c57ea..4a9ed91b85d 100644 --- a/tests/Tests/Framework/Extensions/UriExtensions.cs +++ b/tests/Tests/Framework/Extensions/UriExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/SerializationTests/BytesResponseTests.cs b/tests/Tests/Framework/SerializationTests/BytesResponseTests.cs index b5ac488280e..1cd1f276058 100644 --- a/tests/Tests/Framework/SerializationTests/BytesResponseTests.cs +++ b/tests/Tests/Framework/SerializationTests/BytesResponseTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/SerializationTests/CompositeKeySerializationTests.cs b/tests/Tests/Framework/SerializationTests/CompositeKeySerializationTests.cs index cf68895a190..bf5d014d961 100644 --- a/tests/Tests/Framework/SerializationTests/CompositeKeySerializationTests.cs +++ b/tests/Tests/Framework/SerializationTests/CompositeKeySerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.IO; diff --git a/tests/Tests/Framework/SerializationTests/DictionarySerializationTests.cs b/tests/Tests/Framework/SerializationTests/DictionarySerializationTests.cs index 1797509cb89..37b4fae5cab 100644 --- a/tests/Tests/Framework/SerializationTests/DictionarySerializationTests.cs +++ b/tests/Tests/Framework/SerializationTests/DictionarySerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Framework/SerializationTests/ExceptionSerializationTests.cs b/tests/Tests/Framework/SerializationTests/ExceptionSerializationTests.cs index 81e94182680..1eb35cb9e83 100644 --- a/tests/Tests/Framework/SerializationTests/ExceptionSerializationTests.cs +++ b/tests/Tests/Framework/SerializationTests/ExceptionSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Framework/SerializationTests/StringResponseTests.cs b/tests/Tests/Framework/SerializationTests/StringResponseTests.cs index 3351db92ca5..5b61af8885b 100644 --- a/tests/Tests/Framework/SerializationTests/StringResponseTests.cs +++ b/tests/Tests/Framework/SerializationTests/StringResponseTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Framework/SerializationTests/StubResponse.cs b/tests/Tests/Framework/SerializationTests/StubResponse.cs index e89868e6aa4..0b7f54d253a 100644 --- a/tests/Tests/Framework/SerializationTests/StubResponse.cs +++ b/tests/Tests/Framework/SerializationTests/StubResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Tests.Framework.SerializationTests { diff --git a/tests/Tests/GlobalSuppressions.cs b/tests/Tests/GlobalSuppressions.cs index f3e6d34d986..af45aed09b2 100644 --- a/tests/Tests/GlobalSuppressions.cs +++ b/tests/Tests/GlobalSuppressions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information // This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. diff --git a/tests/Tests/IndexModules/IndexSettings/Merge/MergeSettings.cs b/tests/Tests/IndexModules/IndexSettings/Merge/MergeSettings.cs index ea45d125fec..f8739ec5f84 100644 --- a/tests/Tests/IndexModules/IndexSettings/Merge/MergeSettings.cs +++ b/tests/Tests/IndexModules/IndexSettings/Merge/MergeSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/IndexSettings/Settings/RoutingPartitionSizeIndexSettings.cs b/tests/Tests/IndexModules/IndexSettings/Settings/RoutingPartitionSizeIndexSettings.cs index 59c52e47a0c..0fae146e1e9 100644 --- a/tests/Tests/IndexModules/IndexSettings/Settings/RoutingPartitionSizeIndexSettings.cs +++ b/tests/Tests/IndexModules/IndexSettings/Settings/RoutingPartitionSizeIndexSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/IndexSettings/Settings/TypedIndexSettings.cs b/tests/Tests/IndexModules/IndexSettings/Settings/TypedIndexSettings.cs index 1cadd50ee72..fa684f95d03 100644 --- a/tests/Tests/IndexModules/IndexSettings/Settings/TypedIndexSettings.cs +++ b/tests/Tests/IndexModules/IndexSettings/Settings/TypedIndexSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/IndexSettings/SlowLog/SlowLogSettings.cs b/tests/Tests/IndexModules/IndexSettings/SlowLog/SlowLogSettings.cs index 6196bcaa874..c72c7c576e1 100644 --- a/tests/Tests/IndexModules/IndexSettings/SlowLog/SlowLogSettings.cs +++ b/tests/Tests/IndexModules/IndexSettings/SlowLog/SlowLogSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/IndexSettings/Sorting/SortingSettingsSingleItem.cs b/tests/Tests/IndexModules/IndexSettings/Sorting/SortingSettingsSingleItem.cs index f82138613cb..0d40e151d24 100644 --- a/tests/Tests/IndexModules/IndexSettings/Sorting/SortingSettingsSingleItem.cs +++ b/tests/Tests/IndexModules/IndexSettings/Sorting/SortingSettingsSingleItem.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/IndexSettings/Translog/TranslogSettings.cs b/tests/Tests/IndexModules/IndexSettings/Translog/TranslogSettings.cs index 97540d3cd64..02deba7de3a 100644 --- a/tests/Tests/IndexModules/IndexSettings/Translog/TranslogSettings.cs +++ b/tests/Tests/IndexModules/IndexSettings/Translog/TranslogSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/Similarity/SimilaritySettings.cs b/tests/Tests/IndexModules/Similarity/SimilaritySettings.cs index b722f6ddec8..b232a690199 100644 --- a/tests/Tests/IndexModules/Similarity/SimilaritySettings.cs +++ b/tests/Tests/IndexModules/Similarity/SimilaritySettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/IndexModules/UsageTestBase.cs b/tests/Tests/IndexModules/UsageTestBase.cs index 1770c46c692..59b75229069 100644 --- a/tests/Tests/IndexModules/UsageTestBase.cs +++ b/tests/Tests/IndexModules/UsageTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/Alias/AliasApiRemoveIndexTests.cs b/tests/Tests/Indices/AliasManagement/Alias/AliasApiRemoveIndexTests.cs index 32dd9edde49..026f301b9bd 100644 --- a/tests/Tests/Indices/AliasManagement/Alias/AliasApiRemoveIndexTests.cs +++ b/tests/Tests/Indices/AliasManagement/Alias/AliasApiRemoveIndexTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/AliasManagement/Alias/AliasApiTests.cs b/tests/Tests/Indices/AliasManagement/Alias/AliasApiTests.cs index bac65480627..711c1cfc106 100644 --- a/tests/Tests/Indices/AliasManagement/Alias/AliasApiTests.cs +++ b/tests/Tests/Indices/AliasManagement/Alias/AliasApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/AliasManagement/Alias/AliasUrlTests.cs b/tests/Tests/Indices/AliasManagement/Alias/AliasUrlTests.cs index f566862c0af..cb42edb9e03 100644 --- a/tests/Tests/Indices/AliasManagement/Alias/AliasUrlTests.cs +++ b/tests/Tests/Indices/AliasManagement/Alias/AliasUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsApiTests.cs b/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsApiTests.cs index de4e00bdb2b..b40475ec380 100644 --- a/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsApiTests.cs +++ b/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsUrlTests.cs b/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsUrlTests.cs index c64df342ba5..30dc12c38e6 100644 --- a/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsUrlTests.cs +++ b/tests/Tests/Indices/AliasManagement/AliasExists/AliasExistsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/DeleteAlias/AliasDeleteApiTests.cs b/tests/Tests/Indices/AliasManagement/DeleteAlias/AliasDeleteApiTests.cs index 7271a33ace4..67eedc2c48f 100644 --- a/tests/Tests/Indices/AliasManagement/DeleteAlias/AliasDeleteApiTests.cs +++ b/tests/Tests/Indices/AliasManagement/DeleteAlias/AliasDeleteApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/AliasManagement/DeleteAlias/DeleteAliasUrlTests.cs b/tests/Tests/Indices/AliasManagement/DeleteAlias/DeleteAliasUrlTests.cs index fd3fe6943c9..ab28c81e941 100644 --- a/tests/Tests/Indices/AliasManagement/DeleteAlias/DeleteAliasUrlTests.cs +++ b/tests/Tests/Indices/AliasManagement/DeleteAlias/DeleteAliasUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasApiTests.cs b/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasApiTests.cs index cfcb3838b62..f65b6913438 100644 --- a/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasApiTests.cs +++ b/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasUrlTests.cs b/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasUrlTests.cs index ffe1dfe8885..8398303d930 100644 --- a/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasUrlTests.cs +++ b/tests/Tests/Indices/AliasManagement/GetAlias/GetAliasUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/GetAliasesPointingToIndex/GetAliasesPointingToIndexTests.cs b/tests/Tests/Indices/AliasManagement/GetAliasesPointingToIndex/GetAliasesPointingToIndexTests.cs index 4e9a16f011c..e84a91c5a08 100644 --- a/tests/Tests/Indices/AliasManagement/GetAliasesPointingToIndex/GetAliasesPointingToIndexTests.cs +++ b/tests/Tests/Indices/AliasManagement/GetAliasesPointingToIndex/GetAliasesPointingToIndexTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.Threading.Tasks; diff --git a/tests/Tests/Indices/AliasManagement/GetIndicesPointingToAlias/GetIndicesPointingToAliasTests.cs b/tests/Tests/Indices/AliasManagement/GetIndicesPointingToAlias/GetIndicesPointingToAliasTests.cs index 97e5f810a8a..f3534e15bdb 100644 --- a/tests/Tests/Indices/AliasManagement/GetIndicesPointingToAlias/GetIndicesPointingToAliasTests.cs +++ b/tests/Tests/Indices/AliasManagement/GetIndicesPointingToAlias/GetIndicesPointingToAliasTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasApiTests.cs b/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasApiTests.cs index b7707fd6c0a..b8d3e3ec473 100644 --- a/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasApiTests.cs +++ b/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasUrlTests.cs b/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasUrlTests.cs index f316b4d7d96..f9510399f9a 100644 --- a/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasUrlTests.cs +++ b/tests/Tests/Indices/AliasManagement/PutAlias/PutAliasUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/Analyze/AnalyzeApiTests.cs b/tests/Tests/Indices/Analyze/AnalyzeApiTests.cs index 214cb737a2e..28951cf3859 100644 --- a/tests/Tests/Indices/Analyze/AnalyzeApiTests.cs +++ b/tests/Tests/Indices/Analyze/AnalyzeApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/Analyze/AnalyzeUrlTests.cs b/tests/Tests/Indices/Analyze/AnalyzeUrlTests.cs index c26523efaec..4219a46997c 100644 --- a/tests/Tests/Indices/Analyze/AnalyzeUrlTests.cs +++ b/tests/Tests/Indices/Analyze/AnalyzeUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockApiTests.cs b/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockApiTests.cs index 5866713aee2..6fc4b71cfa2 100644 --- a/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockUrlTests.cs b/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockUrlTests.cs index 0c85959689e..03f65c2b90e 100644 --- a/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/AddBlock/AddIndexBlockUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexApiTests.cs index bae781bda65..bc07d0eabb0 100644 --- a/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexUrlTests.cs index de66e6a54fe..2424299df10 100644 --- a/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/CloneIndex/CloneIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexApiTests.cs index d345cf07f5f..3916a0624f2 100644 --- a/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexUrlTests.cs index bcd2765243c..659eb470a14 100644 --- a/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/CreateIndex/CreateIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexApiTests.cs index f9d3ab9a3b3..083e280867e 100644 --- a/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexUrlTests.cs index 9473b149c12..5fdf8d56fce 100644 --- a/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/DeleteIndex/DeleteIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexApiTests.cs index fb1c77d1735..0db7384a54d 100644 --- a/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexUrlTests.cs index 680b27beb7b..6d8f95756d5 100644 --- a/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/FreezeIndex/FreezeIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexApiTests.cs index 62ce87b91a4..dc35ac77e81 100644 --- a/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexUrlTests.cs index 2bd56a25d12..e5b564ca4b8 100644 --- a/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/GetIndex/GetIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsApiTests.cs b/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsApiTests.cs index a167265501c..df4e13dbed7 100644 --- a/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsUrlTests.cs b/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsUrlTests.cs index 51caf61abcf..76c190c7fea 100644 --- a/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/IndicesExists/IndexExistsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexApiTests.cs index b5822980d10..d7d77181255 100644 --- a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexUrlTests.cs index 2b0349b825f..88da0ad42b2 100644 --- a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/CloseIndex/CloseIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexApiTests.cs index 709592ce6b6..037f311ff58 100644 --- a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexUrlTests.cs index 41959308d51..45833ffa819 100644 --- a/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/OpenCloseIndex/OpenIndex/OpenIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexApiTests.cs index eaf1b428e74..1dabf5ff4c7 100644 --- a/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexUrlTests.cs index 27a156c6662..c2f064bad93 100644 --- a/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/ResolveIndex/ResolveIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexApiTests.cs index 113ce2d1c58..d055e74ec32 100644 --- a/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexUrlTests.cs index be99379131f..5ab035c1191 100644 --- a/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/RolloverIndex/RolloverIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexApiTests.cs index cb3ebe2da8d..b9f4d38bb9e 100644 --- a/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexUrlTests.cs index 58d0c3a27cd..8cb5abd943a 100644 --- a/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/ShrinkIndex/ShrinkIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexApiTests.cs index 151d3ee80b7..9850cb7d403 100644 --- a/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexUrlTests.cs index d0c35caade4..e3ded5dc525 100644 --- a/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/SplitIndex/SplitIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsApiTests.cs b/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsApiTests.cs index dc2591784c7..edca09f3a53 100644 --- a/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsUrlTests.cs b/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsUrlTests.cs index f5d71e20f5d..ecd54c11934 100644 --- a/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/TypesExists/TypeExistsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexApiTests.cs index 9c74ffb4e65..1faaeea3d43 100644 --- a/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexApiTests.cs +++ b/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexUrlTests.cs b/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexUrlTests.cs index 73ba9d92e52..4c0409bc6e7 100644 --- a/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexUrlTests.cs +++ b/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsApiTests.cs b/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsApiTests.cs index fc6f6179456..57cbb5b13b5 100644 --- a/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsApiTests.cs +++ b/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsUrlTests.cs b/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsUrlTests.cs index f43f7186830..293d8c813cf 100644 --- a/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsUrlTests.cs +++ b/tests/Tests/Indices/IndexSettings/GetIndexSettings/GetIndexSettingsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateApiTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateApiTests.cs index ef5ed91c2b8..655f2812ef9 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateApiTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using Nest; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateUrlTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateUrlTests.cs index a448343eb62..99413a4bc76 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateUrlTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/DeleteIndexTemplate/DeleteIndexTemplateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateApiTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateApiTests.cs index 483d4adc9fe..c7c246c2593 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateApiTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateUrlTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateUrlTests.cs index 550d7272fea..71cc1e7bbab 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateUrlTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/GetIndexTemplate/GetIndexTemplateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateCrudTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateCrudTests.cs index a28e859f44a..774eb8269ad 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateCrudTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Threading.Tasks; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsApiTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsApiTests.cs index 1fcd54c47ea..18b79664d8e 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsApiTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsUrlTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsUrlTests.cs index fe08766e6aa..c4a134c8d20 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsUrlTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/IndexTemplateExists/IndexTemplateExistsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateApiTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateApiTests.cs index b0fd4e3aacd..9aadb4c537c 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateApiTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateUrlTests.cs b/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateUrlTests.cs index 7311c72a0a8..1c3468893f2 100644 --- a/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateUrlTests.cs +++ b/tests/Tests/Indices/IndexSettings/IndexTemplates/PutIndexTemplate/PutIndexTemplateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsApiTests.cs b/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsApiTests.cs index 76e63036d8b..48bd7b9ace9 100644 --- a/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsApiTests.cs +++ b/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsUrlTests.cs b/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsUrlTests.cs index 785d13b09d3..6f5a0442bf4 100644 --- a/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsUrlTests.cs +++ b/tests/Tests/Indices/IndexSettings/UpdateIndicesSettings/UpdateIndexSettingsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingApiTests.cs b/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingApiTests.cs index 93657c61973..0dacf0e4fef 100644 --- a/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingApiTests.cs +++ b/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingUrlTests.cs b/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingUrlTests.cs index 0c4513de309..1df375ea56f 100644 --- a/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingUrlTests.cs +++ b/tests/Tests/Indices/MappingManagement/GetFieldMapping/GetFieldMappingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs b/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs index 4b1717c3c22..c1e1cd82e9e 100644 --- a/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs +++ b/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingUrlTests.cs b/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingUrlTests.cs index d2f0b979833..63ca339eda5 100644 --- a/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingUrlTests.cs +++ b/tests/Tests/Indices/MappingManagement/GetMapping/GetMappingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingApiTest.cs b/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingApiTest.cs index 3b4ce6cfbe4..484cc2691cf 100644 --- a/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingApiTest.cs +++ b/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingApiTest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingUrlTests.cs b/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingUrlTests.cs index d4b3710d078..ab061d686d7 100644 --- a/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingUrlTests.cs +++ b/tests/Tests/Indices/MappingManagement/PutMapping/PutMappingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusApiTests.cs b/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusApiTests.cs index bc2b3a71ed1..bba9559a202 100644 --- a/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusApiTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusUrlTests.cs b/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusUrlTests.cs index 4c4f149373b..7f2ed9d3bbf 100644 --- a/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusUrlTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesRecovery/RecoveryStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsApiTests.cs b/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsApiTests.cs index 0dd593009e1..0f474b7cf2d 100644 --- a/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsApiTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsUrlTests.cs b/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsUrlTests.cs index 5c23a76df42..bf994aea1e8 100644 --- a/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsUrlTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesSegments/SegmentsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresApiTests.cs b/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresApiTests.cs index 1b30136e1b9..4681fed9e95 100644 --- a/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresApiTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresUrlTests.cs b/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresUrlTests.cs index 4eccdb33a23..f196c069c8a 100644 --- a/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresUrlTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesShardStores/IndicesShardStoresUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsApiTests.cs b/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsApiTests.cs index 2e604bee741..2970e3067bb 100644 --- a/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsApiTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsUrlTests.cs b/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsUrlTests.cs index 8b138af09f0..f3936bb7a52 100644 --- a/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsUrlTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsWithShardsInformationApiTests.cs b/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsWithShardsInformationApiTests.cs index c23c08e20a9..482500876da 100644 --- a/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsWithShardsInformationApiTests.cs +++ b/tests/Tests/Indices/Monitoring/IndicesStats/IndicesStatsWithShardsInformationApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersApiTests.cs b/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersApiTests.cs index 4dd29a9193f..12174b7cd55 100644 --- a/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersApiTests.cs +++ b/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersUrlTests.cs b/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersUrlTests.cs index 34eb3f8c74a..3692d62697d 100644 --- a/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersUrlTests.cs +++ b/tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheApiTests.cs b/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheApiTests.cs index 841188c8173..8f5429ed160 100644 --- a/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheApiTests.cs +++ b/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheUrlTests.cs b/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheUrlTests.cs index 71c9cdc1974..c2a38cee007 100644 --- a/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheUrlTests.cs +++ b/tests/Tests/Indices/StatusManagement/ClearCache/ClearCacheUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/StatusManagement/Flush/FlushApiTests.cs b/tests/Tests/Indices/StatusManagement/Flush/FlushApiTests.cs index f8b293361f2..8d1fb25b400 100644 --- a/tests/Tests/Indices/StatusManagement/Flush/FlushApiTests.cs +++ b/tests/Tests/Indices/StatusManagement/Flush/FlushApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/StatusManagement/Flush/FlushUrlTests.cs b/tests/Tests/Indices/StatusManagement/Flush/FlushUrlTests.cs index 816c923cc50..14eaf18d16d 100644 --- a/tests/Tests/Indices/StatusManagement/Flush/FlushUrlTests.cs +++ b/tests/Tests/Indices/StatusManagement/Flush/FlushUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeApiTests.cs b/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeApiTests.cs index ff03c236de7..288f2ba9c33 100644 --- a/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeApiTests.cs +++ b/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeUrlTests.cs b/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeUrlTests.cs index ff546146924..6be92c94304 100644 --- a/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeUrlTests.cs +++ b/tests/Tests/Indices/StatusManagement/ForceMerge/ForceMergeUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/StatusManagement/Refresh/RefreshApiTests.cs b/tests/Tests/Indices/StatusManagement/Refresh/RefreshApiTests.cs index f9397a8cd1c..05d07248252 100644 --- a/tests/Tests/Indices/StatusManagement/Refresh/RefreshApiTests.cs +++ b/tests/Tests/Indices/StatusManagement/Refresh/RefreshApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Indices/StatusManagement/Refresh/RefreshUrlTests.cs b/tests/Tests/Indices/StatusManagement/Refresh/RefreshUrlTests.cs index a9be8b8dad4..317cb93d1a0 100644 --- a/tests/Tests/Indices/StatusManagement/Refresh/RefreshUrlTests.cs +++ b/tests/Tests/Indices/StatusManagement/Refresh/RefreshUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFlushUrlTests.cs b/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFlushUrlTests.cs index 54c083c7624..66c9cb0b579 100644 --- a/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFlushUrlTests.cs +++ b/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFlushUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFushApiTests.cs b/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFushApiTests.cs index 92255023cf8..512383b9836 100644 --- a/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFushApiTests.cs +++ b/tests/Tests/Indices/StatusManagement/SyncedFlush/SyncedFushApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Ingest/DeletePipeline/DeletePipelineApiTests.cs b/tests/Tests/Ingest/DeletePipeline/DeletePipelineApiTests.cs index 624097ca820..1faf61658ff 100644 --- a/tests/Tests/Ingest/DeletePipeline/DeletePipelineApiTests.cs +++ b/tests/Tests/Ingest/DeletePipeline/DeletePipelineApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Ingest/DeletePipeline/DeletePipelineUrlTests.cs b/tests/Tests/Ingest/DeletePipeline/DeletePipelineUrlTests.cs index 3e31df0982e..8fd55c429d1 100644 --- a/tests/Tests/Ingest/DeletePipeline/DeletePipelineUrlTests.cs +++ b/tests/Tests/Ingest/DeletePipeline/DeletePipelineUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Ingest/GetPipeline/GetPipelineApiTests.cs b/tests/Tests/Ingest/GetPipeline/GetPipelineApiTests.cs index 9e86cb088a6..8936f3faa04 100644 --- a/tests/Tests/Ingest/GetPipeline/GetPipelineApiTests.cs +++ b/tests/Tests/Ingest/GetPipeline/GetPipelineApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Ingest/GetPipeline/GetPipelineUrlTests.cs b/tests/Tests/Ingest/GetPipeline/GetPipelineUrlTests.cs index e653943c5a6..12b0e1dd597 100644 --- a/tests/Tests/Ingest/GetPipeline/GetPipelineUrlTests.cs +++ b/tests/Tests/Ingest/GetPipeline/GetPipelineUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsApiTests.cs b/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsApiTests.cs index e7ccfff27b8..6be483d0c4f 100644 --- a/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsApiTests.cs +++ b/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsTests.cs b/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsTests.cs index 0164c2f7a62..674b5ce5416 100644 --- a/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsTests.cs +++ b/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsUnitTests.cs b/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsUnitTests.cs index 852fccbcf6f..f8c4c25bacf 100644 --- a/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsUnitTests.cs +++ b/tests/Tests/Ingest/GrokProcessorPatterns/GrokProcessorPatternsUnitTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Ingest/PipelineCrudTests.cs b/tests/Tests/Ingest/PipelineCrudTests.cs index a314a41aceb..e00d0621ef5 100644 --- a/tests/Tests/Ingest/PipelineCrudTests.cs +++ b/tests/Tests/Ingest/PipelineCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Ingest/ProcessorAssertions.cs b/tests/Tests/Ingest/ProcessorAssertions.cs index ea8648f8473..7c341bf27f8 100644 --- a/tests/Tests/Ingest/ProcessorAssertions.cs +++ b/tests/Tests/Ingest/ProcessorAssertions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Ingest/ProcessorSerializationTests.cs b/tests/Tests/Ingest/ProcessorSerializationTests.cs index 4c888ce9a34..071e1aa35c5 100644 --- a/tests/Tests/Ingest/ProcessorSerializationTests.cs +++ b/tests/Tests/Ingest/ProcessorSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs b/tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs index 7942611c75d..aa411efe68e 100644 --- a/tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs +++ b/tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Ingest/PutPipeline/PutPipelineUrlTests.cs b/tests/Tests/Ingest/PutPipeline/PutPipelineUrlTests.cs index 7b331f34e13..c4adcd9c59e 100644 --- a/tests/Tests/Ingest/PutPipeline/PutPipelineUrlTests.cs +++ b/tests/Tests/Ingest/PutPipeline/PutPipelineUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineApiTests.cs b/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineApiTests.cs index f8ea6f03bda..4f8f89bf082 100644 --- a/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineApiTests.cs +++ b/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineUrlTests.cs b/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineUrlTests.cs index 021d259a649..8b7b5f01e15 100644 --- a/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineUrlTests.cs +++ b/tests/Tests/Ingest/SimulatePipeline/SimulatePipelineUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/LocalMetadata/LocalMetadataUsageTests.cs b/tests/Tests/Mapping/LocalMetadata/LocalMetadataUsageTests.cs index 75e74aec628..df1d7f96e19 100644 --- a/tests/Tests/Mapping/LocalMetadata/LocalMetadataUsageTests.cs +++ b/tests/Tests/Mapping/LocalMetadata/LocalMetadataUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/LocalMetadata/LocalMetadataVisitorTests.cs b/tests/Tests/Mapping/LocalMetadata/LocalMetadataVisitorTests.cs index 498171d9081..abcb1100fd0 100644 --- a/tests/Tests/Mapping/LocalMetadata/LocalMetadataVisitorTests.cs +++ b/tests/Tests/Mapping/LocalMetadata/LocalMetadataVisitorTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Meta/MetaMappingApiTests.cs b/tests/Tests/Mapping/Meta/MetaMappingApiTests.cs index f24af804053..7dff334bcd5 100644 --- a/tests/Tests/Mapping/Meta/MetaMappingApiTests.cs +++ b/tests/Tests/Mapping/Meta/MetaMappingApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/PropertyDescriptorTests.cs b/tests/Tests/Mapping/PropertyDescriptorTests.cs index cf5fb5bc2e4..b01ad7f0d86 100644 --- a/tests/Tests/Mapping/PropertyDescriptorTests.cs +++ b/tests/Tests/Mapping/PropertyDescriptorTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/RuntimeFields/RuntimeFieldsTests.cs b/tests/Tests/Mapping/RuntimeFields/RuntimeFieldsTests.cs index 04e9a082b4f..60e017534c7 100644 --- a/tests/Tests/Mapping/RuntimeFields/RuntimeFieldsTests.cs +++ b/tests/Tests/Mapping/RuntimeFields/RuntimeFieldsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Threading.Tasks; diff --git a/tests/Tests/Mapping/Scalar/ScalarUsageTests.cs b/tests/Tests/Mapping/Scalar/ScalarUsageTests.cs index fdfee9f9467..08f1f35e981 100644 --- a/tests/Tests/Mapping/Scalar/ScalarUsageTests.cs +++ b/tests/Tests/Mapping/Scalar/ScalarUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/Types/AttributeTestsBase.cs b/tests/Tests/Mapping/Types/AttributeTestsBase.cs index 18d0aa0f34a..d6244d560cf 100644 --- a/tests/Tests/Mapping/Types/AttributeTestsBase.cs +++ b/tests/Tests/Mapping/Types/AttributeTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedAttributeTests.cs b/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedAttributeTests.cs index d6b6ed0409a..1fdf681922c 100644 --- a/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedPropertyTests.cs b/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedPropertyTests.cs index 6c1f1c86477..c6e67e31f8a 100644 --- a/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Complex/Flattened/FlattenedPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Complex/Nested/NestedAttributeTests.cs b/tests/Tests/Mapping/Types/Complex/Nested/NestedAttributeTests.cs index c5f334ea7cc..dade840720b 100644 --- a/tests/Tests/Mapping/Types/Complex/Nested/NestedAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Complex/Nested/NestedAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Complex/Nested/NestedPropertyTests.cs b/tests/Tests/Mapping/Types/Complex/Nested/NestedPropertyTests.cs index e9699018a15..846a201f853 100644 --- a/tests/Tests/Mapping/Types/Complex/Nested/NestedPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Complex/Nested/NestedPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Complex/Object/ObjectAttributeTests.cs b/tests/Tests/Mapping/Types/Complex/Object/ObjectAttributeTests.cs index c487e6ece64..9fd15dbbe87 100644 --- a/tests/Tests/Mapping/Types/Complex/Object/ObjectAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Complex/Object/ObjectAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Complex/Object/ObjectPropertyTests.cs b/tests/Tests/Mapping/Types/Complex/Object/ObjectPropertyTests.cs index 63f1a3f8c9e..c78c90210d1 100644 --- a/tests/Tests/Mapping/Types/Complex/Object/ObjectPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Complex/Object/ObjectPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Binary/BinaryAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Binary/BinaryAttributeTests.cs index 5d2722ce1c6..30efcd683cc 100644 --- a/tests/Tests/Mapping/Types/Core/Binary/BinaryAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Binary/BinaryAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Binary/BinaryPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Binary/BinaryPropertyTests.cs index 46ab4cea70a..a3856dc4bca 100644 --- a/tests/Tests/Mapping/Types/Core/Binary/BinaryPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Binary/BinaryPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Boolean/BooleanAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Boolean/BooleanAttributeTests.cs index 88e0391bbbf..305669848e4 100644 --- a/tests/Tests/Mapping/Types/Core/Boolean/BooleanAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Boolean/BooleanAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Boolean/BooleanPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Boolean/BooleanPropertyTests.cs index 3b693c599a7..45588ce2ec9 100644 --- a/tests/Tests/Mapping/Types/Core/Boolean/BooleanPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Boolean/BooleanPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Date/DateAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Date/DateAttributeTests.cs index ce1b960b707..17b4cfa08c4 100644 --- a/tests/Tests/Mapping/Types/Core/Date/DateAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Date/DateAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Date/DatePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Date/DatePropertyTests.cs index f163013f706..9989edf35b5 100644 --- a/tests/Tests/Mapping/Types/Core/Date/DatePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Date/DatePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosAttributeTests.cs b/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosAttributeTests.cs index 85ec4186ac4..8b7083c6b4b 100644 --- a/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosPropertyTests.cs b/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosPropertyTests.cs index 07bbfcf1a6d..62c3d02f741 100644 --- a/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/DateNanos/DateNanosPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Join/JoinAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Join/JoinAttributeTests.cs index edc9f72ef63..f118831a705 100644 --- a/tests/Tests/Mapping/Types/Core/Join/JoinAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Join/JoinAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Domain; diff --git a/tests/Tests/Mapping/Types/Core/Join/JoinPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Join/JoinPropertyTests.cs index d96c73c2af9..b876a7ad668 100644 --- a/tests/Tests/Mapping/Types/Core/Join/JoinPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Join/JoinPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Keyword/KeywordAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Keyword/KeywordAttributeTests.cs index e09def761a7..56294bb1e5d 100644 --- a/tests/Tests/Mapping/Types/Core/Keyword/KeywordAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Keyword/KeywordAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Keyword/KeywordPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Keyword/KeywordPropertyTests.cs index 06bebeef033..fd70222f071 100644 --- a/tests/Tests/Mapping/Types/Core/Keyword/KeywordPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Keyword/KeywordPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Number/NumberAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Number/NumberAttributeTests.cs index c0f004a56a1..52a90d02e47 100644 --- a/tests/Tests/Mapping/Types/Core/Number/NumberAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Number/NumberAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Number/NumberPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Number/NumberPropertyTests.cs index 3dd698b2ddf..7d98e5e479c 100644 --- a/tests/Tests/Mapping/Types/Core/Number/NumberPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Number/NumberPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/Types/Core/Percolator/PercolatorAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Percolator/PercolatorAttributeTests.cs index fe337ee2d0d..ef14cc91d69 100644 --- a/tests/Tests/Mapping/Types/Core/Percolator/PercolatorAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Percolator/PercolatorAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Percolator/PercolatorPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Percolator/PercolatorPropertyTests.cs index d7e3cef06eb..1e0cbe8faef 100644 --- a/tests/Tests/Mapping/Types/Core/Percolator/PercolatorPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Percolator/PercolatorPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangeAttributeTests.cs index 9efecafc726..f409b36c668 100644 --- a/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangePropertyTests.cs index 144a88f5dbd..284cd0bd3f4 100644 --- a/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/DateRange/DateRangePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttributeTests.cs index aee4afbed4f..84c699b5177 100644 --- a/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangePropertyTests.cs index e9578d4e98b..3512dc6336e 100644 --- a/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/DoubleRange/DoubleRangePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangeAttributeTests.cs index baca681e690..5d21ae13138 100644 --- a/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangePropertyTests.cs index 2dd7e96a96c..948a28317e0 100644 --- a/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/FloatRange/FloatRangePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttributeTests.cs index c9d0e748315..0540f520dbf 100644 --- a/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangePropertyTests.cs index 1c25a74f0ab..6e7e32f410a 100644 --- a/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/IntegerRange/IntegerRangePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangeAttributeTests.cs index 6080cc88658..a480df1b030 100644 --- a/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangePropertyTests.cs index 0f4074a8caa..d2d7377153a 100644 --- a/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/IpRange/IpRangePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangeAttributeTests.cs index 4365768a915..f89d5438330 100644 --- a/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangePropertyTests.cs b/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangePropertyTests.cs index 25ccddadc8a..fa73ba7b7ad 100644 --- a/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Range/LongRange/LongRangePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/RankFeature/RankFeatureAttributeTests.cs b/tests/Tests/Mapping/Types/Core/RankFeature/RankFeatureAttributeTests.cs index 19513f781c8..6e0ed64ddd7 100644 --- a/tests/Tests/Mapping/Types/Core/RankFeature/RankFeatureAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/RankFeature/RankFeatureAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Core/RankFeature/RankFeaturePropertyTests.cs b/tests/Tests/Mapping/Types/Core/RankFeature/RankFeaturePropertyTests.cs index bb269b74e5a..7f18a1bd148 100644 --- a/tests/Tests/Mapping/Types/Core/RankFeature/RankFeaturePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/RankFeature/RankFeaturePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesAttributeTests.cs b/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesAttributeTests.cs index 01b729d079a..b40d5ffd257 100644 --- a/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesPropertyTests.cs b/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesPropertyTests.cs index 8217811407c..04ae7f66d7c 100644 --- a/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/RankFeatures/RankFeaturesPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttributeTests.cs b/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttributeTests.cs index b163d7c59dc..f6fd5f4fc4f 100644 --- a/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypePropertyTests.cs b/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypePropertyTests.cs index 8c9d580f4ed..7e9c10427c4 100644 --- a/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeSingleMappingPropertyTests.cs b/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeSingleMappingPropertyTests.cs index 8f256242c70..7feb7af20dc 100644 --- a/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeSingleMappingPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/SearchAsYouType/SearchAsYouTypeSingleMappingPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Core/Text/TextAttributeTests.cs b/tests/Tests/Mapping/Types/Core/Text/TextAttributeTests.cs index 5825823938a..33d94df6f30 100644 --- a/tests/Tests/Mapping/Types/Core/Text/TextAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Core/Text/TextAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Core/Text/TextPropertyTests.cs b/tests/Tests/Mapping/Types/Core/Text/TextPropertyTests.cs index caf0dcdf8cf..35607cab8b1 100644 --- a/tests/Tests/Mapping/Types/Core/Text/TextPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Core/Text/TextPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointAttributeTests.cs b/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointAttributeTests.cs index 05fd40c8331..0ff4327ec82 100644 --- a/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointPropertyTests.cs b/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointPropertyTests.cs index 1bb67ad8c27..25628efc508 100644 --- a/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Geo/GeoPoint/GeoPointPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeAttributeTests.cs b/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeAttributeTests.cs index f13c7943d40..3329f797d32 100644 --- a/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeClusterMetadataApiTests.cs b/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeClusterMetadataApiTests.cs index 1903c1f533e..b93c89164ef 100644 --- a/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeClusterMetadataApiTests.cs +++ b/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeClusterMetadataApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapePropertyTests.cs b/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapePropertyTests.cs index 5bace24c85c..10025723d3f 100644 --- a/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; @@ -37,7 +22,6 @@ public GeoShapePropertyTests(WritableCluster cluster, EndpointUsage usage) : bas { type = "geo_shape", orientation = "cw", - strategy = "recursive", coerce = true } } @@ -47,18 +31,15 @@ public GeoShapePropertyTests(WritableCluster cluster, EndpointUsage usage) : bas .GeoShape(s => s .Name(p => p.LocationShape) .Orientation(GeoOrientation.ClockWise) - .Strategy(GeoStrategy.Recursive) .Coerce() ); - protected override IProperties InitializerProperties => new Properties { { "locationShape", new GeoShapeProperty { Orientation = GeoOrientation.ClockWise, - Strategy = GeoStrategy.Recursive, Coerce = true } } diff --git a/tests/Tests/Mapping/Types/PropertyTestsBase.cs b/tests/Tests/Mapping/Types/PropertyTestsBase.cs index cc9126d9507..cd8457db9a5 100644 --- a/tests/Tests/Mapping/Types/PropertyTestsBase.cs +++ b/tests/Tests/Mapping/Types/PropertyTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/Types/SingleMappingPropertyTestsBase.cs b/tests/Tests/Mapping/Types/SingleMappingPropertyTestsBase.cs index 7bfb2a731dd..9afc4ac7507 100644 --- a/tests/Tests/Mapping/Types/SingleMappingPropertyTestsBase.cs +++ b/tests/Tests/Mapping/Types/SingleMappingPropertyTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Mapping/Types/Specialized/Completion/CompletionAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Completion/CompletionAttributeTests.cs index be7bbc0badc..fbfd7c6f2c5 100644 --- a/tests/Tests/Mapping/Types/Specialized/Completion/CompletionAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Completion/CompletionAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Completion/CompletionPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Completion/CompletionPropertyTests.cs index 2e1c926cc45..6d94c25ae22 100644 --- a/tests/Tests/Mapping/Types/Specialized/Completion/CompletionPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Completion/CompletionPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttributeTests.cs index ae188cf20ce..0a141fb9aa8 100644 --- a/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordPropertyTests.cs index 03562cf0e5c..e25a6d3783e 100644 --- a/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/ConstantKeyword/ConstantKeywordPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Specialized/FieldAlias/FieldAliasPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/FieldAlias/FieldAliasPropertyTests.cs index 57aea8a5105..e2b2f1fa5ac 100644 --- a/tests/Tests/Mapping/Types/Specialized/FieldAlias/FieldAliasPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/FieldAlias/FieldAliasPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Specialized/Generic/GenericPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Generic/GenericPropertyTests.cs index 0f4bb15d83a..18451a6ce69 100644 --- a/tests/Tests/Mapping/Types/Specialized/Generic/GenericPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Generic/GenericPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramAttributeTests.cs index d1217b1a6e2..8e9d0977d30 100644 --- a/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramPropertyTests.cs index 750ea28e885..bff57e6b3aa 100644 --- a/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Histogram/HistogramPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Specialized/Ip/IpAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Ip/IpAttributeTests.cs index f01fce3546a..f561cc05a0a 100644 --- a/tests/Tests/Mapping/Types/Specialized/Ip/IpAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Ip/IpAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Ip/IpPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Ip/IpPropertyTests.cs index f206d28ef1f..d55172af576 100644 --- a/tests/Tests/Mapping/Types/Specialized/Ip/IpPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Ip/IpPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttributeTests.cs index d8906799573..43e57ad9e6d 100644 --- a/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashPropertyTests.cs index bba4eb058d0..c54a180715d 100644 --- a/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Murmur3Hash/Murmur3HashPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Point/CartesianPointSerializationTests.cs b/tests/Tests/Mapping/Types/Specialized/Point/CartesianPointSerializationTests.cs index 3bd5e78b573..a46f3426d0d 100644 --- a/tests/Tests/Mapping/Types/Specialized/Point/CartesianPointSerializationTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Point/CartesianPointSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Text; diff --git a/tests/Tests/Mapping/Types/Specialized/Point/PointAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Point/PointAttributeTests.cs index 11c9e00fda6..2155bcfc839 100644 --- a/tests/Tests/Mapping/Types/Specialized/Point/PointAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Point/PointAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Point/PointPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Point/PointPropertyTests.cs index 01e21e42160..8f54a25a520 100644 --- a/tests/Tests/Mapping/Types/Specialized/Point/PointPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Point/PointPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Specialized/Shape/ShapeAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Shape/ShapeAttributeTests.cs index b14c077342e..389b935e954 100644 --- a/tests/Tests/Mapping/Types/Specialized/Shape/ShapeAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Shape/ShapeAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Shape/ShapePropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Shape/ShapePropertyTests.cs index fdc2c4e3fcb..8498d2812f5 100644 --- a/tests/Tests/Mapping/Types/Specialized/Shape/ShapePropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Shape/ShapePropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountAttributeTests.cs index c32c3b382e2..153942876b8 100644 --- a/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountPropertyTests.cs index ca665749082..2d6ad80eca5 100644 --- a/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/TokenCount/TokenCountPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Version/VersionAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Version/VersionAttributeTests.cs index 362c2882068..c71f6caa807 100644 --- a/tests/Tests/Mapping/Types/Specialized/Version/VersionAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Version/VersionAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Version/VersionPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Version/VersionPropertyTests.cs index 41f39b7b8f3..b2dccfcaf7e 100644 --- a/tests/Tests/Mapping/Types/Specialized/Version/VersionPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Version/VersionPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardAttributeTests.cs b/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardAttributeTests.cs index 23ce9e35d08..865834b84a5 100644 --- a/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardAttributeTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardAttributeTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardPropertyTests.cs b/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardPropertyTests.cs index e8db1d66bbd..11e7fe25a5f 100644 --- a/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardPropertyTests.cs +++ b/tests/Tests/Mapping/Types/Specialized/Wildcard/WildcardPropertyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/MetaHeader/MetaHeaderHelperTests.cs b/tests/Tests/MetaHeader/MetaHeaderHelperTests.cs index b7e239ec7d5..cacf906bfaf 100644 --- a/tests/Tests/MetaHeader/MetaHeaderHelperTests.cs +++ b/tests/Tests/MetaHeader/MetaHeaderHelperTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptApiTests.cs b/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptApiTests.cs index c965199f47d..15b857655d8 100644 --- a/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptApiTests.cs +++ b/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptUrlTests.cs b/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptUrlTests.cs index 71390d171bc..980d71e03a4 100644 --- a/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptUrlTests.cs +++ b/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptApiTests.cs b/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptApiTests.cs index 6d248c71926..c4f9d4b14e4 100644 --- a/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptApiTests.cs +++ b/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptUrlTests.cs b/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptUrlTests.cs index 47c7ec56cff..26983871089 100644 --- a/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptUrlTests.cs +++ b/tests/Tests/Modules/Scripting/ExecutePainlessScript/ExecutePainlessScriptUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/Scripting/GetScript/GetScriptApiTests.cs b/tests/Tests/Modules/Scripting/GetScript/GetScriptApiTests.cs index b9e1adc4840..fc5f094674b 100644 --- a/tests/Tests/Modules/Scripting/GetScript/GetScriptApiTests.cs +++ b/tests/Tests/Modules/Scripting/GetScript/GetScriptApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/Scripting/GetScript/GetScriptUrlTests.cs b/tests/Tests/Modules/Scripting/GetScript/GetScriptUrlTests.cs index 09d471fe63d..0c13bf40573 100644 --- a/tests/Tests/Modules/Scripting/GetScript/GetScriptUrlTests.cs +++ b/tests/Tests/Modules/Scripting/GetScript/GetScriptUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/Scripting/PutScript/PutScriptApiTests.cs b/tests/Tests/Modules/Scripting/PutScript/PutScriptApiTests.cs index 81054b36e0d..f8586d8a9ad 100644 --- a/tests/Tests/Modules/Scripting/PutScript/PutScriptApiTests.cs +++ b/tests/Tests/Modules/Scripting/PutScript/PutScriptApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/Scripting/PutScript/PutScriptUrlTests.cs b/tests/Tests/Modules/Scripting/PutScript/PutScriptUrlTests.cs index a77f159032b..e9f4d3b858a 100644 --- a/tests/Tests/Modules/Scripting/PutScript/PutScriptUrlTests.cs +++ b/tests/Tests/Modules/Scripting/PutScript/PutScriptUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/Scripting/ScriptingCrudTests.cs b/tests/Tests/Modules/Scripting/ScriptingCrudTests.cs index da1304a9949..e46fffdbad0 100644 --- a/tests/Tests/Modules/Scripting/ScriptingCrudTests.cs +++ b/tests/Tests/Modules/Scripting/ScriptingCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryApiTests.cs index b2742e9b65c..7176832e9bc 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryUrlTests.cs index ddaab9425cf..c54807053ec 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CleanupRepository/CleanupRepositoryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryApiTests.cs index 51d275dfd46..1a5a4f1db36 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryUrlTests.cs index c2ed915c757..8ac8304749d 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryApiTests.cs index 61661cec25e..6afe020c5e0 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryUrlTests.cs index 4fc28c1c992..36d5e8aeccf 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/DeleteRepository/DeleteRepositoryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryApiTests.cs index ae870afe045..54ad4a02c1f 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryUrlTests.cs index 0033d7e33fb..d372c825889 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/GetRepository/GetRepositoryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/RepositoryCrudTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/RepositoryCrudTests.cs index 6f61de9aec8..e0b7ab4b8db 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/RepositoryCrudTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/RepositoryCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Linq; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryApiTests.cs index 733f6956a2f..218cf1be250 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryUrlTests.cs index 4953f6e1a25..5314ee51b40 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Repositories/VerifyRepository/VerifyRepositoryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreApiTests.cs index bfef34e4022..ac784acdbf3 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.CodeAnalysis; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreUrlTests.cs index 0bb3de20801..8766bbe7bbc 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Restore/RestoreUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotApiTests.cs index 90ea39ff454..b353c10a333 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotUrlTests.cs index e8d65074b62..4c1942a97b7 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CloneSnapshot/CloneSnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CoordinatedSnapshotTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CoordinatedSnapshotTests.cs index 9c281f474af..390d3f576f4 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CoordinatedSnapshotTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/CoordinatedSnapshotTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotApiTests.cs index 963602cb52e..d54383f536f 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotUrlTests.cs index d8b1d1c0152..ea2a1f3e7ed 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/DeleteSnapshot/DeleteSnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotApiTests.cs index 62b12803b15..fe5356011d5 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotUrlTests.cs index c66c70b2cd1..67b800b7391 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/GetSnapshot/GetSnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotApiTests.cs index 731c86b42b8..e9f24615723 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotUrlTests.cs index 09347363727..4a4d9d69a3f 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusApiTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusApiTests.cs index 24f35e953b6..f8e1370a984 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusApiTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusUrlTests.cs index 0f3a05068a1..c9f22581dd6 100644 --- a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusUrlTests.cs +++ b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/BoolDsl/BoolApiTests.cs b/tests/Tests/QueryDsl/BoolDsl/BoolApiTests.cs index 3452d1c3e30..ede26dd93b9 100644 --- a/tests/Tests/QueryDsl/BoolDsl/BoolApiTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/BoolApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/BoolDsl/BoolDsl.doc.cs b/tests/Tests/QueryDsl/BoolDsl/BoolDsl.doc.cs index 1489a52e0ff..82d14803ddc 100644 --- a/tests/Tests/QueryDsl/BoolDsl/BoolDsl.doc.cs +++ b/tests/Tests/QueryDsl/BoolDsl/BoolDsl.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/BoolDsl/Operators/AndAssignManyManualBoolsTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/AndAssignManyManualBoolsTests.cs index f4ca5e3de24..f099594a038 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/AndAssignManyManualBoolsTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/AndAssignManyManualBoolsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorOnManualBoolsTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorOnManualBoolsTests.cs index 7bf8649860d..4145c512683 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorOnManualBoolsTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorOnManualBoolsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorUsageTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorUsageTests.cs index 92df899c3e1..034cbcf8501 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorUsageTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/AndOperatorUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/BoolDsl/Operators/CombinatorialUsageTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/CombinatorialUsageTests.cs index c0389e72f4b..0bf22e57b96 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/CombinatorialUsageTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/CombinatorialUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using FluentAssertions; diff --git a/tests/Tests/QueryDsl/BoolDsl/Operators/NotOperatorUsageTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/NotOperatorUsageTests.cs index ff75a04c506..b88cd309152 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/NotOperatorUsageTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/NotOperatorUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/BoolDsl/Operators/OperatorUsageBase.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/OperatorUsageBase.cs index 0c3a1ac6f70..03abdbb7a5f 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/OperatorUsageBase.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/OperatorUsageBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/QueryDsl/BoolDsl/Operators/OrAssignManyManualBoolsTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/OrAssignManyManualBoolsTests.cs index 9eb1e8f82fc..73e8702bac3 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/OrAssignManyManualBoolsTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/OrAssignManyManualBoolsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorOnManualBoolsTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorOnManualBoolsTests.cs index 0c06ef202d8..c6668e26ad7 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorOnManualBoolsTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorOnManualBoolsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorUsageTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorUsageTests.cs index 682582b99fb..d0aaf887a23 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorUsageTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/OrOperatorUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/BoolDsl/Operators/UnaryAddOperatorUsageTests.cs b/tests/Tests/QueryDsl/BoolDsl/Operators/UnaryAddOperatorUsageTests.cs index 0bc2797f70b..527ccdac611 100644 --- a/tests/Tests/QueryDsl/BoolDsl/Operators/UnaryAddOperatorUsageTests.cs +++ b/tests/Tests/QueryDsl/BoolDsl/Operators/UnaryAddOperatorUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/BoolDsl/QueryContainerDescriptorExtensions.cs b/tests/Tests/QueryDsl/BoolDsl/QueryContainerDescriptorExtensions.cs index 83e02a8f5f1..7b69d255728 100644 --- a/tests/Tests/QueryDsl/BoolDsl/QueryContainerDescriptorExtensions.cs +++ b/tests/Tests/QueryDsl/BoolDsl/QueryContainerDescriptorExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Domain; diff --git a/tests/Tests/QueryDsl/Compound/Bool/BoolDslComplexQueryUsageTests.cs b/tests/Tests/QueryDsl/Compound/Bool/BoolDslComplexQueryUsageTests.cs index 631e3c3d1f4..9a71dc651da 100644 --- a/tests/Tests/QueryDsl/Compound/Bool/BoolDslComplexQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Compound/Bool/BoolDslComplexQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/Compound/Bool/BoolQueryUsageTests.cs b/tests/Tests/QueryDsl/Compound/Bool/BoolQueryUsageTests.cs index a89f02e29c0..f89585dc43c 100644 --- a/tests/Tests/QueryDsl/Compound/Bool/BoolQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Compound/Bool/BoolQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Compound/Boosting/BoostingQueryUsageTests.cs b/tests/Tests/QueryDsl/Compound/Boosting/BoostingQueryUsageTests.cs index 6454a79006a..27df6cb266d 100644 --- a/tests/Tests/QueryDsl/Compound/Boosting/BoostingQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Compound/Boosting/BoostingQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Compound/ConstantScore/ConstantScoreQueryUsageTests.cs b/tests/Tests/QueryDsl/Compound/ConstantScore/ConstantScoreQueryUsageTests.cs index f9469423864..610597cb987 100644 --- a/tests/Tests/QueryDsl/Compound/ConstantScore/ConstantScoreQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Compound/ConstantScore/ConstantScoreQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Compound/Dismax/DismaxQueryUsageTests.cs b/tests/Tests/QueryDsl/Compound/Dismax/DismaxQueryUsageTests.cs index e76cc4e69a4..d6e2bd32f1d 100644 --- a/tests/Tests/QueryDsl/Compound/Dismax/DismaxQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Compound/Dismax/DismaxQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Compound/FunctionScore/FunctionScoreQueryUsageTests.cs b/tests/Tests/QueryDsl/Compound/FunctionScore/FunctionScoreQueryUsageTests.cs index d2d568eca65..395b6dd6802 100644 --- a/tests/Tests/QueryDsl/Compound/FunctionScore/FunctionScoreQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Compound/FunctionScore/FunctionScoreQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/ConditionlessWhen.cs b/tests/Tests/QueryDsl/ConditionlessWhen.cs index 51f746219a9..e59a96461aa 100644 --- a/tests/Tests/QueryDsl/ConditionlessWhen.cs +++ b/tests/Tests/QueryDsl/ConditionlessWhen.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/FullText/CombinedFields/CombinedFieldsUsageTests.cs b/tests/Tests/QueryDsl/FullText/CombinedFields/CombinedFieldsUsageTests.cs index 36a755a2746..80b98c44c60 100644 --- a/tests/Tests/QueryDsl/FullText/CombinedFields/CombinedFieldsUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/CombinedFields/CombinedFieldsUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/QueryDsl/FullText/CommonTerms/CommonTermsUsageTests.cs b/tests/Tests/QueryDsl/FullText/CommonTerms/CommonTermsUsageTests.cs index a5e1132e3d3..9bd28377cf5 100644 --- a/tests/Tests/QueryDsl/FullText/CommonTerms/CommonTermsUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/CommonTerms/CommonTermsUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/FullText/Intervals/IntervalsUsageTests.cs b/tests/Tests/QueryDsl/FullText/Intervals/IntervalsUsageTests.cs index cd1ffef4b6e..2482b938297 100644 --- a/tests/Tests/QueryDsl/FullText/Intervals/IntervalsUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/Intervals/IntervalsUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/QueryDsl/FullText/Match/MatchUsageTests.cs b/tests/Tests/QueryDsl/FullText/Match/MatchUsageTests.cs index f9e12ca7183..9758e5d175c 100644 --- a/tests/Tests/QueryDsl/FullText/Match/MatchUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/Match/MatchUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixUsageTests.cs b/tests/Tests/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixUsageTests.cs index b4cd0760c80..e2c09b86660 100644 --- a/tests/Tests/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/MatchBoolPrefix/MatchBoolPrefixUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/FullText/MatchPhrase/MatchPhraseUsageTests.cs b/tests/Tests/QueryDsl/FullText/MatchPhrase/MatchPhraseUsageTests.cs index 02577209271..74bb3267ede 100644 --- a/tests/Tests/QueryDsl/FullText/MatchPhrase/MatchPhraseUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/MatchPhrase/MatchPhraseUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixUsageTests.cs b/tests/Tests/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixUsageTests.cs index e2440c75dfd..7fe2fd14cd1 100644 --- a/tests/Tests/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/FullText/MultiMatch/MultiMatchUsageTests.cs b/tests/Tests/QueryDsl/FullText/MultiMatch/MultiMatchUsageTests.cs index 8a8d2177c5e..e33b985c7a5 100644 --- a/tests/Tests/QueryDsl/FullText/MultiMatch/MultiMatchUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/MultiMatch/MultiMatchUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/FullText/QueryString/QueryStringUsageTests.cs b/tests/Tests/QueryDsl/FullText/QueryString/QueryStringUsageTests.cs index d77b3a2a984..1c28487c5ad 100644 --- a/tests/Tests/QueryDsl/FullText/QueryString/QueryStringUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/QueryString/QueryStringUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringUsageTests.cs b/tests/Tests/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringUsageTests.cs index 317af89b5de..e261adf9edd 100644 --- a/tests/Tests/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringUsageTests.cs +++ b/tests/Tests/QueryDsl/FullText/SimpleQueryString/SimpleQueryStringUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQueryUsageTests.cs b/tests/Tests/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQueryUsageTests.cs index 1b2885b41d2..a42acba09d8 100644 --- a/tests/Tests/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Geo/BoundingBox/GeoBoundingBoxQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Geo/Distance/GeoDistanceQueryUsageTests.cs b/tests/Tests/QueryDsl/Geo/Distance/GeoDistanceQueryUsageTests.cs index 0fa1b0be9b2..93dd8fdb95e 100644 --- a/tests/Tests/QueryDsl/Geo/Distance/GeoDistanceQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Geo/Distance/GeoDistanceQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeQueryUsageTests.cs b/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeQueryUsageTests.cs index 30b3afe8be4..703535f6962 100644 --- a/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeSerializationTests.cs b/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeSerializationTests.cs index db501ed4498..a16d06edaaa 100644 --- a/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeSerializationTests.cs +++ b/tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Geo/GeoShape/GeoWKTTests.cs b/tests/Tests/QueryDsl/Geo/GeoShape/GeoWKTTests.cs index c2600ec5ad9..fc413aedefb 100644 --- a/tests/Tests/QueryDsl/Geo/GeoShape/GeoWKTTests.cs +++ b/tests/Tests/QueryDsl/Geo/GeoShape/GeoWKTTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Geo/Polygon/GeoPolygonQueryUsageTests.cs b/tests/Tests/QueryDsl/Geo/Polygon/GeoPolygonQueryUsageTests.cs index e6df9ad38f2..04e4563957a 100644 --- a/tests/Tests/QueryDsl/Geo/Polygon/GeoPolygonQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Geo/Polygon/GeoPolygonQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/Joining/HasChild/HasChildQueryUsageTests.cs b/tests/Tests/QueryDsl/Joining/HasChild/HasChildQueryUsageTests.cs index 3647bbd252d..4d6dd868caa 100644 --- a/tests/Tests/QueryDsl/Joining/HasChild/HasChildQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Joining/HasChild/HasChildQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Joining/HasParent/HasParentQueryUsageTests.cs b/tests/Tests/QueryDsl/Joining/HasParent/HasParentQueryUsageTests.cs index 2c6fce17f41..8c9634f8ae7 100644 --- a/tests/Tests/QueryDsl/Joining/HasParent/HasParentQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Joining/HasParent/HasParentQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Joining/Nested/NestedQueryUsageTests.cs b/tests/Tests/QueryDsl/Joining/Nested/NestedQueryUsageTests.cs index 1285d76fbf0..ca4f8ff4644 100644 --- a/tests/Tests/QueryDsl/Joining/Nested/NestedQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Joining/Nested/NestedQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Joining/ParentId/ParentIdQueryUsageTests.cs b/tests/Tests/QueryDsl/Joining/ParentId/ParentIdQueryUsageTests.cs index c830a7f2052..cbb8ab65643 100644 --- a/tests/Tests/QueryDsl/Joining/ParentId/ParentIdQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Joining/ParentId/ParentIdQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/MatchNoneQueryUsageTests.cs b/tests/Tests/QueryDsl/MatchNoneQueryUsageTests.cs index a3d70800fff..e67c644f785 100644 --- a/tests/Tests/QueryDsl/MatchNoneQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/MatchNoneQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/NestSpecific/Raw/RawCombineUsageTests.cs b/tests/Tests/QueryDsl/NestSpecific/Raw/RawCombineUsageTests.cs index 440a4d5d43e..4a0b701c035 100644 --- a/tests/Tests/QueryDsl/NestSpecific/Raw/RawCombineUsageTests.cs +++ b/tests/Tests/QueryDsl/NestSpecific/Raw/RawCombineUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/NestSpecific/Raw/RawQueryUsageTests.cs b/tests/Tests/QueryDsl/NestSpecific/Raw/RawQueryUsageTests.cs index 09679a0f55a..6b84479a32c 100644 --- a/tests/Tests/QueryDsl/NestSpecific/Raw/RawQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/NestSpecific/Raw/RawQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/NotConditionlessWhen.cs b/tests/Tests/QueryDsl/NotConditionlessWhen.cs index bc5c3118ecf..c2fbde453fe 100644 --- a/tests/Tests/QueryDsl/NotConditionlessWhen.cs +++ b/tests/Tests/QueryDsl/NotConditionlessWhen.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/QueryDslIntegrationTestsBase.cs b/tests/Tests/QueryDsl/QueryDslIntegrationTestsBase.cs index 3d4e0a494fd..b46ca583873 100644 --- a/tests/Tests/QueryDsl/QueryDslIntegrationTestsBase.cs +++ b/tests/Tests/QueryDsl/QueryDslIntegrationTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/QueryDsl/QueryDslUsageTestsBase.cs b/tests/Tests/QueryDsl/QueryDslUsageTestsBase.cs index 2f9326c6d1c..45218706f90 100644 --- a/tests/Tests/QueryDsl/QueryDslUsageTestsBase.cs +++ b/tests/Tests/QueryDsl/QueryDslUsageTestsBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Span/Containing/SpanContainingQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/Containing/SpanContainingQueryUsageTests.cs index a2a2c7102e1..7aefbec8908 100644 --- a/tests/Tests/QueryDsl/Span/Containing/SpanContainingQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/Containing/SpanContainingQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Span/FieldMasking/SpanFieldMaskingUsageTests.cs b/tests/Tests/QueryDsl/Span/FieldMasking/SpanFieldMaskingUsageTests.cs index b868a08a403..5227004875b 100644 --- a/tests/Tests/QueryDsl/Span/FieldMasking/SpanFieldMaskingUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/FieldMasking/SpanFieldMaskingUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Span/First/SpanFirstQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/First/SpanFirstQueryUsageTests.cs index ae7b217eb3e..a8316a8f9a3 100644 --- a/tests/Tests/QueryDsl/Span/First/SpanFirstQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/First/SpanFirstQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Span/MultiTerm/SpanMultiTermQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/MultiTerm/SpanMultiTermQueryUsageTests.cs index 1a12e8eda2e..053a0237239 100644 --- a/tests/Tests/QueryDsl/Span/MultiTerm/SpanMultiTermQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/MultiTerm/SpanMultiTermQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Span/Near/SpanNearQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/Near/SpanNearQueryUsageTests.cs index 29a863f2436..30bde851412 100644 --- a/tests/Tests/QueryDsl/Span/Near/SpanNearQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/Near/SpanNearQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Span/Not/SpanNotQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/Not/SpanNotQueryUsageTests.cs index d8b81d5ce66..c24d188a992 100644 --- a/tests/Tests/QueryDsl/Span/Not/SpanNotQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/Not/SpanNotQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Span/Or/SpanOrQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/Or/SpanOrQueryUsageTests.cs index bd0745350a5..f790dedd584 100644 --- a/tests/Tests/QueryDsl/Span/Or/SpanOrQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/Or/SpanOrQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Span/Term/SpanTermQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/Term/SpanTermQueryUsageTests.cs index 1192fd8386c..d12f4d18f33 100644 --- a/tests/Tests/QueryDsl/Span/Term/SpanTermQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/Term/SpanTermQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Span/Within/SpanWithinQueryUsageTests.cs b/tests/Tests/QueryDsl/Span/Within/SpanWithinQueryUsageTests.cs index 8997b6d9412..377bb63a098 100644 --- a/tests/Tests/QueryDsl/Span/Within/SpanWithinQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Span/Within/SpanWithinQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQueryUsageTests.cs index bc3bb5cc490..5bc5014db23 100644 --- a/tests/Tests/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisFullDocumentQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisFullDocumentQueryUsageTests.cs index 7f7cf60c536..ab61b53d8a1 100644 --- a/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisFullDocumentQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisFullDocumentQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQueryUsageTests.cs index c8bccb041b6..6784596455e 100644 --- a/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/MoreLikeThis/MoreLikeThisQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Specialized/Percolate/PercolateQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/Percolate/PercolateQueryUsageTests.cs index e231011095f..6e3ef463836 100644 --- a/tests/Tests/QueryDsl/Specialized/Percolate/PercolateQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/Percolate/PercolateQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/Specialized/Pinned/PinnedQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/Pinned/PinnedQueryUsageTests.cs index 7a29d99cd3a..cb8397d51d9 100644 --- a/tests/Tests/QueryDsl/Specialized/Pinned/PinnedQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/Pinned/PinnedQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/Specialized/RankFeature/RankFeatureQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/RankFeature/RankFeatureQueryUsageTests.cs index 13bbc3910b6..184f50b87d5 100644 --- a/tests/Tests/QueryDsl/Specialized/RankFeature/RankFeatureQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/RankFeature/RankFeatureQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/QueryDsl/Specialized/Script/ScriptQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/Script/ScriptQueryUsageTests.cs index e30c7892fd2..55c8a965472 100644 --- a/tests/Tests/QueryDsl/Specialized/Script/ScriptQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/Script/ScriptQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/Specialized/ScriptScore/ScriptScoreQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/ScriptScore/ScriptScoreQueryUsageTests.cs index 6288338eaac..a43b17e11e0 100644 --- a/tests/Tests/QueryDsl/Specialized/ScriptScore/ScriptScoreQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/ScriptScore/ScriptScoreQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/Specialized/Shape/ShapeQueryUsageTests.cs b/tests/Tests/QueryDsl/Specialized/Shape/ShapeQueryUsageTests.cs index 83affd8d1c7..e813da1e0cc 100644 --- a/tests/Tests/QueryDsl/Specialized/Shape/ShapeQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Specialized/Shape/ShapeQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/Specialized/Shape/ShapeSerializationTests.cs b/tests/Tests/QueryDsl/Specialized/Shape/ShapeSerializationTests.cs index 19a1c086847..48717e07e15 100644 --- a/tests/Tests/QueryDsl/Specialized/Shape/ShapeSerializationTests.cs +++ b/tests/Tests/QueryDsl/Specialized/Shape/ShapeSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/TermLevel/Exists/ExistsQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Exists/ExistsQueryUsageTests.cs index d0965653eda..6437a0e5db8 100644 --- a/tests/Tests/QueryDsl/TermLevel/Exists/ExistsQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Exists/ExistsQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyDateQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyDateQueryUsageTests.cs index b86dfac918b..be6827aa6bc 100644 --- a/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyDateQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyDateQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyNumericQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyNumericQueryUsageTests.cs index daa11ab5599..b4117a0e548 100644 --- a/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyNumericQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyNumericQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyQueryUsageTests.cs index e84218c64b3..f3d206949ac 100644 --- a/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Fuzzy/FuzzyQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Ids/IdsQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Ids/IdsQueryUsageTests.cs index 2ab3ac8bf75..048bf21bcab 100644 --- a/tests/Tests/QueryDsl/TermLevel/Ids/IdsQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Ids/IdsQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/TermLevel/Prefix/PrefixQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Prefix/PrefixQueryUsageTests.cs index e960e421df0..e3ea8c8258a 100644 --- a/tests/Tests/QueryDsl/TermLevel/Prefix/PrefixQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Prefix/PrefixQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/TermLevel/Range/DateRangeQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Range/DateRangeQueryUsageTests.cs index 1884f977706..ace182a3be3 100644 --- a/tests/Tests/QueryDsl/TermLevel/Range/DateRangeQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Range/DateRangeQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Range/LongRangeQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Range/LongRangeQueryUsageTests.cs index 41413a87dd4..20559cc7a0e 100644 --- a/tests/Tests/QueryDsl/TermLevel/Range/LongRangeQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Range/LongRangeQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Range/NumericRangeQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Range/NumericRangeQueryUsageTests.cs index 1ea66723362..3ae31a0cff9 100644 --- a/tests/Tests/QueryDsl/TermLevel/Range/NumericRangeQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Range/NumericRangeQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Range/TermRangeQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Range/TermRangeQueryUsageTests.cs index e457f529499..ccad48051b2 100644 --- a/tests/Tests/QueryDsl/TermLevel/Range/TermRangeQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Range/TermRangeQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Regexp/RegexpQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Regexp/RegexpQueryUsageTests.cs index c958e3801fa..6f6ad8ba12c 100644 --- a/tests/Tests/QueryDsl/TermLevel/Regexp/RegexpQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Regexp/RegexpQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Term/TermQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Term/TermQueryUsageTests.cs index e55dfd9fffa..afe5a2a3149 100644 --- a/tests/Tests/QueryDsl/TermLevel/Term/TermQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Term/TermQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/QueryDsl/TermLevel/Terms/TermsListQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Terms/TermsListQueryUsageTests.cs index 36259707362..59cda55370a 100644 --- a/tests/Tests/QueryDsl/TermLevel/Terms/TermsListQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Terms/TermsListQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/QueryDsl/TermLevel/Terms/TermsLookupQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Terms/TermsLookupQueryUsageTests.cs index c46055f9bc6..1b88614aaae 100644 --- a/tests/Tests/QueryDsl/TermLevel/Terms/TermsLookupQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Terms/TermsLookupQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/TermLevel/Terms/TermsQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Terms/TermsQueryUsageTests.cs index a15c51ae90b..18c7e9897e1 100644 --- a/tests/Tests/QueryDsl/TermLevel/Terms/TermsQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Terms/TermsQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/TermLevel/TermsSet/TermsSetQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/TermsSet/TermsSetQueryUsageTests.cs index 44fdafc2e0a..1316da7a127 100644 --- a/tests/Tests/QueryDsl/TermLevel/TermsSet/TermsSetQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/TermsSet/TermsSetQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/QueryDsl/TermLevel/Wildcard/WildcardQueryUsageTests.cs b/tests/Tests/QueryDsl/TermLevel/Wildcard/WildcardQueryUsageTests.cs index 592a6720927..6cdd8f8741c 100644 --- a/tests/Tests/QueryDsl/TermLevel/Wildcard/WildcardQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/TermLevel/Wildcard/WildcardQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Nest; using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/QueryDsl/Verbatim/VerbatimAndStrictQueryUsageTests.cs b/tests/Tests/QueryDsl/Verbatim/VerbatimAndStrictQueryUsageTests.cs index 339ef91fab4..4ebb561e069 100644 --- a/tests/Tests/QueryDsl/Verbatim/VerbatimAndStrictQueryUsageTests.cs +++ b/tests/Tests/QueryDsl/Verbatim/VerbatimAndStrictQueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Count/CountApiTests.cs b/tests/Tests/Search/Count/CountApiTests.cs index 9565375d04f..9627eb0476c 100644 --- a/tests/Tests/Search/Count/CountApiTests.cs +++ b/tests/Tests/Search/Count/CountApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Search/Count/CountUrlTests.cs b/tests/Tests/Search/Count/CountUrlTests.cs index 7483881db3a..b63ea533d00 100644 --- a/tests/Tests/Search/Count/CountUrlTests.cs +++ b/tests/Tests/Search/Count/CountUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Explain/ExplainApiTests.cs b/tests/Tests/Search/Explain/ExplainApiTests.cs index 90a1c621b85..f1ae69e1438 100644 --- a/tests/Tests/Search/Explain/ExplainApiTests.cs +++ b/tests/Tests/Search/Explain/ExplainApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Search/Explain/ExplainUrlTests.cs b/tests/Tests/Search/Explain/ExplainUrlTests.cs index e9e24d9d2fe..e84af9201f9 100644 --- a/tests/Tests/Search/Explain/ExplainUrlTests.cs +++ b/tests/Tests/Search/Explain/ExplainUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesApiTests.cs b/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesApiTests.cs index 5040ee16f9c..0492ea19d19 100644 --- a/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesApiTests.cs +++ b/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesUrlTests.cs b/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesUrlTests.cs index cc9a602f419..91e0fdbbdca 100644 --- a/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesUrlTests.cs +++ b/tests/Tests/Search/FieldCapabilities/FieldCapabilitiesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Hits/HitsSerializationTests.cs b/tests/Tests/Search/Hits/HitsSerializationTests.cs index 4fb45e335cb..4e09466299c 100644 --- a/tests/Tests/Search/Hits/HitsSerializationTests.cs +++ b/tests/Tests/Search/Hits/HitsSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/MultiSearch/MultiSearchApiTests.cs b/tests/Tests/Search/MultiSearch/MultiSearchApiTests.cs index fc38136eedc..02d9e6cf192 100644 --- a/tests/Tests/Search/MultiSearch/MultiSearchApiTests.cs +++ b/tests/Tests/Search/MultiSearch/MultiSearchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/MultiSearch/MultiSearchInvalidApiTests.cs b/tests/Tests/Search/MultiSearch/MultiSearchInvalidApiTests.cs index b2ef0ed5c0a..308c50fe6e5 100644 --- a/tests/Tests/Search/MultiSearch/MultiSearchInvalidApiTests.cs +++ b/tests/Tests/Search/MultiSearch/MultiSearchInvalidApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/MultiSearch/MultiSearchLowLevelPostDataTests.cs b/tests/Tests/Search/MultiSearch/MultiSearchLowLevelPostDataTests.cs index af1ba29ce46..7939842a997 100644 --- a/tests/Tests/Search/MultiSearch/MultiSearchLowLevelPostDataTests.cs +++ b/tests/Tests/Search/MultiSearch/MultiSearchLowLevelPostDataTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateApiTests.cs b/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateApiTests.cs index ac469afc57f..3e0cfb9b391 100644 --- a/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateApiTests.cs +++ b/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateUrlTests.cs b/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateUrlTests.cs index 1e2208db6a9..84cf0fdff10 100644 --- a/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateUrlTests.cs +++ b/tests/Tests/Search/MultiSearch/MultiSearchTemplate/MultiSearchTemplateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/MultiSearch/MultiSearchUrlTests.cs b/tests/Tests/Search/MultiSearch/MultiSearchUrlTests.cs index 25ad3501bb2..bdedd5e572e 100644 --- a/tests/Tests/Search/MultiSearch/MultiSearchUrlTests.cs +++ b/tests/Tests/Search/MultiSearch/MultiSearchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/PointInTime/PointInTimeApiTests.cs b/tests/Tests/Search/PointInTime/PointInTimeApiTests.cs index 207157aa337..8e8d79d7a2d 100644 --- a/tests/Tests/Search/PointInTime/PointInTimeApiTests.cs +++ b/tests/Tests/Search/PointInTime/PointInTimeApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/PointInTime/PointInTimeUrlTests.cs b/tests/Tests/Search/PointInTime/PointInTimeUrlTests.cs index 438aef7ad44..e45d68145b2 100644 --- a/tests/Tests/Search/PointInTime/PointInTimeUrlTests.cs +++ b/tests/Tests/Search/PointInTime/PointInTimeUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Request/ExplainUsageTests.cs b/tests/Tests/Search/Request/ExplainUsageTests.cs index f5340a27529..bf719e75d02 100644 --- a/tests/Tests/Search/Request/ExplainUsageTests.cs +++ b/tests/Tests/Search/Request/ExplainUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/FieldsUsageTests.cs b/tests/Tests/Search/Request/FieldsUsageTests.cs index 04af00aadcc..81f36738010 100644 --- a/tests/Tests/Search/Request/FieldsUsageTests.cs +++ b/tests/Tests/Search/Request/FieldsUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/FromAndSizeUsageTests.cs b/tests/Tests/Search/Request/FromAndSizeUsageTests.cs index 1c8d20836f3..62a0e909ebf 100644 --- a/tests/Tests/Search/Request/FromAndSizeUsageTests.cs +++ b/tests/Tests/Search/Request/FromAndSizeUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Search/Request/HighlightingUsageTests.cs b/tests/Tests/Search/Request/HighlightingUsageTests.cs index 7697073a3a1..49de4198bdf 100644 --- a/tests/Tests/Search/Request/HighlightingUsageTests.cs +++ b/tests/Tests/Search/Request/HighlightingUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/IndicesBoostSerializationTests.cs b/tests/Tests/Search/Request/IndicesBoostSerializationTests.cs index 93a4d5cb28f..9219f03d4e1 100644 --- a/tests/Tests/Search/Request/IndicesBoostSerializationTests.cs +++ b/tests/Tests/Search/Request/IndicesBoostSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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; using System.Text; diff --git a/tests/Tests/Search/Request/IndicesBoostUsageTests.cs b/tests/Tests/Search/Request/IndicesBoostUsageTests.cs index db2543ca269..bc06f0ed6b5 100644 --- a/tests/Tests/Search/Request/IndicesBoostUsageTests.cs +++ b/tests/Tests/Search/Request/IndicesBoostUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/InnerHitsUsageTests.cs b/tests/Tests/Search/Request/InnerHitsUsageTests.cs index 3885551076c..d04c9929113 100644 --- a/tests/Tests/Search/Request/InnerHitsUsageTests.cs +++ b/tests/Tests/Search/Request/InnerHitsUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/MinScoreUsageTests.cs b/tests/Tests/Search/Request/MinScoreUsageTests.cs index 76fe5f2986e..9216a305dcb 100644 --- a/tests/Tests/Search/Request/MinScoreUsageTests.cs +++ b/tests/Tests/Search/Request/MinScoreUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Search/Request/PointInTimeUsageTests.cs b/tests/Tests/Search/Request/PointInTimeUsageTests.cs index 6d0260c52ce..dfa20d3e563 100644 --- a/tests/Tests/Search/Request/PointInTimeUsageTests.cs +++ b/tests/Tests/Search/Request/PointInTimeUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Search/Request/PostFilterUsageTests.cs b/tests/Tests/Search/Request/PostFilterUsageTests.cs index 8853d5e0703..ba0b3bfeddc 100644 --- a/tests/Tests/Search/Request/PostFilterUsageTests.cs +++ b/tests/Tests/Search/Request/PostFilterUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/ProfileUsageTests.cs b/tests/Tests/Search/Request/ProfileUsageTests.cs index 266814a1e92..f1b61dc89b8 100644 --- a/tests/Tests/Search/Request/ProfileUsageTests.cs +++ b/tests/Tests/Search/Request/ProfileUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/QueryUsageTests.cs b/tests/Tests/Search/Request/QueryUsageTests.cs index 56552a7d77f..22730a9b044 100644 --- a/tests/Tests/Search/Request/QueryUsageTests.cs +++ b/tests/Tests/Search/Request/QueryUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Search/Request/ScriptFieldsUsageTests.cs b/tests/Tests/Search/Request/ScriptFieldsUsageTests.cs index fc0fe42296a..0332732c992 100644 --- a/tests/Tests/Search/Request/ScriptFieldsUsageTests.cs +++ b/tests/Tests/Search/Request/ScriptFieldsUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 FluentAssertions; diff --git a/tests/Tests/Search/Request/SearchAfterUsageTests.cs b/tests/Tests/Search/Request/SearchAfterUsageTests.cs index a5d5724c17a..be0b5c798ef 100644 --- a/tests/Tests/Search/Request/SearchAfterUsageTests.cs +++ b/tests/Tests/Search/Request/SearchAfterUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/SlicedScrollSearchUsageTests.cs b/tests/Tests/Search/Request/SlicedScrollSearchUsageTests.cs index 3ee8ab981bc..767a7c5f58e 100644 --- a/tests/Tests/Search/Request/SlicedScrollSearchUsageTests.cs +++ b/tests/Tests/Search/Request/SlicedScrollSearchUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Nest; diff --git a/tests/Tests/Search/Request/SortUsageTests.cs b/tests/Tests/Search/Request/SortUsageTests.cs index 79c199f7cc4..f6c5f44a641 100644 --- a/tests/Tests/Search/Request/SortUsageTests.cs +++ b/tests/Tests/Search/Request/SortUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Request/SourceFilteringUsageTests.cs b/tests/Tests/Search/Request/SourceFilteringUsageTests.cs index ec544e83b40..c32314a4abc 100644 --- a/tests/Tests/Search/Request/SourceFilteringUsageTests.cs +++ b/tests/Tests/Search/Request/SourceFilteringUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Request/SuggestUsageTests.cs b/tests/Tests/Search/Request/SuggestUsageTests.cs index 27756fbdebe..e925d5ed09c 100644 --- a/tests/Tests/Search/Request/SuggestUsageTests.cs +++ b/tests/Tests/Search/Request/SuggestUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/ReturnedFields.doc.cs b/tests/Tests/Search/ReturnedFields.doc.cs index 484f3240267..49811ef8ff0 100644 --- a/tests/Tests/Search/ReturnedFields.doc.cs +++ b/tests/Tests/Search/ReturnedFields.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Scroll/ClearScroll/ClearScrollApiTests.cs b/tests/Tests/Search/Scroll/ClearScroll/ClearScrollApiTests.cs index e88a3d0b016..ff381194f31 100644 --- a/tests/Tests/Search/Scroll/ClearScroll/ClearScrollApiTests.cs +++ b/tests/Tests/Search/Scroll/ClearScroll/ClearScrollApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Search/Scroll/ClearScroll/ClearScrollUrlTests.cs b/tests/Tests/Search/Scroll/ClearScroll/ClearScrollUrlTests.cs index 64563d04137..d0124d24945 100644 --- a/tests/Tests/Search/Scroll/ClearScroll/ClearScrollUrlTests.cs +++ b/tests/Tests/Search/Scroll/ClearScroll/ClearScrollUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Scroll/Scroll/ScrollApiTests.cs b/tests/Tests/Search/Scroll/Scroll/ScrollApiTests.cs index 7d412c3539f..2eaaa4c1942 100644 --- a/tests/Tests/Search/Scroll/Scroll/ScrollApiTests.cs +++ b/tests/Tests/Search/Scroll/Scroll/ScrollApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Search/Scroll/Scroll/ScrollUrlTests.cs b/tests/Tests/Search/Scroll/Scroll/ScrollUrlTests.cs index 9d014c9e1cc..9366443536b 100644 --- a/tests/Tests/Search/Scroll/Scroll/ScrollUrlTests.cs +++ b/tests/Tests/Search/Scroll/Scroll/ScrollUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Scroll/Scroll/SlicedScrollSearchApiTests.cs b/tests/Tests/Search/Scroll/Scroll/SlicedScrollSearchApiTests.cs index 7c8016431ab..4c477237251 100644 --- a/tests/Tests/Search/Scroll/Scroll/SlicedScrollSearchApiTests.cs +++ b/tests/Tests/Search/Scroll/Scroll/SlicedScrollSearchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/ScrollingDocuments.doc.cs b/tests/Tests/Search/ScrollingDocuments.doc.cs index fa1283e9750..adbd675be69 100644 --- a/tests/Tests/Search/ScrollingDocuments.doc.cs +++ b/tests/Tests/Search/ScrollingDocuments.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Search/Collapsing/FieldCollapseUsageTests.cs b/tests/Tests/Search/Search/Collapsing/FieldCollapseUsageTests.cs index 266d2106315..dfc956cb9f5 100644 --- a/tests/Tests/Search/Search/Collapsing/FieldCollapseUsageTests.cs +++ b/tests/Tests/Search/Search/Collapsing/FieldCollapseUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/Search/InvalidSearchApiTests.cs b/tests/Tests/Search/Search/InvalidSearchApiTests.cs index f670bf9520a..81ff7387849 100644 --- a/tests/Tests/Search/Search/InvalidSearchApiTests.cs +++ b/tests/Tests/Search/Search/InvalidSearchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Search/Rescoring/RescoreUsageTests.cs b/tests/Tests/Search/Search/Rescoring/RescoreUsageTests.cs index 4f97b57ac88..03658c585f5 100644 --- a/tests/Tests/Search/Search/Rescoring/RescoreUsageTests.cs +++ b/tests/Tests/Search/Search/Rescoring/RescoreUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Search/SearchApiTests.cs b/tests/Tests/Search/Search/SearchApiTests.cs index 4844b6d87b6..52913cb1376 100644 --- a/tests/Tests/Search/Search/SearchApiTests.cs +++ b/tests/Tests/Search/Search/SearchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Search/SearchProfileApiTests.cs b/tests/Tests/Search/Search/SearchProfileApiTests.cs index 9cb6c97dac8..5d54e0b431c 100644 --- a/tests/Tests/Search/Search/SearchProfileApiTests.cs +++ b/tests/Tests/Search/Search/SearchProfileApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/Search/SearchProfileTests.cs b/tests/Tests/Search/Search/SearchProfileTests.cs index 73cdd26f793..501950f22d3 100644 --- a/tests/Tests/Search/Search/SearchProfileTests.cs +++ b/tests/Tests/Search/Search/SearchProfileTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information #if FEATURE_PROFILING using Nest; diff --git a/tests/Tests/Search/Search/SearchUrlTests.cs b/tests/Tests/Search/Search/SearchUrlTests.cs index a375cd56a8c..9c8900baea8 100644 --- a/tests/Tests/Search/Search/SearchUrlTests.cs +++ b/tests/Tests/Search/Search/SearchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/SearchShards/SearchShardsApiTests.cs b/tests/Tests/Search/SearchShards/SearchShardsApiTests.cs index ed98588f83b..398039faad6 100644 --- a/tests/Tests/Search/SearchShards/SearchShardsApiTests.cs +++ b/tests/Tests/Search/SearchShards/SearchShardsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/Search/SearchShards/SearchShardsUrlTests.cs b/tests/Tests/Search/SearchShards/SearchShardsUrlTests.cs index 6b52a9b5086..1ffecf93311 100644 --- a/tests/Tests/Search/SearchShards/SearchShardsUrlTests.cs +++ b/tests/Tests/Search/SearchShards/SearchShardsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateApiTests.cs b/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateApiTests.cs index 89b609258b4..8562241ff89 100644 --- a/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateApiTests.cs +++ b/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateUrlTests.cs b/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateUrlTests.cs index 6c1ae174b96..ff6a35adeb0 100644 --- a/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateUrlTests.cs +++ b/tests/Tests/Search/SearchTemplate/RenderSearchTemplate/RenderSearchTemplateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/SearchTemplate/SearchTemplateApiTests.cs b/tests/Tests/Search/SearchTemplate/SearchTemplateApiTests.cs index d4cfa4f9a00..70ac7d6ad50 100644 --- a/tests/Tests/Search/SearchTemplate/SearchTemplateApiTests.cs +++ b/tests/Tests/Search/SearchTemplate/SearchTemplateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/Search/SearchTemplate/SearchTemplateUrlTests.cs b/tests/Tests/Search/SearchTemplate/SearchTemplateUrlTests.cs index 5819f108ac0..920f44feeae 100644 --- a/tests/Tests/Search/SearchTemplate/SearchTemplateUrlTests.cs +++ b/tests/Tests/Search/SearchTemplate/SearchTemplateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/SearchUsageTestBase.cs b/tests/Tests/Search/SearchUsageTestBase.cs index a1f24d38622..4a3e0519d9d 100644 --- a/tests/Tests/Search/SearchUsageTestBase.cs +++ b/tests/Tests/Search/SearchUsageTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/SearchingRuntimeFields.doc.cs b/tests/Tests/Search/SearchingRuntimeFields.doc.cs index 70e43b7b719..bfd98a9738d 100644 --- a/tests/Tests/Search/SearchingRuntimeFields.doc.cs +++ b/tests/Tests/Search/SearchingRuntimeFields.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; diff --git a/tests/Tests/Search/Validate/ValidateQueryApiTests.cs b/tests/Tests/Search/Validate/ValidateQueryApiTests.cs index 53648fc9821..f4fa4d60fd0 100644 --- a/tests/Tests/Search/Validate/ValidateQueryApiTests.cs +++ b/tests/Tests/Search/Validate/ValidateQueryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elasticsearch.Net; using FluentAssertions; diff --git a/tests/Tests/Search/Validate/ValidateQueryUrlTests.cs b/tests/Tests/Search/Validate/ValidateQueryUrlTests.cs index f9789bc2c04..4c2bbc9caf6 100644 --- a/tests/Tests/Search/Validate/ValidateQueryUrlTests.cs +++ b/tests/Tests/Search/Validate/ValidateQueryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/Search/WritingQueries.doc.cs b/tests/Tests/Search/WritingQueries.doc.cs index c84617b3dae..842060c1fba 100644 --- a/tests/Tests/Search/WritingQueries.doc.cs +++ b/tests/Tests/Search/WritingQueries.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/AsyncSearch/AsyncSearchApiTests.cs b/tests/Tests/XPack/AsyncSearch/AsyncSearchApiTests.cs index 9c6efe91f85..85a36a82c3e 100644 --- a/tests/Tests/XPack/AsyncSearch/AsyncSearchApiTests.cs +++ b/tests/Tests/XPack/AsyncSearch/AsyncSearchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/AsyncSearch/Delete/AsyncSearchDeleteUrlTests.cs b/tests/Tests/XPack/AsyncSearch/Delete/AsyncSearchDeleteUrlTests.cs index 4fd8d8f8468..201674d114f 100644 --- a/tests/Tests/XPack/AsyncSearch/Delete/AsyncSearchDeleteUrlTests.cs +++ b/tests/Tests/XPack/AsyncSearch/Delete/AsyncSearchDeleteUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/AsyncSearch/Get/AsyncSearchGetUrlTests.cs b/tests/Tests/XPack/AsyncSearch/Get/AsyncSearchGetUrlTests.cs index 5953d47ee36..e77fdb0b02c 100644 --- a/tests/Tests/XPack/AsyncSearch/Get/AsyncSearchGetUrlTests.cs +++ b/tests/Tests/XPack/AsyncSearch/Get/AsyncSearchGetUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/AsyncSearch/Status/AsyncSearchStatusUrlTests.cs b/tests/Tests/XPack/AsyncSearch/Status/AsyncSearchStatusUrlTests.cs index e87a4ef3ece..a38c5cd1bea 100644 --- a/tests/Tests/XPack/AsyncSearch/Status/AsyncSearchStatusUrlTests.cs +++ b/tests/Tests/XPack/AsyncSearch/Status/AsyncSearchStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/AsyncSearch/Submit/AsyncSearchSubmitUrlTests.cs b/tests/Tests/XPack/AsyncSearch/Submit/AsyncSearchSubmitUrlTests.cs index bd3d4da8cb6..4469dd6cda5 100644 --- a/tests/Tests/XPack/AsyncSearch/Submit/AsyncSearchSubmitUrlTests.cs +++ b/tests/Tests/XPack/AsyncSearch/Submit/AsyncSearchSubmitUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternApiTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternApiTests.cs index 2a52d205d89..19a0e5e3571 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternApiTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternUrlTests.cs index 0bb58f9784e..a78266dfae1 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/CreateAutoFollowPattern/CreateAutoFollowPatternUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternUrlTests.cs index c706a56497f..a1c3127bb53 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/DeleteAutoFollowPattern/DeleteAutoFollowPatternUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternApiTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternApiTests.cs index db632037757..a939f7595e5 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternApiTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternUrlTests.cs index 6f9e3e5df73..9f57d62a8d1 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/GetAutoFollowPattern/GetAutoFollowPatternUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternUrlTests.cs index ce6fdf46e52..2fd462cff58 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/PauseAutoFollowPattern/PauseAutoFollowPatternUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternUrlTests.cs index f03070a356c..768a23dafe6 100644 --- a/tests/Tests/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/AutoFollow/ResumeAutoFollowPattern/ResumeAutoFollowPatternUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationAutoFollowTests.cs b/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationAutoFollowTests.cs index d0d35543b61..b584f51d03c 100644 --- a/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationAutoFollowTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationAutoFollowTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationFollowTests.cs b/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationFollowTests.cs index 045a6173f5b..094e6a29a6b 100644 --- a/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationFollowTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/CrossClusterReplicationFollowTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexApiTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexApiTests.cs index f64eef27917..83a5a405cdf 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexApiTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexUrlTests.cs index 7f011716e44..719736f2411 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/CreateFollowIndex/CreateFollowIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsUrlTests.cs index ec393d2cc2f..22988c08285 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexApiTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexApiTests.cs index 9743e92321b..bbeea8d1b6a 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexApiTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexUrlTests.cs index 33b5c5bd94e..2512dc29535 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/ForgetFollowerIndex/ForgetFollowerIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexUrlTests.cs index 2a0a135fbe5..7c11bdbec02 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/PauseFollowIndex/PauseFollowIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexApiTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexApiTests.cs index ecbe6544e79..e08c4cb6ba8 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexApiTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexUrlTests.cs index a6ad27d9fe9..e07ac5422de 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/ResumeFollowIndex/ResumeFollowIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexUrlTests.cs index 6d46bdfa5a8..5be49904db0 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Follow/UnfollowIndex/UnfollowIndexUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/CrossClusterReplication/Stats/CcrStatsUrlTests.cs b/tests/Tests/XPack/CrossClusterReplication/Stats/CcrStatsUrlTests.cs index b4346852ca2..7efa2061a17 100644 --- a/tests/Tests/XPack/CrossClusterReplication/Stats/CcrStatsUrlTests.cs +++ b/tests/Tests/XPack/CrossClusterReplication/Stats/CcrStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/DataStreams/Create/CreateDataStreamUrlTests.cs b/tests/Tests/XPack/DataStreams/Create/CreateDataStreamUrlTests.cs index 8306585c4bd..1937cf9370f 100644 --- a/tests/Tests/XPack/DataStreams/Create/CreateDataStreamUrlTests.cs +++ b/tests/Tests/XPack/DataStreams/Create/CreateDataStreamUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/DataStreams/DataStreamsApiTests.cs b/tests/Tests/XPack/DataStreams/DataStreamsApiTests.cs index b330c80875a..3eefbb011eb 100644 --- a/tests/Tests/XPack/DataStreams/DataStreamsApiTests.cs +++ b/tests/Tests/XPack/DataStreams/DataStreamsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/DataStreams/Delete/DeleteDataStreamUrlTests.cs b/tests/Tests/XPack/DataStreams/Delete/DeleteDataStreamUrlTests.cs index 9f2b38129aa..f1b7cdb1fe1 100644 --- a/tests/Tests/XPack/DataStreams/Delete/DeleteDataStreamUrlTests.cs +++ b/tests/Tests/XPack/DataStreams/Delete/DeleteDataStreamUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/DataStreams/Get/GetDataStreamUrlTests.cs b/tests/Tests/XPack/DataStreams/Get/GetDataStreamUrlTests.cs index 50be251e630..ca777d5b199 100644 --- a/tests/Tests/XPack/DataStreams/Get/GetDataStreamUrlTests.cs +++ b/tests/Tests/XPack/DataStreams/Get/GetDataStreamUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/DataStreams/Migrate/MigrateToDataStreamUrlTests.cs b/tests/Tests/XPack/DataStreams/Migrate/MigrateToDataStreamUrlTests.cs index e1067e18870..a23cd8fda66 100644 --- a/tests/Tests/XPack/DataStreams/Migrate/MigrateToDataStreamUrlTests.cs +++ b/tests/Tests/XPack/DataStreams/Migrate/MigrateToDataStreamUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/DataStreams/Promote/PromoteDataStreamUrlTests.cs b/tests/Tests/XPack/DataStreams/Promote/PromoteDataStreamUrlTests.cs index 91d94541604..df7202b089f 100644 --- a/tests/Tests/XPack/DataStreams/Promote/PromoteDataStreamUrlTests.cs +++ b/tests/Tests/XPack/DataStreams/Promote/PromoteDataStreamUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/DataStreams/Stats/DataStreamsStatsUrlTests.cs b/tests/Tests/XPack/DataStreams/Stats/DataStreamsStatsUrlTests.cs index e5f288e5a78..09c6b4f71d6 100644 --- a/tests/Tests/XPack/DataStreams/Stats/DataStreamsStatsUrlTests.cs +++ b/tests/Tests/XPack/DataStreams/Stats/DataStreamsStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyApiTests.cs b/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyApiTests.cs index 8242bbabb9a..6fe713ca108 100644 --- a/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyApiTests.cs +++ b/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyUrlTests.cs b/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyUrlTests.cs index 518d7b7baa3..304eb2b471a 100644 --- a/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyUrlTests.cs +++ b/tests/Tests/XPack/Enrich/DeletePolicy/DeletePolicyUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Enrich/EnrichApiTests.cs b/tests/Tests/XPack/Enrich/EnrichApiTests.cs index f3491cc4124..c6fb32fc2f7 100644 --- a/tests/Tests/XPack/Enrich/EnrichApiTests.cs +++ b/tests/Tests/XPack/Enrich/EnrichApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Threading.Tasks; diff --git a/tests/Tests/XPack/Enrich/EnrichCluster.cs b/tests/Tests/XPack/Enrich/EnrichCluster.cs index 6d2df82ea33..acf275684c1 100644 --- a/tests/Tests/XPack/Enrich/EnrichCluster.cs +++ b/tests/Tests/XPack/Enrich/EnrichCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyApiTests.cs b/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyApiTests.cs index b9b3c128f0c..f3e8937a44e 100644 --- a/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyApiTests.cs +++ b/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyUrlTests.cs b/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyUrlTests.cs index 50ee56c4cb9..1c75adc4ae4 100644 --- a/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyUrlTests.cs +++ b/tests/Tests/XPack/Enrich/ExecutePolicy/ExecutePolicyUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyApiTests.cs b/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyApiTests.cs index 787d5f4360c..571e5ad85ff 100644 --- a/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyApiTests.cs +++ b/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyUrlTests.cs b/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyUrlTests.cs index 99ae4d91b82..14e808811bc 100644 --- a/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyUrlTests.cs +++ b/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyApiTests.cs b/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyApiTests.cs index b600e9f6b8f..f166af1b4c5 100644 --- a/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyApiTests.cs +++ b/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyUrlTests.cs b/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyUrlTests.cs index 3cfb1f2a089..b0d1a2b4e8e 100644 --- a/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyUrlTests.cs +++ b/tests/Tests/XPack/Enrich/PutPolicy/PutPolicyUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Enrich/Stats/StatsApiTests.cs b/tests/Tests/XPack/Enrich/Stats/StatsApiTests.cs index ef24c828268..5aa4da3de97 100644 --- a/tests/Tests/XPack/Enrich/Stats/StatsApiTests.cs +++ b/tests/Tests/XPack/Enrich/Stats/StatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/Enrich/Stats/StatsUrlTests.cs b/tests/Tests/XPack/Enrich/Stats/StatsUrlTests.cs index 060c25a4cb5..035c1c9fc27 100644 --- a/tests/Tests/XPack/Enrich/Stats/StatsUrlTests.cs +++ b/tests/Tests/XPack/Enrich/Stats/StatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs b/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs index dff546e3afc..72fee3fd706 100644 --- a/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs +++ b/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 System.Threading.Tasks; @@ -33,57 +18,75 @@ namespace Tests.XPack.Eql [SkipVersion("<7.11.0", "GA in 7.11.0")] public class EqlSearchApiCoordinatedTests : CoordinatedIntegrationTestBase { - private const string SubmitStep = nameof(SubmitStep); - private const string StatusStep = nameof(StatusStep); private const string GetStep = nameof(GetStep); + private const string StatusStep = nameof(StatusStep); + private const string SubmitStep = nameof(SubmitStep); private const string WaitStep = nameof(WaitStep); private const string DeleteStep = nameof(DeleteStep); - public EqlSearchApiCoordinatedTests(TimeSeriesCluster cluster, EndpointUsage usage) : base(new CoordinatedUsage(cluster, usage, testOnlyOne: true) - { - {SubmitStep, u => - u.Calls, EqlSearchRequest, IEqlSearchRequest, EqlSearchResponse>( - v => new EqlSearchRequest - { - Query = "any where true", - KeepOnCompletion = true, - TimestampField = Infer.Field(f => f.Timestamp), - WaitForCompletionTimeout = "1nanos" - }, - (v, d) => d - .Query("any where true") - .KeepOnCompletion() - .TimestampField(Infer.Field(f => f.Timestamp)) - .WaitForCompletionTimeout("1nanos"), - (v, c, f) => c.Eql.Search(f), - (v, c, f) => c.Eql.SearchAsync(f), - (v, c, r) => c.Eql.Search(r), - (v, c, r) => c.Eql.SearchAsync(r), - onResponse: (r, values) => values.ExtendedValue("id", r.Id) - ) - }, - {StatusStep, u => - u.Calls( - v => new EqlSearchStatusRequest(v), - (v, d) => d, - (v, c, f) => c.Eql.SearchStatus(v, f), - (v, c, f) => c.Eql.SearchStatusAsync(v, f), - (v, c, r) => c.Eql.SearchStatus(r), - (v, c, r) => c.Eql.SearchStatusAsync(r), - uniqueValueSelector: values => values.ExtendedValue("id") - ) - }, - {WaitStep, u => u.Call(async (v, c) => + public EqlSearchApiCoordinatedTests(TimeSeriesCluster cluster, EndpointUsage usage) : base( + new CoordinatedUsage(cluster, usage, testOnlyOne: true) { - // wait for the search to complete - var complete = false; - var count = 0; + { + SubmitStep, u => + u.Calls, EqlSearchRequest, IEqlSearchRequest, EqlSearchResponse>( + v => new EqlSearchRequest + { + Query = "any where true", + KeepOnCompletion = true, + TimestampField = Infer.Field(f => f.Timestamp), + WaitForCompletionTimeout = "1nanos" + }, + (v, d) => d + .Query("any where true") + .KeepOnCompletion() + .TimestampField(Infer.Field(f => f.Timestamp)) + .WaitForCompletionTimeout("1nanos"), + (v, c, f) => c.Eql.Search(f), + (v, c, f) => c.Eql.SearchAsync(f), + (v, c, r) => c.Eql.Search(r), + (v, c, r) => c.Eql.SearchAsync(r), + (r, values) => values.ExtendedValue("id", r.Id) + ) + }, + { + StatusStep, u => + u.Calls( + v => new EqlSearchStatusRequest(v), + (v, d) => d, + (v, c, f) => c.Eql.SearchStatus(v, f), + (v, c, f) => c.Eql.SearchStatusAsync(v, f), + (v, c, r) => c.Eql.SearchStatus(r), + (v, c, r) => c.Eql.SearchStatusAsync(r), + uniqueValueSelector: values => values.ExtendedValue("id") + ) + }, + { + WaitStep, u => u.Call(async (v, c) => + { + // wait for the search to complete + var complete = false; + var count = 0; - while (!complete && count++ < 10) + while (!complete && count++ < 10) + { + await Task.Delay(100); + var status = await c.Eql.SearchStatusAsync(u.Usage.CallUniqueValues.ExtendedValue("id")); + complete = !status.IsRunning; + } + }) + }, // allows the search to complete { - await Task.Delay(100); - var status = await c.Eql.SearchStatusAsync(u.Usage.CallUniqueValues.ExtendedValue("id")); - complete = !status.IsRunning; + GetStep, u => + u.Calls>( + v => new EqlGetRequest(v), + (v, d) => d, + (v, c, f) => c.Eql.Get(v, f), + (v, c, f) => c.Eql.GetAsync(v, f), + (v, c, r) => c.Eql.Get(r), + (v, c, r) => c.Eql.GetAsync(r), + uniqueValueSelector: values => values.ExtendedValue("id") + ) } })}, // allows the search to complete {GetStep, u => @@ -118,7 +121,7 @@ [I] public async Task EqlSearchResponse() => await Assert r.IsRunning.Should().BeTrue(); r.TimedOut.Should().BeFalse(); }); - + [I] public async Task EqlSearchStatusResponse() => await Assert(StatusStep, r => { r.ShouldBeValid(); diff --git a/tests/Tests/XPack/Eql/Get/EqlGetUrlTests.cs b/tests/Tests/XPack/Eql/Get/EqlGetUrlTests.cs index c9cc4b0d6ef..2c6bb8c3a12 100644 --- a/tests/Tests/XPack/Eql/Get/EqlGetUrlTests.cs +++ b/tests/Tests/XPack/Eql/Get/EqlGetUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Eql/Search/EqlSearchApiTests.cs b/tests/Tests/XPack/Eql/Search/EqlSearchApiTests.cs index 40cc5b4548f..f928ba5fac0 100644 --- a/tests/Tests/XPack/Eql/Search/EqlSearchApiTests.cs +++ b/tests/Tests/XPack/Eql/Search/EqlSearchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Eql/Search/EqlSearchUrlTests.cs b/tests/Tests/XPack/Eql/Search/EqlSearchUrlTests.cs index 74b2bde1d36..96684ad03c6 100644 --- a/tests/Tests/XPack/Eql/Search/EqlSearchUrlTests.cs +++ b/tests/Tests/XPack/Eql/Search/EqlSearchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Eql/Status/EqlSearchStatusUrlTests.cs b/tests/Tests/XPack/Eql/Status/EqlSearchStatusUrlTests.cs index ea4d46b8a49..4923bc2f3e0 100644 --- a/tests/Tests/XPack/Eql/Status/EqlSearchStatusUrlTests.cs +++ b/tests/Tests/XPack/Eql/Status/EqlSearchStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Graph/Explore/GraphExploreApiTests.cs b/tests/Tests/XPack/Graph/Explore/GraphExploreApiTests.cs index b032091e717..e47cccea8e1 100644 --- a/tests/Tests/XPack/Graph/Explore/GraphExploreApiTests.cs +++ b/tests/Tests/XPack/Graph/Explore/GraphExploreApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Graph/Explore/GraphExploreUrlTests.cs b/tests/Tests/XPack/Graph/Explore/GraphExploreUrlTests.cs index a4198a18bf7..f841d67aea9 100644 --- a/tests/Tests/XPack/Graph/Explore/GraphExploreUrlTests.cs +++ b/tests/Tests/XPack/Graph/Explore/GraphExploreUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Ilm/IlmApiTests.cs b/tests/Tests/XPack/Ilm/IlmApiTests.cs index 3348fabcbac..8efd17cb5c6 100644 --- a/tests/Tests/XPack/Ilm/IlmApiTests.cs +++ b/tests/Tests/XPack/Ilm/IlmApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Ilm/IlmUrlTests.cs b/tests/Tests/XPack/Ilm/IlmUrlTests.cs index e6de4f9ec28..4da6648c778 100644 --- a/tests/Tests/XPack/Ilm/IlmUrlTests.cs +++ b/tests/Tests/XPack/Ilm/IlmUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Info/XPackInfoApiTests.cs b/tests/Tests/XPack/Info/XPackInfoApiTests.cs index 6a475df0838..468fb925040 100644 --- a/tests/Tests/XPack/Info/XPackInfoApiTests.cs +++ b/tests/Tests/XPack/Info/XPackInfoApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Info/XPackInfoUrlTests.cs b/tests/Tests/XPack/Info/XPackInfoUrlTests.cs index cc308232908..651fbcba719 100644 --- a/tests/Tests/XPack/Info/XPackInfoUrlTests.cs +++ b/tests/Tests/XPack/Info/XPackInfoUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/DeleteLicense/DeleteLicenseUrlTests.cs b/tests/Tests/XPack/License/DeleteLicense/DeleteLicenseUrlTests.cs index be7085fcf65..692d255d262 100644 --- a/tests/Tests/XPack/License/DeleteLicense/DeleteLicenseUrlTests.cs +++ b/tests/Tests/XPack/License/DeleteLicense/DeleteLicenseUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusApiTests.cs b/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusApiTests.cs index d452094c640..4c280cdf0b6 100644 --- a/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusApiTests.cs +++ b/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusUrlTests.cs b/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusUrlTests.cs index 42ce1afe2de..70845b0699b 100644 --- a/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusUrlTests.cs +++ b/tests/Tests/XPack/License/GetBasicLicenseStatus/GetBasicLicenseStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/GetLicense/GetLicenseApiTests.cs b/tests/Tests/XPack/License/GetLicense/GetLicenseApiTests.cs index 4e1c40fab18..9d940b51fb4 100644 --- a/tests/Tests/XPack/License/GetLicense/GetLicenseApiTests.cs +++ b/tests/Tests/XPack/License/GetLicense/GetLicenseApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/GetLicense/GetLicenseUrlTests.cs b/tests/Tests/XPack/License/GetLicense/GetLicenseUrlTests.cs index 73c4bda356f..4dd1e8aadde 100644 --- a/tests/Tests/XPack/License/GetLicense/GetLicenseUrlTests.cs +++ b/tests/Tests/XPack/License/GetLicense/GetLicenseUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusApiTests.cs b/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusApiTests.cs index 09d34b5fc00..028a3f13e8a 100644 --- a/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusApiTests.cs +++ b/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusUrlTests.cs b/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusUrlTests.cs index 48c0855b25b..3bf564c644b 100644 --- a/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusUrlTests.cs +++ b/tests/Tests/XPack/License/GetTrialLicenseStatus/GetTrialLicenseStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/PostLicense/PostLicenseApiTests.cs b/tests/Tests/XPack/License/PostLicense/PostLicenseApiTests.cs index a6871119fdb..f34bba4c10f 100644 --- a/tests/Tests/XPack/License/PostLicense/PostLicenseApiTests.cs +++ b/tests/Tests/XPack/License/PostLicense/PostLicenseApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/PostLicense/PostLicenseUrlTests.cs b/tests/Tests/XPack/License/PostLicense/PostLicenseUrlTests.cs index 498b293ec68..7383df8ed98 100644 --- a/tests/Tests/XPack/License/PostLicense/PostLicenseUrlTests.cs +++ b/tests/Tests/XPack/License/PostLicense/PostLicenseUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseApiTests.cs b/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseApiTests.cs index ac19539a8ca..b5495827c28 100644 --- a/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseApiTests.cs +++ b/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elasticsearch.Net; diff --git a/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseUrlTests.cs b/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseUrlTests.cs index 077ab340b85..d3f7f90d11f 100644 --- a/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseUrlTests.cs +++ b/tests/Tests/XPack/License/StartBasicLicense/StartBasicLicenseUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseApiTests.cs b/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseApiTests.cs index 25e027f5942..d532fe05180 100644 --- a/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseApiTests.cs +++ b/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseUrlTests.cs b/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseUrlTests.cs index 244e0411a9b..436df47a5b9 100644 --- a/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseUrlTests.cs +++ b/tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobApiTests.cs b/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobApiTests.cs index 978aa4b7ab5..0f659a28b9b 100644 --- a/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobUrlTests.cs index b5dc776c67d..908ebb2e814 100644 --- a/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/CloseJob/CloseJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarApiTests.cs index 244b52b918e..6746c37708e 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarUrlTests.cs index 71936d49cc8..01740d7ca6f 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteCalendar/DeleteCalendarUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventApiTests.cs index 4a8ac529019..3d04366f42d 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventUrlTests.cs index c8004d7c902..b1986e6d66b 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteCalendarEvent/DeleteCalendarEventUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobApiTests.cs index 9e29411a444..f69879b7027 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobUrlTests.cs index e3bc9400edb..c37a1d9bff2 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteCalendarJob/DeleteCalendarJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedApiTests.cs index 6b8716668f2..47dcb632571 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedUrlTests.cs index b833d6fbfc7..9cb3cf31f07 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteDatafeed/DeleteDatafeedUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataApiTests.cs index 05884bfb6c4..e3b4c065c87 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataUrlTests.cs index 1fe8d7a9c8d..22202aad5b1 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteExpiredData/DeleteExpiredDataUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterApiTests.cs index 31474b5c427..ac25f4f80fc 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterUrlTests.cs index 30a0e7694d1..ea22061b9ec 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteFilter/DeleteFilterUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastApiTests.cs index aebc7dc78b4..2f32b019208 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastUrlTests.cs index 19498e5fa3d..15c93bf2c98 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteForecast/DeleteForecastUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobApiTests.cs index cca1660a3b6..c4210462183 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobUrlTests.cs index 97a347c6a8a..d393ba0e9b5 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteJob/DeleteJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotApiTests.cs b/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotApiTests.cs index 5669213d71d..28ea56c6ace 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotUrlTests.cs b/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotUrlTests.cs index 69690ab6cfd..7a448404e6d 100644 --- a/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/DeleteModelSnapshot/DeleteModelSnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/DetectorSerializationTests.cs b/tests/Tests/XPack/MachineLearning/DetectorSerializationTests.cs index d7df7b9339a..117c31d703e 100644 --- a/tests/Tests/XPack/MachineLearning/DetectorSerializationTests.cs +++ b/tests/Tests/XPack/MachineLearning/DetectorSerializationTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryApiTests.cs b/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryApiTests.cs index 854111faf29..d938f2a3356 100644 --- a/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryUrlTests.cs b/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryUrlTests.cs index eacb055a650..0266bfeeb74 100644 --- a/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobApiTests.cs b/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobApiTests.cs index 6ad42db8552..802fe71b13e 100644 --- a/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobUrlTests.cs index 672aba43ef3..24edd715bd6 100644 --- a/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/FlushJob/FlushJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobApiTests.cs b/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobApiTests.cs index 8b56ce49daf..94d34a1d0f5 100644 --- a/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobUrlTests.cs index 29b60541c58..174d739eed7 100644 --- a/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/ForecastJob/ForecastJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsApiTests.cs index d5f857dbb3a..1fd710eaed2 100644 --- a/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsUrlTests.cs index 8780b80b2f8..a0f109a275e 100644 --- a/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetAnomalyRecords/GetAnomalyRecordsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsApiTests.cs index bd3e4f8907d..abb94f6b253 100644 --- a/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsUrlTests.cs index 9bb6c75faff..457e4a866e4 100644 --- a/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetBuckets/GetBucketsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsApiTests.cs index 794fbe4c9d6..77b7f131eb3 100644 --- a/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsUrlTests.cs index 9395c255264..65d500e3e0f 100644 --- a/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetCalendarEvents/GetCalendarEventsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsApiTests.cs index 6d47b7874d3..c496c0f1746 100644 --- a/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsUrlTests.cs index 8a9e8594c65..5d3afe37b4a 100644 --- a/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetCalendars/GetCalendarsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesApiTests.cs b/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesApiTests.cs index da9c92921c2..addd92a974f 100644 --- a/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesUrlTests.cs index 2208273f402..88158aab97e 100644 --- a/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetCategories/GetCategoriesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsApiTests.cs index 6b24912f96d..b1bca50dbe0 100644 --- a/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsUrlTests.cs index 1032d9f2fca..8476284544f 100644 --- a/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetDatafeedStats/GetDatafeedStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsApiTests.cs index 8185ef645dc..4c6ad93318e 100644 --- a/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsUrlTests.cs index 57c9faa3e4a..5e98c76985b 100644 --- a/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetDatafeeds/GetDatafeedsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersApiTests.cs b/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersApiTests.cs index 6ea1b52dbbc..21a833d220e 100644 --- a/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersUrlTests.cs index 493566ee985..cb12553d8f5 100644 --- a/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetFilters/GetFiltersUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersApiTests.cs b/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersApiTests.cs index 2c6b39a74c0..7afebdf1dd4 100644 --- a/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersUrlTests.cs index 199b77b7bc9..e9f20375d8e 100644 --- a/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetInfluencers/GetInfluencersUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsApiTests.cs index 0d36278799d..e66be2b7a25 100644 --- a/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsUrlTests.cs index 486fd7f0615..9ba71578693 100644 --- a/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetJobStats/GetJobStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsApiTests.cs index bf9504c51bb..0efba33d349 100644 --- a/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsUrlTests.cs index d63f88753f8..edc19a09f33 100644 --- a/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetJobs/GetJobsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsApiTests.cs index 57f10f86b67..d50833bd743 100644 --- a/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsUrlTests.cs index 0aa57b4b861..a3af80d70b9 100644 --- a/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetModelSnapshots/GetModelSnapshotsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsApiTests.cs b/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsApiTests.cs index 29316fae4a7..e94d7982ff9 100644 --- a/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsUrlTests.cs b/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsUrlTests.cs index 22f0103f2e3..bf66a09ee8e 100644 --- a/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/GetOverallBuckets/GetOverallBucketsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/MachineLearningCluster.cs b/tests/Tests/XPack/MachineLearning/MachineLearningCluster.cs index d928bbc9726..68d6acda28c 100644 --- a/tests/Tests/XPack/MachineLearning/MachineLearningCluster.cs +++ b/tests/Tests/XPack/MachineLearning/MachineLearningCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoApiTests.cs b/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoApiTests.cs index d5871e84905..c87c7de5486 100644 --- a/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoUrlTests.cs b/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoUrlTests.cs index 3ec7b3c9b1f..1e376ada7e8 100644 --- a/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/MachineLearningIntegrationTestBase.cs b/tests/Tests/XPack/MachineLearning/MachineLearningIntegrationTestBase.cs index 60125fa340a..93bdcd14b77 100644 --- a/tests/Tests/XPack/MachineLearning/MachineLearningIntegrationTestBase.cs +++ b/tests/Tests/XPack/MachineLearning/MachineLearningIntegrationTestBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/MachineLearningSeeder.cs b/tests/Tests/XPack/MachineLearning/MachineLearningSeeder.cs index 5e1af8c748c..c836f6e3d5f 100644 --- a/tests/Tests/XPack/MachineLearning/MachineLearningSeeder.cs +++ b/tests/Tests/XPack/MachineLearning/MachineLearningSeeder.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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.ObjectModel; diff --git a/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobApiTests.cs b/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobApiTests.cs index de7264bba8b..c05805c8e78 100644 --- a/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobUrlTests.cs index 6e4b0b1d34b..e128681803b 100644 --- a/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/OpenJob/OpenJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsApiTests.cs b/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsApiTests.cs index a913342d60a..e9fb520dffe 100644 --- a/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsUrlTests.cs b/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsUrlTests.cs index f3d92d931fe..c865944810b 100644 --- a/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PostCalendarEvents/PostCalendarEventsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataApiTests.cs b/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataApiTests.cs index df557bbd2cd..d6bd238ce4c 100644 --- a/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataUrlTests.cs b/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataUrlTests.cs index 82aa1616439..15dfd972aef 100644 --- a/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PostJobData/PostJobDataUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedApiTests.cs b/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedApiTests.cs index ab87f816ca2..1c2ac4097f5 100644 --- a/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedUrlTests.cs b/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedUrlTests.cs index b8513a9d151..96c6f4ab00f 100644 --- a/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PreviewDataFeed/PreviewDataFeedUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarApiTests.cs b/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarApiTests.cs index f4da2c11d56..f14f081e991 100644 --- a/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarUrlTests.cs b/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarUrlTests.cs index 1e61d224af3..477cf515cd8 100644 --- a/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutCalendar/PutCalendarUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobApiTests.cs b/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobApiTests.cs index 6e204551169..7364e70cdc5 100644 --- a/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobUrlTests.cs index ccab77588ac..a16bfbdc867 100644 --- a/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutCalendarJob/PutCalendarJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedApiTests.cs b/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedApiTests.cs index cf679fb2dc2..0934c5bb8a3 100644 --- a/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedUrlTests.cs b/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedUrlTests.cs index 2320864dc80..93bbd3bcdbb 100644 --- a/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutDatafeed/PutDatafeedUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterApiTests.cs b/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterApiTests.cs index 2f954770c07..ad0dc16faed 100644 --- a/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterUrlTests.cs b/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterUrlTests.cs index 67ed0589068..6ffbaac6cd3 100644 --- a/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutFilter/PutFilterUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs b/tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs index 88129c48582..ef262acc36f 100644 --- a/tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/MachineLearning/PutJob/PutJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/PutJob/PutJobUrlTests.cs index c9c48140ff4..8d4f72df47e 100644 --- a/tests/Tests/XPack/MachineLearning/PutJob/PutJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/PutJob/PutJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotApiTests.cs b/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotApiTests.cs index 8030f54a5d2..85a2661b144 100644 --- a/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotUrlTests.cs b/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotUrlTests.cs index b170a396693..31e045c978f 100644 --- a/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/RevertModelSnapshot/RevertModelSnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeApiTests.cs b/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeApiTests.cs index bfa73aa8d85..a85bc3edd31 100644 --- a/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeUrlTests.cs b/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeUrlTests.cs index b5f223ee9e8..cfdbb77a4d2 100644 --- a/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/SetUpgradeMode/SetUpgradeModeUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedApiTests.cs b/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedApiTests.cs index 182429c251b..1aa357f3015 100644 --- a/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedUrlTests.cs b/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedUrlTests.cs index 39ac6f55528..fd42f9b8a96 100644 --- a/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/StartDatafeed/StartDatafeedUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedApiTests.cs b/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedApiTests.cs index 853421ca620..12b61d9b0a7 100644 --- a/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedUrlTests.cs b/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedUrlTests.cs index e71a4cdd8f0..1b6fc8e2a50 100644 --- a/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/StopDatafeed/StopDatafeedUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedApiTests.cs b/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedApiTests.cs index 27f23023ae3..44da435f080 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedUrlTests.cs b/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedUrlTests.cs index 9039c348547..a62f8bc9a9e 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateDatafeed/UpdateDatafeedUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterApiTests.cs b/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterApiTests.cs index a630c277389..974b8e6ec16 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterUrlTests.cs b/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterUrlTests.cs index 25dc9e4f19b..0efe8e5f619 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateFilter/UpdateFilterUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobApiTests.cs b/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobApiTests.cs index d4d4cc48027..beed4791a2f 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobUrlTests.cs index b24dc9dc22d..a6f92f694ee 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateJob/UpdateJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotApiTests.cs b/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotApiTests.cs index 739696862a9..d1fbf4d17ed 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotUrlTests.cs b/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotUrlTests.cs index 7a55ba21442..54bd064f0e0 100644 --- a/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/UpdateModelSnapshot/UpdateModelSnapshotUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorApiTests.cs b/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorApiTests.cs index 26e05710174..21e82f69d9b 100644 --- a/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorUrlTests.cs b/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorUrlTests.cs index 5301a07a8f1..8aa66371a6e 100644 --- a/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/ValidateDetector/ValidateDetectorUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobApiTests.cs b/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobApiTests.cs index 594a64f7900..6ba3ea76cf5 100644 --- a/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobApiTests.cs +++ b/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobUrlTests.cs b/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobUrlTests.cs index a481d963d61..d00789243ba 100644 --- a/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobUrlTests.cs +++ b/tests/Tests/XPack/MachineLearning/ValidateJob/ValidateJobUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoApiTests.cs b/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoApiTests.cs index ddfd6f55199..2c6be0d0fd2 100644 --- a/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoApiTests.cs +++ b/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoUrlTests.cs b/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoUrlTests.cs index 3aebd9d3193..a6bfe39ec6f 100644 --- a/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoUrlTests.cs +++ b/tests/Tests/XPack/Migration/DeprecationInfo/DeprecationInfoUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/CreateRollupJob/CreateRollupUrlTests.cs b/tests/Tests/XPack/Rollup/CreateRollupJob/CreateRollupUrlTests.cs index d47ba624db8..788760d4f92 100644 --- a/tests/Tests/XPack/Rollup/CreateRollupJob/CreateRollupUrlTests.cs +++ b/tests/Tests/XPack/Rollup/CreateRollupJob/CreateRollupUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/DeleteRollupJob/DeleteRollupUrlTests.cs b/tests/Tests/XPack/Rollup/DeleteRollupJob/DeleteRollupUrlTests.cs index fec52f1a310..051ca38b97f 100644 --- a/tests/Tests/XPack/Rollup/DeleteRollupJob/DeleteRollupUrlTests.cs +++ b/tests/Tests/XPack/Rollup/DeleteRollupJob/DeleteRollupUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/GetRollupCapabilities/GetRollupCapabilitiesUrlTests.cs b/tests/Tests/XPack/Rollup/GetRollupCapabilities/GetRollupCapabilitiesUrlTests.cs index 39822fb5a21..89a367a2818 100644 --- a/tests/Tests/XPack/Rollup/GetRollupCapabilities/GetRollupCapabilitiesUrlTests.cs +++ b/tests/Tests/XPack/Rollup/GetRollupCapabilities/GetRollupCapabilitiesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesUrlTests.cs b/tests/Tests/XPack/Rollup/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesUrlTests.cs index 2b323d5f854..2012e18d9ed 100644 --- a/tests/Tests/XPack/Rollup/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesUrlTests.cs +++ b/tests/Tests/XPack/Rollup/GetRollupIndexCapabilities/GetRollupIndexCapabilitiesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/GetRollupJob/GetRollupUrlTests.cs b/tests/Tests/XPack/Rollup/GetRollupJob/GetRollupUrlTests.cs index 3e901322eff..fc2bad4970b 100644 --- a/tests/Tests/XPack/Rollup/GetRollupJob/GetRollupUrlTests.cs +++ b/tests/Tests/XPack/Rollup/GetRollupJob/GetRollupUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/RollupJobCrudTests.cs b/tests/Tests/XPack/Rollup/RollupJobCrudTests.cs index edf8cd5af7a..c8c95a677f2 100644 --- a/tests/Tests/XPack/Rollup/RollupJobCrudTests.cs +++ b/tests/Tests/XPack/Rollup/RollupJobCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Rollup/RollupSearch/RollupSearchUrlTests.cs b/tests/Tests/XPack/Rollup/RollupSearch/RollupSearchUrlTests.cs index 82e5983cd58..402d32416d0 100644 --- a/tests/Tests/XPack/Rollup/RollupSearch/RollupSearchUrlTests.cs +++ b/tests/Tests/XPack/Rollup/RollupSearch/RollupSearchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/StartRollupJob/StartRollupUrlTests.cs b/tests/Tests/XPack/Rollup/StartRollupJob/StartRollupUrlTests.cs index dd85924c8b7..d89e37e7149 100644 --- a/tests/Tests/XPack/Rollup/StartRollupJob/StartRollupUrlTests.cs +++ b/tests/Tests/XPack/Rollup/StartRollupJob/StartRollupUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Rollup/StopRollupJob/StopRollupUrlTests.cs b/tests/Tests/XPack/Rollup/StopRollupJob/StopRollupUrlTests.cs index 04b1794bac0..7366ce4bca5 100644 --- a/tests/Tests/XPack/Rollup/StopRollupJob/StopRollupUrlTests.cs +++ b/tests/Tests/XPack/Rollup/StopRollupJob/StopRollupUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyTests.cs b/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyTests.cs index a676c61db5e..463f977d72b 100644 --- a/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyTests.cs +++ b/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyUrlTests.cs b/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyUrlTests.cs index 6157e95a8d5..d9cfb63aeb4 100644 --- a/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyUrlTests.cs +++ b/tests/Tests/XPack/Security/ApiKey/GrantApiKey/GrantApiKeyUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyTests.cs b/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyTests.cs index eda5b76ea0c..97f788916b2 100644 --- a/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyTests.cs +++ b/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUrlTests.cs b/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUrlTests.cs index c9461e1f6f9..2a012668dce 100644 --- a/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUrlTests.cs +++ b/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUsageTests.cs b/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUsageTests.cs index 2293bfbb7bc..cebfca81288 100644 --- a/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUsageTests.cs +++ b/tests/Tests/XPack/Security/ApiKey/SecurityApiKeyUsageTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/Authenticate/AuthenticateApiTests.cs b/tests/Tests/XPack/Security/Authenticate/AuthenticateApiTests.cs index a260a8879b0..ce9ed1547d4 100644 --- a/tests/Tests/XPack/Security/Authenticate/AuthenticateApiTests.cs +++ b/tests/Tests/XPack/Security/Authenticate/AuthenticateApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Ephemeral; diff --git a/tests/Tests/XPack/Security/Authenticate/AuthenticateUrlTests.cs b/tests/Tests/XPack/Security/Authenticate/AuthenticateUrlTests.cs index 930fb3e08c5..c8010b6621b 100644 --- a/tests/Tests/XPack/Security/Authenticate/AuthenticateUrlTests.cs +++ b/tests/Tests/XPack/Security/Authenticate/AuthenticateUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesApiTests.cs b/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesApiTests.cs index 59691a0f307..f9e9bf9256d 100644 --- a/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesApiTests.cs +++ b/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesUrlTests.cs b/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesUrlTests.cs index 126ee0dd0a0..8fc621e102c 100644 --- a/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesUrlTests.cs +++ b/tests/Tests/XPack/Security/ClearCachedPrivileges/ClearCachedPrivilegesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsApiTests.cs b/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsApiTests.cs index 8d79698f4c3..bd3586a90a7 100644 --- a/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsApiTests.cs +++ b/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsUrlTests.cs b/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsUrlTests.cs index 850ab8fe35d..8bfe4a28360 100644 --- a/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsUrlTests.cs +++ b/tests/Tests/XPack/Security/ClearCachedRealms/ClearCachedRealmsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesApiTests.cs b/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesApiTests.cs index 1e3abb15a8d..1b5245dc52c 100644 --- a/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesApiTests.cs +++ b/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesUrlTests.cs b/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesUrlTests.cs index 9c273860779..0aa0e5d9b73 100644 --- a/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesUrlTests.cs +++ b/tests/Tests/XPack/Security/GetBuiltinPrivileges/GetBuiltinPrivilegesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/Privileges/ApplicationPrivilegesApiTests.cs b/tests/Tests/XPack/Security/Privileges/ApplicationPrivilegesApiTests.cs index e08dc9c0a5d..9626421a041 100644 --- a/tests/Tests/XPack/Security/Privileges/ApplicationPrivilegesApiTests.cs +++ b/tests/Tests/XPack/Security/Privileges/ApplicationPrivilegesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesApiTests.cs b/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesApiTests.cs index f6323ea355c..c6b19868898 100644 --- a/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesApiTests.cs +++ b/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesUrlTests.cs b/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesUrlTests.cs index b0331f46ae8..2730f1332a7 100644 --- a/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesUrlTests.cs +++ b/tests/Tests/XPack/Security/Role/ClearCachedRoles/ClearCachedRolesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/Role/DeleteRole/DeleteRoleUrlTests.cs b/tests/Tests/XPack/Security/Role/DeleteRole/DeleteRoleUrlTests.cs index fa863fe1992..556f33baaa9 100644 --- a/tests/Tests/XPack/Security/Role/DeleteRole/DeleteRoleUrlTests.cs +++ b/tests/Tests/XPack/Security/Role/DeleteRole/DeleteRoleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/Role/GetRole/GetRoleUrlTests.cs b/tests/Tests/XPack/Security/Role/GetRole/GetRoleUrlTests.cs index 0c774488314..890f6976535 100644 --- a/tests/Tests/XPack/Security/Role/GetRole/GetRoleUrlTests.cs +++ b/tests/Tests/XPack/Security/Role/GetRole/GetRoleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/Role/PutRole/PutRoleApiTests.cs b/tests/Tests/XPack/Security/Role/PutRole/PutRoleApiTests.cs index 8a127b7665c..e193fe48bc2 100644 --- a/tests/Tests/XPack/Security/Role/PutRole/PutRoleApiTests.cs +++ b/tests/Tests/XPack/Security/Role/PutRole/PutRoleApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/Role/PutRole/PutRoleUrlTests.cs b/tests/Tests/XPack/Security/Role/PutRole/PutRoleUrlTests.cs index 26216cfbec9..f9c00071c6d 100644 --- a/tests/Tests/XPack/Security/Role/PutRole/PutRoleUrlTests.cs +++ b/tests/Tests/XPack/Security/Role/PutRole/PutRoleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/Role/RoleCrudTests.cs b/tests/Tests/XPack/Security/Role/RoleCrudTests.cs index 7cc525a232d..6545bcd50fa 100644 --- a/tests/Tests/XPack/Security/Role/RoleCrudTests.cs +++ b/tests/Tests/XPack/Security/Role/RoleCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingUrlTests.cs b/tests/Tests/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingUrlTests.cs index a31eb634572..f4416d50c86 100644 --- a/tests/Tests/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingUrlTests.cs +++ b/tests/Tests/XPack/Security/RoleMapping/DeleteRoleMapping/DeleteRoleMappingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/RoleMapping/DistinguishedNamesRoleMappingsTests.cs b/tests/Tests/XPack/Security/RoleMapping/DistinguishedNamesRoleMappingsTests.cs index f180151600d..b86c4c882e6 100644 --- a/tests/Tests/XPack/Security/RoleMapping/DistinguishedNamesRoleMappingsTests.cs +++ b/tests/Tests/XPack/Security/RoleMapping/DistinguishedNamesRoleMappingsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingUrlTests.cs b/tests/Tests/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingUrlTests.cs index 27c7a192b29..f5de46fa454 100644 --- a/tests/Tests/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingUrlTests.cs +++ b/tests/Tests/XPack/Security/RoleMapping/GetRoleMapping/GetRoleMappingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingApiTests.cs b/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingApiTests.cs index bf4048515c9..d1aeecd3e83 100644 --- a/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingApiTests.cs +++ b/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingUrlTests.cs b/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingUrlTests.cs index 8c00a53a6ac..ea0c46f4c07 100644 --- a/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingUrlTests.cs +++ b/tests/Tests/XPack/Security/RoleMapping/PutRoleMapping/PutRoleMappingUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/RoleMapping/RoleMappingCrudTests.cs b/tests/Tests/XPack/Security/RoleMapping/RoleMappingCrudTests.cs index 0795e32ce5a..4c984126763 100644 --- a/tests/Tests/XPack/Security/RoleMapping/RoleMappingCrudTests.cs +++ b/tests/Tests/XPack/Security/RoleMapping/RoleMappingCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/RoleMapping/RoleMappingRules.doc.cs b/tests/Tests/XPack/Security/RoleMapping/RoleMappingRules.doc.cs index bdc9cf7a775..a5b1bb3a1f4 100644 --- a/tests/Tests/XPack/Security/RoleMapping/RoleMappingRules.doc.cs +++ b/tests/Tests/XPack/Security/RoleMapping/RoleMappingRules.doc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/Security.cs b/tests/Tests/XPack/Security/Security.cs index f0ab7d540db..ca3f0a60e89 100644 --- a/tests/Tests/XPack/Security/Security.cs +++ b/tests/Tests/XPack/Security/Security.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/XPack/Security/User/ChangePassword/ChangePasswordUrlTests.cs b/tests/Tests/XPack/Security/User/ChangePassword/ChangePasswordUrlTests.cs index a5fefadb4fb..b1c947dcf23 100644 --- a/tests/Tests/XPack/Security/User/ChangePassword/ChangePasswordUrlTests.cs +++ b/tests/Tests/XPack/Security/User/ChangePassword/ChangePasswordUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/DeleteUser/DeleteUserUrlTests.cs b/tests/Tests/XPack/Security/User/DeleteUser/DeleteUserUrlTests.cs index 5912cae68e6..78ba6dac45a 100644 --- a/tests/Tests/XPack/Security/User/DeleteUser/DeleteUserUrlTests.cs +++ b/tests/Tests/XPack/Security/User/DeleteUser/DeleteUserUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/DisableUser/DisableUserUrlTests.cs b/tests/Tests/XPack/Security/User/DisableUser/DisableUserUrlTests.cs index 7b66df8640e..7ea42bc185f 100644 --- a/tests/Tests/XPack/Security/User/DisableUser/DisableUserUrlTests.cs +++ b/tests/Tests/XPack/Security/User/DisableUser/DisableUserUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/EnableUser/EnableUserUrlTests.cs b/tests/Tests/XPack/Security/User/EnableUser/EnableUserUrlTests.cs index 1d10e729831..fc873855f5e 100644 --- a/tests/Tests/XPack/Security/User/EnableUser/EnableUserUrlTests.cs +++ b/tests/Tests/XPack/Security/User/EnableUser/EnableUserUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/GetUser/GetUserUrlTests.cs b/tests/Tests/XPack/Security/User/GetUser/GetUserUrlTests.cs index c90ce61a94b..e6b599a1be3 100644 --- a/tests/Tests/XPack/Security/User/GetUser/GetUserUrlTests.cs +++ b/tests/Tests/XPack/Security/User/GetUser/GetUserUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenApiTests.cs b/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenApiTests.cs index fb9495d0b6f..bf626ea6faa 100644 --- a/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenApiTests.cs +++ b/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenUrlTests.cs b/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenUrlTests.cs index 336473c127e..88c2ece19f5 100644 --- a/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenUrlTests.cs +++ b/tests/Tests/XPack/Security/User/GetUserAccessToken/GetUserAccessTokenUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Ephemeral; diff --git a/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenApiTests.cs b/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenApiTests.cs index 0072a6ef2f8..fb104965d4e 100644 --- a/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenApiTests.cs +++ b/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenUrlTests.cs b/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenUrlTests.cs index b7e7ceba262..95b18239d8f 100644 --- a/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenUrlTests.cs +++ b/tests/Tests/XPack/Security/User/InvalidateUserAccessToken/InvalidateUserAccessTokenUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/PutUser/PutUserApiTests.cs b/tests/Tests/XPack/Security/User/PutUser/PutUserApiTests.cs index 1ecd55b7089..ee2abcd186f 100644 --- a/tests/Tests/XPack/Security/User/PutUser/PutUserApiTests.cs +++ b/tests/Tests/XPack/Security/User/PutUser/PutUserApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Security/User/PutUser/PutUserUrlTests.cs b/tests/Tests/XPack/Security/User/PutUser/PutUserUrlTests.cs index a1f67f992e9..ce53ed0d5df 100644 --- a/tests/Tests/XPack/Security/User/PutUser/PutUserUrlTests.cs +++ b/tests/Tests/XPack/Security/User/PutUser/PutUserUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Security/User/UserCrudTests.cs b/tests/Tests/XPack/Security/User/UserCrudTests.cs index d98859d5eb4..5caaa7a1d4f 100644 --- a/tests/Tests/XPack/Security/User/UserCrudTests.cs +++ b/tests/Tests/XPack/Security/User/UserCrudTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/DeleteLifecycle/DeleteLifecycleUrlTests.cs b/tests/Tests/XPack/Slm/DeleteLifecycle/DeleteLifecycleUrlTests.cs index 0e6637f3b6c..d25f45fd1f6 100644 --- a/tests/Tests/XPack/Slm/DeleteLifecycle/DeleteLifecycleUrlTests.cs +++ b/tests/Tests/XPack/Slm/DeleteLifecycle/DeleteLifecycleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/ExecuteLifecycle/ExecuteLifecycleUrlTests.cs b/tests/Tests/XPack/Slm/ExecuteLifecycle/ExecuteLifecycleUrlTests.cs index 57d73e25b9e..73b5dae33ac 100644 --- a/tests/Tests/XPack/Slm/ExecuteLifecycle/ExecuteLifecycleUrlTests.cs +++ b/tests/Tests/XPack/Slm/ExecuteLifecycle/ExecuteLifecycleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/GetLifecycle/GetLifecycleUrlTests.cs b/tests/Tests/XPack/Slm/GetLifecycle/GetLifecycleUrlTests.cs index 37212b5b907..1d0805d9957 100644 --- a/tests/Tests/XPack/Slm/GetLifecycle/GetLifecycleUrlTests.cs +++ b/tests/Tests/XPack/Slm/GetLifecycle/GetLifecycleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/GetLifecycleStats/GetLifecycleStatsUrlTests.cs b/tests/Tests/XPack/Slm/GetLifecycleStats/GetLifecycleStatsUrlTests.cs index ae9be41c5e3..3a1097397b0 100644 --- a/tests/Tests/XPack/Slm/GetLifecycleStats/GetLifecycleStatsUrlTests.cs +++ b/tests/Tests/XPack/Slm/GetLifecycleStats/GetLifecycleStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/GetStatusLifecycle/GetLifecycleStatusUrlTests.cs b/tests/Tests/XPack/Slm/GetStatusLifecycle/GetLifecycleStatusUrlTests.cs index 6d17e6f04af..95e2711e910 100644 --- a/tests/Tests/XPack/Slm/GetStatusLifecycle/GetLifecycleStatusUrlTests.cs +++ b/tests/Tests/XPack/Slm/GetStatusLifecycle/GetLifecycleStatusUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/PutLifecycle/PutLifecycleUrlTests.cs b/tests/Tests/XPack/Slm/PutLifecycle/PutLifecycleUrlTests.cs index 1399d21c758..11a4c7cb145 100644 --- a/tests/Tests/XPack/Slm/PutLifecycle/PutLifecycleUrlTests.cs +++ b/tests/Tests/XPack/Slm/PutLifecycle/PutLifecycleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/SlmApiTests.cs b/tests/Tests/XPack/Slm/SlmApiTests.cs index 8fc1c6e6893..0840fc21996 100644 --- a/tests/Tests/XPack/Slm/SlmApiTests.cs +++ b/tests/Tests/XPack/Slm/SlmApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Slm/SlmCluster.cs b/tests/Tests/XPack/Slm/SlmCluster.cs index e22ef04297f..5da2d8fd6e7 100644 --- a/tests/Tests/XPack/Slm/SlmCluster.cs +++ b/tests/Tests/XPack/Slm/SlmCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/XPack/Slm/StartLifecycle/StartLifecycleUrlTests.cs b/tests/Tests/XPack/Slm/StartLifecycle/StartLifecycleUrlTests.cs index 7c4c3a8ea79..8a80006d768 100644 --- a/tests/Tests/XPack/Slm/StartLifecycle/StartLifecycleUrlTests.cs +++ b/tests/Tests/XPack/Slm/StartLifecycle/StartLifecycleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Slm/StopLifecycle/StopLifecycleUrlTests.cs b/tests/Tests/XPack/Slm/StopLifecycle/StopLifecycleUrlTests.cs index ff0a5e9b858..69a8d755ae9 100644 --- a/tests/Tests/XPack/Slm/StopLifecycle/StopLifecycleUrlTests.cs +++ b/tests/Tests/XPack/Slm/StopLifecycle/StopLifecycleUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorApiTests.cs b/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorApiTests.cs index 8e2d1ad59c6..97fb8638d3f 100644 --- a/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorApiTests.cs +++ b/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorUrlTests.cs b/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorUrlTests.cs index 0b151847396..e262e2bf28a 100644 --- a/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorUrlTests.cs +++ b/tests/Tests/XPack/Sql/ClearSqlCursor/ClearSqlCursorUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Sql/QuerySql/QuerySqlApiTests.cs b/tests/Tests/XPack/Sql/QuerySql/QuerySqlApiTests.cs index e5551f75ef0..d20d11ae135 100644 --- a/tests/Tests/XPack/Sql/QuerySql/QuerySqlApiTests.cs +++ b/tests/Tests/XPack/Sql/QuerySql/QuerySqlApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Sql/QuerySql/QuerySqlUrlTests.cs b/tests/Tests/XPack/Sql/QuerySql/QuerySqlUrlTests.cs index f23474102df..a68a8d0692d 100644 --- a/tests/Tests/XPack/Sql/QuerySql/QuerySqlUrlTests.cs +++ b/tests/Tests/XPack/Sql/QuerySql/QuerySqlUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs b/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs index 0bc105d64dd..54154087c74 100644 --- a/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs +++ b/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryUrlTests.cs b/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryUrlTests.cs index 04c6651109d..a1303e684bb 100644 --- a/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryUrlTests.cs +++ b/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesApiTests.cs b/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesApiTests.cs index 45c069c0f6d..41935a29553 100644 --- a/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesApiTests.cs +++ b/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesUrlTests.cs b/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesUrlTests.cs index 525a1f13125..aaa466daa1c 100644 --- a/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesUrlTests.cs +++ b/tests/Tests/XPack/Ssl/GetCertificates/GetCertificatesUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Transform/TransformApiTests.cs b/tests/Tests/XPack/Transform/TransformApiTests.cs index 8fd9308257c..938462c200d 100644 --- a/tests/Tests/XPack/Transform/TransformApiTests.cs +++ b/tests/Tests/XPack/Transform/TransformApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Transform/TransformApiWithSettingsTests.cs b/tests/Tests/XPack/Transform/TransformApiWithSettingsTests.cs index 346120a0366..e1444061acf 100644 --- a/tests/Tests/XPack/Transform/TransformApiWithSettingsTests.cs +++ b/tests/Tests/XPack/Transform/TransformApiWithSettingsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchApiTests.cs b/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchApiTests.cs index 8561b769a23..98466a49ba2 100644 --- a/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchUrlTests.cs b/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchUrlTests.cs index 714fae0bde1..243ab6187e2 100644 --- a/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/AcknowledgeWatch/AcknowledgeWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchApiTests.cs b/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchApiTests.cs index 9aee426ec2e..36c4aa66990 100644 --- a/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchUrlTests.cs b/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchUrlTests.cs index d62416adf40..0bfc91ef921 100644 --- a/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/ActivateWatch/ActivateWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchApiTests.cs b/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchApiTests.cs index 7665445903f..f402b268af4 100644 --- a/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchUrlTests.cs b/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchUrlTests.cs index 8912c4e9dda..2a425dab6bc 100644 --- a/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/DeactivateWatch/DeactivateWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchApiTests.cs b/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchApiTests.cs index c0ccdafb724..beb22f6f57c 100644 --- a/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchUrlTests.cs b/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchUrlTests.cs index 12a906ed431..9ef6b34d56a 100644 --- a/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/DeleteWatch/DeleteWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchApiTests.cs b/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchApiTests.cs index 67dd2e62d14..0f3e59b9393 100644 --- a/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchUrlTests.cs b/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchUrlTests.cs index ce305e9a1df..d65062b2623 100644 --- a/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/ExecuteWatch/ExecuteWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/GetWatch/GetWatchApiTests.cs b/tests/Tests/XPack/Watcher/GetWatch/GetWatchApiTests.cs index c6057592123..8f79cd1c0af 100644 --- a/tests/Tests/XPack/Watcher/GetWatch/GetWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/GetWatch/GetWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Watcher/GetWatch/GetWatchUrlTests.cs b/tests/Tests/XPack/Watcher/GetWatch/GetWatchUrlTests.cs index bfc7f198870..ac9e1b0d48e 100644 --- a/tests/Tests/XPack/Watcher/GetWatch/GetWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/GetWatch/GetWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/PutWatch/PutWatchApiTests.cs b/tests/Tests/XPack/Watcher/PutWatch/PutWatchApiTests.cs index da5cf684a64..c7b6ee19af5 100644 --- a/tests/Tests/XPack/Watcher/PutWatch/PutWatchApiTests.cs +++ b/tests/Tests/XPack/Watcher/PutWatch/PutWatchApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Watcher/PutWatch/PutWatchUrlTests.cs b/tests/Tests/XPack/Watcher/PutWatch/PutWatchUrlTests.cs index 2bd1a87a5ea..77adaad5ce9 100644 --- a/tests/Tests/XPack/Watcher/PutWatch/PutWatchUrlTests.cs +++ b/tests/Tests/XPack/Watcher/PutWatch/PutWatchUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherApiTests.cs b/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherApiTests.cs index adc0cb36a97..c16ee1129e5 100644 --- a/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherApiTests.cs +++ b/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherUrlTests.cs b/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherUrlTests.cs index fe5c7122f4b..72acbcb56b6 100644 --- a/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherUrlTests.cs +++ b/tests/Tests/XPack/Watcher/StartWatcher/StartWatcherUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherApiTests.cs b/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherApiTests.cs index da3aab3907e..79387a65c42 100644 --- a/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherApiTests.cs +++ b/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elasticsearch.Net; diff --git a/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherUrlTests.cs b/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherUrlTests.cs index 7c3525119b7..cbe33ab9c93 100644 --- a/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherUrlTests.cs +++ b/tests/Tests/XPack/Watcher/StopWatcher/StopWatcherUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XPack/Watcher/WatcherCluster.cs b/tests/Tests/XPack/Watcher/WatcherCluster.cs index 2e559957bcb..ae2e9bf60a8 100644 --- a/tests/Tests/XPack/Watcher/WatcherCluster.cs +++ b/tests/Tests/XPack/Watcher/WatcherCluster.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Tests.Core.ManagedElasticsearch.Clusters; diff --git a/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsApiTests.cs b/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsApiTests.cs index 947e323eb2f..6c35ea6e8ba 100644 --- a/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsApiTests.cs +++ b/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsApiTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsUrlTests.cs b/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsUrlTests.cs index 2039d23ce56..79e32207bc4 100644 --- a/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsUrlTests.cs +++ b/tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; diff --git a/tests/Tests/XunitBootstrap.cs b/tests/Tests/XunitBootstrap.cs index 3978ec42a25..29991869dcf 100644 --- a/tests/Tests/XunitBootstrap.cs +++ b/tests/Tests/XunitBootstrap.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Elastic.Elasticsearch.Xunit; using Tests.Core.Xunit; From 2ebe9e90c1b459a5c4e04c2e5582476e3d3eadc9 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 4 May 2021 13:28:48 +0100 Subject: [PATCH 2/3] Fix rebased headers --- src/Nest/XPack/Eql/Delete/EqlDeleteRequest.cs | 21 +++---------------- .../XPack/Eql/Delete/EqlDeleteResponse.cs | 21 +++---------------- .../XPack/Eql/Delete/EqlDeleteUrlTests.cs | 21 +++---------------- 3 files changed, 9 insertions(+), 54 deletions(-) diff --git a/src/Nest/XPack/Eql/Delete/EqlDeleteRequest.cs b/src/Nest/XPack/Eql/Delete/EqlDeleteRequest.cs index 76e8213227e..c19d93c1a4d 100644 --- a/src/Nest/XPack/Eql/Delete/EqlDeleteRequest.cs +++ b/src/Nest/XPack/Eql/Delete/EqlDeleteRequest.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/src/Nest/XPack/Eql/Delete/EqlDeleteResponse.cs b/src/Nest/XPack/Eql/Delete/EqlDeleteResponse.cs index 9138a6b5e2c..90eaa5bb02a 100644 --- a/src/Nest/XPack/Eql/Delete/EqlDeleteResponse.cs +++ b/src/Nest/XPack/Eql/Delete/EqlDeleteResponse.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Nest { diff --git a/tests/Tests/XPack/Eql/Delete/EqlDeleteUrlTests.cs b/tests/Tests/XPack/Eql/Delete/EqlDeleteUrlTests.cs index 8e2a5b851f3..ee0904cedcc 100644 --- a/tests/Tests/XPack/Eql/Delete/EqlDeleteUrlTests.cs +++ b/tests/Tests/XPack/Eql/Delete/EqlDeleteUrlTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; From c7d955107a63106fae1d558ba67731bb91ca77d2 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 4 May 2021 14:11:33 +0100 Subject: [PATCH 3/3] Fix test class --- .../XPack/Eql/EqlSearchApiCoordinatedTests.cs | 110 ++++++++---------- 1 file changed, 46 insertions(+), 64 deletions(-) diff --git a/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs b/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs index 72fee3fd706..ef3ba0e026c 100644 --- a/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs +++ b/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs @@ -18,75 +18,57 @@ namespace Tests.XPack.Eql [SkipVersion("<7.11.0", "GA in 7.11.0")] public class EqlSearchApiCoordinatedTests : CoordinatedIntegrationTestBase { - private const string GetStep = nameof(GetStep); - private const string StatusStep = nameof(StatusStep); private const string SubmitStep = nameof(SubmitStep); + private const string StatusStep = nameof(StatusStep); + private const string GetStep = nameof(GetStep); private const string WaitStep = nameof(WaitStep); private const string DeleteStep = nameof(DeleteStep); - public EqlSearchApiCoordinatedTests(TimeSeriesCluster cluster, EndpointUsage usage) : base( - new CoordinatedUsage(cluster, usage, testOnlyOne: true) - { - { - SubmitStep, u => - u.Calls, EqlSearchRequest, IEqlSearchRequest, EqlSearchResponse>( - v => new EqlSearchRequest - { - Query = "any where true", - KeepOnCompletion = true, - TimestampField = Infer.Field(f => f.Timestamp), - WaitForCompletionTimeout = "1nanos" - }, - (v, d) => d - .Query("any where true") - .KeepOnCompletion() - .TimestampField(Infer.Field(f => f.Timestamp)) - .WaitForCompletionTimeout("1nanos"), - (v, c, f) => c.Eql.Search(f), - (v, c, f) => c.Eql.SearchAsync(f), - (v, c, r) => c.Eql.Search(r), - (v, c, r) => c.Eql.SearchAsync(r), - (r, values) => values.ExtendedValue("id", r.Id) - ) - }, - { - StatusStep, u => - u.Calls( - v => new EqlSearchStatusRequest(v), - (v, d) => d, - (v, c, f) => c.Eql.SearchStatus(v, f), - (v, c, f) => c.Eql.SearchStatusAsync(v, f), - (v, c, r) => c.Eql.SearchStatus(r), - (v, c, r) => c.Eql.SearchStatusAsync(r), - uniqueValueSelector: values => values.ExtendedValue("id") - ) - }, - { - WaitStep, u => u.Call(async (v, c) => + public EqlSearchApiCoordinatedTests(TimeSeriesCluster cluster, EndpointUsage usage) : base(new CoordinatedUsage(cluster, usage, testOnlyOne: true) + { + {SubmitStep, u => + u.Calls, EqlSearchRequest, IEqlSearchRequest, EqlSearchResponse>( + v => new EqlSearchRequest { - // wait for the search to complete - var complete = false; - var count = 0; + Query = "any where true", + KeepOnCompletion = true, + TimestampField = Infer.Field(f => f.Timestamp), + WaitForCompletionTimeout = "1nanos" + }, + (v, d) => d + .Query("any where true") + .KeepOnCompletion() + .TimestampField(Infer.Field(f => f.Timestamp)) + .WaitForCompletionTimeout("1nanos"), + (v, c, f) => c.Eql.Search(f), + (v, c, f) => c.Eql.SearchAsync(f), + (v, c, r) => c.Eql.Search(r), + (v, c, r) => c.Eql.SearchAsync(r), + onResponse: (r, values) => values.ExtendedValue("id", r.Id) + ) + }, + {StatusStep, u => + u.Calls( + v => new EqlSearchStatusRequest(v), + (v, d) => d, + (v, c, f) => c.Eql.SearchStatus(v, f), + (v, c, f) => c.Eql.SearchStatusAsync(v, f), + (v, c, r) => c.Eql.SearchStatus(r), + (v, c, r) => c.Eql.SearchStatusAsync(r), + uniqueValueSelector: values => values.ExtendedValue("id") + ) + }, + {WaitStep, u => u.Call(async (v, c) => + { + // wait for the search to complete + var complete = false; + var count = 0; - while (!complete && count++ < 10) - { - await Task.Delay(100); - var status = await c.Eql.SearchStatusAsync(u.Usage.CallUniqueValues.ExtendedValue("id")); - complete = !status.IsRunning; - } - }) - }, // allows the search to complete + while (!complete && count++ < 10) { - GetStep, u => - u.Calls>( - v => new EqlGetRequest(v), - (v, d) => d, - (v, c, f) => c.Eql.Get(v, f), - (v, c, f) => c.Eql.GetAsync(v, f), - (v, c, r) => c.Eql.Get(r), - (v, c, r) => c.Eql.GetAsync(r), - uniqueValueSelector: values => values.ExtendedValue("id") - ) + await Task.Delay(100); + var status = await c.Eql.SearchStatusAsync(u.Usage.CallUniqueValues.ExtendedValue("id")); + complete = !status.IsRunning; } })}, // allows the search to complete {GetStep, u => @@ -121,7 +103,7 @@ [I] public async Task EqlSearchResponse() => await Assert r.IsRunning.Should().BeTrue(); r.TimedOut.Should().BeFalse(); }); - + [I] public async Task EqlSearchStatusResponse() => await Assert(StatusStep, r => { r.ShouldBeValid(); @@ -155,4 +137,4 @@ [I] public async Task EqlDeleteResponse() => await Assert(Del r.Acknowledged.Should().BeTrue(); }); } -} +} \ No newline at end of file